﻿a:active {text-decoration:underline; color:#333333}
a:visited {text-decoration:underline; color:#333333}
a:link {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.notice:link, a.notice:active, a.notice:visited {
	text-decoration:none;
	color:#b52014;
	font-weight:bold;
	font-size:16px;
}
a.notice:hover {
	text-decoration:underline;
	color:#000;
}


a.nav:active {
	text-decoration:none;
	color:#333333;
	background: #dbdbdb url('siteart/nav_off.gif') no-repeat left top;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:8px 0px 6px 38px;
	text-transform:uppercase;
	}
	
a.nav:visited {
	text-decoration:none;
	color:#333333;
	background: #dbdbdb url('siteart/nav_off.gif') no-repeat left top;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:8px 0px 6px 38px;
	text-transform:uppercase;
	}
	
a.nav:link {
	text-decoration:none;
	color:#333333;
	background: #dbdbdb url('siteart/nav_off.gif') no-repeat left top;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:8px 0px 6px 38px;
	text-transform:uppercase;
	}
	
a.nav:hover {
	text-decoration:none;
	color:black;
	background: #c8c6c6 url('siteart/nav_on.gif') no-repeat left top;
	}

.navcell {
	width:180px;
	border-bottom:1px solid #bfbebe;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 23px;
	background: #b0aa93 url('siteart/background.jpg') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	border: 1px solid #a19e91;
	width: 770px;
	background: white;
}	

.imgB {
	border: 1px solid #ababab;
}

.sm {
	font-size: 11px;
}