@charset "UTF-8";
/* CSS Document */


.title {
font-family: Verdana, Arial, Helvetica, sans-serif; /***** Change Font to site specific font *****/
font-size: 16px; /***** Change Size to site specific size *****/
font-weight: bold;
font-style: italic;
color: #ff0000; /***** Change Color to site specific color *****/
}

.state {
font-family: Verdana, Arial, Helvetica, sans-serif; /***** Change Font to site specific font *****/
font-size: 13px; /***** Change Size to site specific size *****/
font-weight: bolder;
font-style: normal;
margin-left: 25px;
color: #013586; /***** Change Color to site specific color *****/
}


.city{
font-family: Verdana, Arial, Helvetica, sans-serif; /***** Change Font to site specific font *****/
font-size: 11px; /***** Change Size to site specific size *****/
font-weight: bold;
font-style: normal;
margin-left: 75px;
color:#013586; /***** Change Color to site specific color *****/
}


.statelinks {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
line-height: 18pt; 
font-weight: normal; 
font-variant: normal; 
text-transform: none; 
text-decoration:none; color: #013586;
}

a:link.statelinks{
color:#013586 !important;/**** Change Color to same color as .link *****/
text-decoration:none;
}

a:hover.statelinks{
color:#013586 !important;/**** Change Color to same color as .link *****/
text-decoration:underline !important;
}

a:visited.statelinks{
color: #999999 !importants;
text-decoration:none;
}

a:active.statelinks{
color:#013586;/**** Change Color to same color as .link *****/
text-decoration:none;
}


.links {
font-family: Verdana, Arial, Helvetica, sans-serif; /***** Change Font to site specific font *****/
font-size: 9px; /***** Change Size to site specific size *****/
font-weight: normal;
font-style: normal;
line-height: 10pt;  /***** If you change font-size then change increase or decrease line-height. If you use a larger font-size increase line-height. *****/
font-variant: normal;
text-transform: none;
text-decoration:none;
margin-left: 100px;
color: #013586;  /***** Change Color to site specific color *****/
}

a:link.links{
color:#013586 !important;/**** Change Color to same color as .link *****/
text-decoration:none;
}

a:hover.links{
color:#013586 !important;/**** Change Color to same color as .link *****/
text-decoration:underline !important;
}

a:visited.links{
color: #999999 !important;
text-decoration:none;
}

a:active.links{
color:#013586;/**** Change Color to same color as .link *****/
text-decoration:none;
}

.backtotop{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:normal;
font-style:normal;
font-variant:normal;
text-decoration:none;
margin-left:75px;
color:#013586;
}

