﻿body
{
	font-size: 12px;
	font-family: Verdana;
}
A:link A:active A:visited
{
	font-size: 11px;
	color: #135068;
	font-family: 'Trebuchet MS' , Verdana;
	text-decoration: none;

}
.hlt {
    background-color: #135068;
    color:#ffffff;
    }
.def {
    background-color: #ffffff;
    color:#000;
    
    }
.lnkText{
    color:#135068;
    text-decoration:none;
    font-size: 13px;
    }
.lnkTextH{
    color:#009ad2;
    text-decoration:underline; 
    font-size: 13px;
    }
 
 A:link {text-decoration: none;}
 h2, h2 a, h2 a:link, h2 a:visited, h2 a:active, a.h2:link, a.h2:visited, a.h2:active  {
    color: #135068;
    font-family: Bauhaus, Lucida Sans, Arial;
    font-size: medium;
   /*font-variant: small-caps; /*/
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 3px;    
 }
 h1, h1 a, h1 a:link, h1 a:visited, h1 a:active, a.h1:link, a.h1:visited, a.h1:active {
    font-size: xx-large;
    color: #135068;
    font-family: Arial;
    text-decoration: none;
 }
.small {
    font-size: x-small;
}