body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #BFC1C4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #800000;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #800000;
}
.style2 {font-size: 36px; font: Arial; color: #FFFFFF; font-weight: bold;}
.style3 {font-size: 58px; font: Arial; color: #FFFFFF; font-weight: bold;}
.style5 {color: #58554E}
.style7 {color: #FFFFFF; font-weight: bold; font-size: 14px; font: Arial;}
.style8 {color: #FFFFFF}
.style10 {font-size: 14px}
.style11 {font-size: 18px; color: #000000; font-style:italic; font-weight:bold}
.style12 {font-size: 18px; color: #000000; font-weight:bold}
.style13 {font-size: 12px; color: #FFFFFF; font-weight:bold}
.style14 {font-size: 18px; color: #800000; font-style:italic; font-weight:bold}
.style15 {color: black; font-size: 12px; font: Arial;}
.style16 {font-size: 14px; font: Arial; color: black; font-weight: bold;}
.style17 {font-size: 14px; font: Arial; color: #000000; font-weight: bold;}
.style18 {font-size: 14px; font: Arial; color: #800000; font-weight: bold;}

/* ######### Default class for drop down menus ######### */

img.special {border: 1px black solid;}

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #800000;
width: 175px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:link{
background: #58554E;
color: white;
}

.anylinkcss a:visited{
background: #58554E;
color: white;
}

.anylinkcss a:active{
background: #58554E;
color: white;
}

.anylinkcss a:hover{ 
background: #800000;
color: white;
}

A.menulink {
display: block;
text-align: left;
text-decoration: none;
font-family:Arial;
font-size:14px;
color: #FFFFFF;
background-color: #000000;
}

A.menulink:hover {
background-color:#800000;
color: #FFFFFF;
}

A.menulink:visited {
color: #FFFFFF;
}

A.menulink:active {
color: #FFFFFF;
}

A.iconlink {
display: block;
text-align: left;
text-decoration: none;
font-family:Arial;
font-size:14px;
color: black;
}

A.iconlink:hover {
color: #800000;
}

A.iconlink:visited {
color: black;
}

A.iconlink:active {
color: black;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Arial;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #800000;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.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: black;
visibility: hidden;
}