body, p, td, th, li {
  font-family: Helvetica, sans-serif;
  font-size:16px;
  line-height:1.5;
}
section {
	background: none;
}
.didgit, .small, small{
	font-size:14px;
}
.orange, .orange a{
	color: black;
}
.hide-av{
	display: none;
}
a, a.red, a.main{
	color:#195183;
	font-weight: bold;
	transition: 0;
}
a:hover, a.red:hover, a.main:hover{
	text-decoration: underline;
	background: #d8edff;
	transition: 0;
	color:#195183;
}
img {
   filter: grayscale(80%);
}
#head1, #menu .pure-menu-heading{
	background:white;
	background-image: none;
}
a.pure-menu-heading img{
	filter: invert(1)
}
li.small-menu a{
	font-size: 16px !important;
}
a.pure-menu-link{
	font-size: 18px;
}
#head1 a.pure-menu-link{
	color:black;
	border-color:black;
}
#head1{
	border-bottom:1px solid black;
}
#menu .pure-menu-heading {
    padding-bottom: 9px !important;
    border-bottom: 1px solid black;
}
.input-sm, .btn-sm{
	font-size: 14px;
	border:1px solid black;
	color:black;
}
#searchtext_top{
	width:280px;
	border:1px solid black;
}
#searchtext_top::placeholder{
	color:black;
}
.pure-button{
	border:1px solid black;
}
#form input{
	font-size: 14px;
}
#form * {
    font-family: sans-serif;
    font-size: 12pt;
    line-height: 1.2 !important;
}
p.newsn::first-letter {
    color:black;
    background-color:white;
    font-size: 18px;
}
.pagination-sm>li>a{
	font-size: 14px;
	padding:5px 10px;
}
#form #submitbutton, input#submitbutton.bg_orange.btn{
	background-color: black;
	font-size: 16px !important;
	text-transform: none !important;
}
#form #submitbutton:hover{
	background-color: white !important;
	color: black;
	border:1px solid black;
}
.pulse {
    background-color: #E6E6E6;
}
.ui-tooltip {
	font-size:13pt;
}
.orange, .free, .cb-disable.selected span, .cb-enable.selected span{
	color: black;
}
.cb-disable span, .cb-enable span{
	font-size:12px
}
#menu .pure-menu li a:hover, #menu .pure-menu li a:focus,  {
    background: black;
    color: white;
}
#menu .pure-menu-item.pure-menu-selected{
	background-color: black;
}
#mylogin{
	color:black !important;
	background-color: white !important;
	border:1px solid #cdcdcd !important;
	font-size: 14px !important;
}
#menu .pure-menu li a:hover, #menu .pure-menu li a:focus{
	background-color: #999999;
	text-decoration: none;
}
@media (min-width: 769px) {
    #layout {
        padding-left: 220px;
        left: 0;
    }
    #menu {
        left: 220px;
        margin-left: -220px;
        width: 220px;
    }
}
#head1 .pure-menu-link:hover, .pulse:hover {
    color:black;
}
#footer {
    border-top:4px solid #999999;
}
a.main:hover {
    border-bottom: none;
}

a.otr_link {
	text-decoration: underline;
}
.fill-yellow {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #cdcdcd;
    box-shadow: none;
    background-color: white;
    border-radius: 0;
}
.alert-link, #readers_link{
	display: none !important;
}
.bold {
    border-bottom: 3px solid black;
}
h1, h2, h2 a {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
}
span.fl {
    color:white;
    background-color:#195183;
    font-size: inherit;
}

.av_top{
	width:100%;
	min-height: 30px;
	background-color: #E6E6E6;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fontsize{
	cursor: pointer;
}
.av_font_1{
	font-size: 16px;
}
.av_font_2{
	font-size: 20px;
}
.av_font_3{
	font-size: 24px;
}
.fontcolor{
    text-decoration:none;
    color:black;
    cursor: pointer;
    margin-right:1px;
    font-size:16px;
    background-color:transparent;
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
    margin-top: -10px;
  vertical-align: middle;
}
.av_color_1{
    border:1px solid black;
    color: black;
    background-color: white;	
}
.av_color_2{
    border:1px solid white;
    color: white;
    background-color: black;	
}
.av_color_3{
    border:1px solid #195183;
    color: #195183;
    background-color: #a3d5ff;
}