body {margin-top: 0px; margin-right: 5px; margin-bottom: 0px; margin-left: 10px;}
a:hover{
	text-decoration: none;
}
a#m:link{color:#FFFFFF;}
a#m:visited{
	color:#FFFFFF;
}
a#m:hover{
	color:#8DDAFE;
	text-decoration: none;
}
.menu {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
.rightmenu {
	font-size: 10px;
	font-family: Arial, Helvetica,sans-serif;
}
.bighead{
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0099ff;
}
.midhead{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0099ff;
	font-weight: normal;
}
.midhead2{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0099ff;
	font-weight: normal;
}
.midhead3 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight: normal;
}
.gray{color:#777777;}
.white{color:#FFFFFF;}
.lithead {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099ff;
	font-weight: normal;
}
A.litt1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3333;
	font-weight: bold;
}

.texthead {
	font-size: 14px;
        font-weight: bold;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #000066;
}
.texthead2 {
	font-size: 14px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.bluetext{font-size:12px;font-family: Arial, Helvetica,sans-serif;color:#0000FF;}
.bottom {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0099ff;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #8DDAFE;
    color: black;

}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #8DDAFE}

.dropdown:hover .dropdown-content {
    display: block;
}
.active2:hover{color:#fff!important;background-color:#f44336!important}
.active2 {
   
    color: black;
background-color: #8DDAFE;
}

