﻿td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background: #d0c6af;
	margin:0 auto;
}

a:active {
	color:#fff;
}

a:visited {
	color:#fff;
}

a:link {
	color:#fff;
}

a:hover {
	text-decoration:underline;
	color:#9b1635;
}


a.email:active {
	color:#000;
}

a.email:visited {
	color:#000;
}

a.email:link {
	color:#000;
}

a.email:hover {
	text-decoration:underline;
	color:#9b1635;
}


.topheader {
	font-weight:bold;
	font-size:13pt;
	color:#000;

}

.whitetext {
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}

.insidetext {
	color:#000;
	font-size:10pt;

}

.whiteheader {
	color:#fff;
	font-weight:bold;
	font-size: 12pt;
}

a.nav:active {
	color:#fff;
	text-decoration:none;
	font-size: 10pt;
	font-weight:bold;
	padding:10px 30px;
}

a.nav:visited {
	color:#fff;
	text-decoration:none;
	font-size: 10pt;
	font-weight:bold;
	padding:10px 30px;
}

a.nav:link {
	color:#fff;
	text-decoration:none;
	font-size: 10pt;
	font-weight:bold;
	padding:10px 30px;
}

a.nav:hover {
	text-decoration:underline;
	color:#9b1635;
}





.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #000;
border-bottom-width: 0;
z-index: 100;
background: #000;
width: 200px;
}

.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
display: block;
border-bottom: 1px solid #000;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color:#fff;
}

.anylinkcss a:hover {
background: #fff;
color:#9b1635;
}



