﻿a:link, a:visited, a:active {text-decoration:none; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.nav:link, a.nav:visited, a.nav:active {text-decoration:none; color:white;}
a.nav:hover {text-decoration:underline; color:#E2E2E2;}


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	margin:0;
	background: #c0c0c0;
	}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 770px;
	background: white;
}	

ul {
	list-style-type:square;
}


#new td a {
  	font-family:Arial, Helvetica, sans-serif; 
  	font-size:9pt; 
  	font-weight:bolder;  
  	text-align:left; 
  	text-decoration:none;
  	color:#fff;
  	background-image:url('siteart/buttonbgoff.gif'); background-repeat:repeat-y;
  	padding: 10px 10px 10px 15px; 
  	width:100%; /*don't change*/
  	display:block; /*don't change*/
}
#new td a:visited {
	background-image:url('siteart/buttonbgoff.gif'); background-repeat:repeat-y;
	color:#fff;
}
#new td a:hover {
	background-image:url('siteart/buttonbg.gif'); background-repeat:repeat-y;
	color:#fff;

}
html>body #new td a{
	width:auto /*don't change*/
} 

