a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
}
table {
	background-color: #FFFFFF;
	border: thin none #FFFFFF;
}

input {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	border: '1' 'none' '#99CC99';
}
