﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	color:#333333;
	background: url('siteart/nav-off.gif') no-repeat;
	display:block;
	font-size:12px;
	padding: 11px 0px 9px 12px;
	border-bottom: 1px solid #d9d9d9;
	width:auto;
	}
	
a.nav:hover {text-decoration:none; color:black;background: url('siteart/nav-on.gif') no-repeat;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 23px;
	background: #7e765e url('siteart/background-brown.gif') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	}
	
#maintable {
	border: 10px solid white;
	width: 770px;
	background: white;
}	

.orangebar {
	height:31px;
	vertical-align:top;
	background:url('siteart/orange-bar.jpg') repeat-y top left;
	padding: 7px 0px 0px 6px;
	color: white;
	font-weight:bold;
	font-size:16px;
}

.graybar {
	height:31px;
	vertical-align:top;
	background: #e9e9e9;
	padding: 7px 0px 0px 6px;
	color: #333333;
	font-weight:bold;
	font-size:16px;
}

.boldpoint {
	font-weight:bold;
	font-size: 14px;
}

ul {
	list-style-type:none;
	margin: 15px 0ox 15px 25px;
}

li {
	padding-bottom:8px;
}

.imgb {
	border: 1px solid #d9d9d9;
}

.navlist li {
width: 135px;
background-color: #FFFFB9;
padding-bottom: 2px;
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #d9d9d9;
border-bottom-width: 0;
line-height: 25px;
z-index: 100;
background-color: white;
width: 120px;
}

.anylinkcss a{
color: #333333;
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #d9d9d9;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #d6d6d6;
color: black;
text-decoration: none;
}

.anylinkcss a:visited {
text-decoration: none;
}

