body {
	background-color: #f2f2f2;
	color: #000000;
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
}

td {
	background-color: #f2f2f2;
	color: #000000;
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	vertical-align:top;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000066;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.head {
	color: #000066;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Verdana;
}

input, textarea {
	font-size: 8pt;
	font-family: Verdana;
	border: 1px solid black;
}