﻿body {
	margin:0px;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}





a.btm:link, a.btm:active, a.btm:visited, a.btm:hover {
	color:#fff;
	text-decoration:none;
	font-size:8pt;
}




a.nav:link, a.nav:active, a.nav:visited{
	font-weight:bold;
	text-transform:capitalize;
	color:#fff;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	display:block;
	font-size:9pt;
	text-align:center;
}

a.nav:hover {
	color:#b64d31;
}



.anylinkcss{
position:absolute;
visibility: hidden;
border:3px #b64d31 solid;
border-bottom-width: 0;
line-height: 16px;
z-index: 100;
background-color:#b64d31;
width:140px;
font-size:9pt;
}

.anylinkcss a:link{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
border-bottom:3px #b64d31 solid;
color:#fff;
font-size:9pt;
}

.anylinkcss a:active {
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
border-bottom:3px #b64d31 solid;
color:#fff;
font-size:9pt;
}

.anylinkcss a:visited {
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
border-bottom:3px #b64d31 solid;
color:#fff;
font-size:9pt;
}


.anylinkcss a:hover{ /*hover background color*/
background-color:gray;
color: white;
}



#bulletlist {

}


#bulletlist ul {
	list-style-image: url('../siteart/bullet.gif');
	list-style-type: none;
}
	
a.text:link {
	font-size:10pt;
	text-decoration:none;
	color:navy;
	font-weight:bold;
}

a.text:visited {
	font-size:10pt;
	text-decoration:none;
	color:navy;
	font-weight:bold;
}

a.text:acitve {
	font-size:10pt;
	text-decoration:none;
	color:navy;
	font-weight:bold;
}


a.text:hover {
 color:#8B0F05;
}



