@charset "windows-1252";
body {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 12px; 
color: #000000; 
background-color: #FFFFFF;
margin: 15px;
} 
  
.text {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 12px; 
color: #000000;
line-height: 150%;
padding: 12px;
text-align: justify;
}

.text2 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 11px; 
color: #000000;
line-height: 150%;
padding: 12px;}

.text3 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 10px; 
color: #000000;
line-height: 150%;
padding: 12px;}

.text4 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 11px; 
color: #000000;
line-height: 150%;
padding: 12px;
text-align: center;}

.title1 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 22px; 
color: #1B4D6E;
line-height: 100%;
text-align: center;
font-weight:bold;
}


.title2 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 20px; 
color: #1B4D6E;
line-height: 100%;
padding: 0px;
text-align: center;
font-weight:bold

}

.title2b {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 18px; 
color: #1B4D6E;
line-height: 100%;
padding: 0px;
text-align: left;
font-weight:bold

}
.title3 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 17px; 
color: #1B4D6E;
line-height: 100%;
padding: 0px;
text-align: center;
font-weight:bold

}

.title3b {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 17px; 
color: #1B4D6E;
line-height: 100%;
padding: 0px;
text-align: left;
font-weight:bold

}


.title4 {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px; 
color: #1B4D6E;
line-height: 100%;
padding: 0px;
text-align: center;
font-weight:bold

}

.title4b {font-family: Georgia, Times New Roman, Times, serif; 
font-size: 14px; 
color: #1B4D6E;
line-height: 100%;
padding: 0px;
text-align: left;
font-weight:bold

}

a:link {color: #223C5B; text-decoration: none; }
a:visited {color: #8B9DB3; text-decoration: none; }
a:hover {color: #0D7FA3; text-decoration: underline overline; }
a:active {color: #0D709A; } 

.black a:link {color: #000000; text-decoration: none; }
.black a:visited {color: #8B9DB3; text-decoration: none; }
.black a:hover {color: #0D7FA3; text-decoration: underline; }
.black a:active {color: #0D709A; } 



table {}
td {padding: 3px; font-family: Georgia, Times New Roman, Times, serif; font-size: 12px}


<!-- Navigation Menu -->

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: D9E4EA;

a:link {color: #223C5B; text-decoration: none; font-weight: none;} 
a:visited {color: #8B9DB3; text-decoration: none; font-weight: none;}
a:hover {color: #0D7FA3; font-weight: none; text-decoration: underline;} 
a:active {color: #0D709A; font-weight: none;} 
}

/* ######### Default class for drop down menus ######### */


.anylinkcss{
color: 223C5B;
}

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 11px Georgia;
color: 223C5B;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #D9E4EA;
width: 180px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
color: 223C5B;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 15px;
}









.anylinkcss a:hover{ /*hover background color*/
background: #EEF6FB;
color: #0D7FA3;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 10px;
font: normal 11px Georgia;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #D9E4EA;
}

.anylinkcsscols .column{
width: 130px;
float: center;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: 807D7D;
visibility: hidden;
}
