body, table, tr, td {
	font: 10px Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
body {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #66CCFF;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	border-top: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 2px none #FFFFFF;
	border-left: 0px none #FFFFFF;
}
a:hover {
	color: #00CCFF;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 2px none #0099FF;
	border-left: 1px none;
	background-color: #FFFFFF;
}
input, textarea, option, select {
	background-color: #0099FF;
	font: 8pt Tahoma;
	color: #FFFFFF;
	border: 1px double #0099FF;
	padding:0px; }

