body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #FFCC66;
	font-size: 10px;
	background-repeat: repeat-y;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}
A:LINK {
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-size: 12px;
}

 A:VISITED {
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-size: 12px;
}
A:ACTIVE
 {
	text-decoration: underline;
	font-weight: bold;
	color: Black;
	font-size: 10px;
}
A:HOVER
 {
	text-decoration: none;
	font-weight: bold;
	color: Gray;
	font-size: 12px;
}


.input		
{
	border: White;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: double dashed solid dashed;
	border-top-width: 1px;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.varie	
{
	border: White;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-style: double dashed solid dashed;
	border-top-width: 1px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}