﻿body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
}

a:link, a:visited, a:active {
	color:#000;
}

a:hover {
	text-decoration:underline;
	color:#ab0f13;
}


.bold {
	font-weight:bold;
	font-size:13pt;
	color:#000;

}

.inside {
	color:#fff;
	font-size:7pt;
	font-style:italic;
	text-align:left;
	padding: 10px;
}

.white {
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}




a.email:link, a.email:visited, a.email:active {
	color:#000;
}
a.email:hover {
	text-decoration:underline;
	color:#ab0f13;
}




a.nav:link, a.nav:visited, a.nav:active {
	color:#fff;
	padding: 10px 10px;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
}
a.nav:hover {
	text-decoration:underline;
	color:#84152d;
	font-weight:bold;
}


a.nav2:link, a.nav2:visited, a.nav2:active {
	color:#fff;
	padding: 10px 13px 10px 13px;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	background: url('siteart/splash.jpg') no-repeat;
}
a.nav2:hover {
	text-decoration:none;
	color:#84152d;
	font-weight:bold;
	background: url('siteart/splash2.jpg') no-repeat;
}





.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color:#fff;
width:170px;
text-align:left;
}

.anylinkcss a:link {
display: block;
border-bottom: 1px solid black;
padding:0px 5px 0px 10px;
text-decoration: none;
font-weight: bold;
color:#84152d;
}
.anylinkcss a:active {
display: block;
border-bottom: 1px solid black;
padding:0px 5px 0px 10px;
text-decoration: none;
font-weight: bold;
color:#84152d;
}
.anylinkcss a:visited {
display: block;
border-bottom: 1px solid black;
padding:0px 5px 0px 10px;
text-decoration: none;
font-weight: bold;
color:#84152d;
}
.anylinkcss a:hover{ /*hover background color*/
background-color:#84152d;
color:#fff;
}


.star {
	background:url(siteart/star.gif) no-repeat center center;
	display:block;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:20px 10px;
	text-transform:uppercase;
	font-size:11px;
}


