﻿a:link, a:visited, a:active {text-decoration:none; color:white;}
a:hover {text-decoration:underline; color:#dbdbdb;}

a.nav:link, a.nav:visited, a.nav:active {text-decoration:none; color:#333333;}
a.nav:hover {text-decoration:underline; color:black;}

a.inv:link, a.inv:visited, a.inv:active {
	text-decoration:none;
	color:white;
	background: black;
	display:block;
	font-size: 8pt;
	text-transform: uppercase;
	padding:8px 5px 8px 5px;
}

a.inv:hover {text-decoration:none; color:black; background:#c0c0c0}


#invcell {
	background-color:#000;
	height:32px;
	width:770px;
	vertical-align:top;
	border:1px #cccccc solid;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background: #564d39 url('siteart/background.jpg') repeat-x top; 
	}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	}
	
#maintable {
	width: 770px;
	margin-top:13px;
}	

#navcell {
	width:140px;
	text-align:right;
	padding: 5px 15px 0px 0px;
	font-size:10pt;
}

#left {
	width:243px;
	vertical-align:top;
	background:white url('siteart/left.gif') top;
	background-repeat:no-repeat;
}


