h1 {
	font-size: 10pt;
}
tr,td,th,body
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	font-size: 8pt;
	font-weight : bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	font-size: 8pt;
	font-weight : bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	font-size: 8pt;
	font-weight : bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	font-size: 8pt;
	font-weight : bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFCC66;
}
input, checkbox, select {
	border: 1px solid #FFCC66;
	background: #eeeeee;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
}
option {
font-size: 10px;
}

textarea {
	border: 1px solid #FFFF00;
	background: #eeeeee;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
td {
	vertical-align:top;
}