/* Styles not supported by Netscrape 4.x */

.buttonsoff {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: white;
	height: 20px;
	/*width: 85px;*/
	border: 1px solid #999999;
	cursor: pointer;
}

.buttonsover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066cc;
	background-color: white;
	height: 20px;
	width: 85px;
	border: 1px solid #0066cc;
	cursor: pointer;
}

.tableborder {
	border : 1px dotted #999999;
}

.formborder{
	border : 1px solid #999999;
}

Input, Select, textarea {
	font-size: 11px;
	font-family: verdana;
	color: #666666;
}