body, td, tr, table {
	font-family: Arial;
	font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	font-size: 11px;
        font-weight: bold;
        text-decoration: none;
}

a:hover {
	color: #00FF00;
	font-size: 11px;
        font-weight: bold;
        text-decoration: none;
}

input, select, textarea {
	background-color: #02334A;
	border: 1px solid #9FC4E3;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

