﻿body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}

a:link, a:visited, a:active {
	color:#000;
}

a:hover {
	text-decoration:underline;
	color:#ffb427;
}
.footer {
	color:#ccc;
	font-size:9pt;
	font-weight:bold;
}


.topheader {
	font-weight:bold;
	font-size:12pt;
	color:#000;

}

.inside {
	color:#fff;
	font-size:7pt;
	font-style:italic;
	text-align:left;
	padding: 10px;
}

.insidetext {
	color:#fff;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	padding: 10px;
}

.see {
	font-size:11pt;
	color:#ffcc00;
}


a.email:link, a.email:visited, a.email:active {
	color:#000;
}

a.email:hover {
	text-decoration:underline;
	color:#ffb427;
}

a.nav:link, a.nav:visited, a.nav:active {
	color:#fff;
	border-bottom:1px #fff solid;
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding: 8px 9px;
}

a.nav:hover {
	color:#ffd200;
	border-bottom:1px #fff solid;
	text-decoration:underline;
	display:block;
	font-weight:bold;
}







.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #ffd200;
width: 205px;
}

.anylinkcss a:link{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}
.anylinkcss a:active{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}
.anylinkcss a:visited{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}