﻿
a.nav:link, a.nav:active, a.nav:visited {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	display:block;
	text-align:center;
	padding: 13px 0px 9px 0px;
	width:158px;
	text-transform:uppercase;
	font-size:9pt;
	background: url('../siteart/navoff.jpg') no-repeat;
}
a.nav:hover {
	background: url('../siteart/navon.jpg') no-repeat;
}

a.link:link {text-decoration:underline; color:#000;}
a.link:visited {text-decoration:underline; color:#000;}
a.link:active {text-decoration:underline; color:#000;}
a.link:hover {text-decoration:underline; color:#666666;}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
		
body {
		background: #333333 url('../siteart/bg.jpg') repeat-x;}
		
