body {
	background-color: #e6eef7;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-size: 11px;
	color: #003366;
	padding: 2px;
}
.texttable {
	background-color: #Eeeeee;
	border: 1px solid #003366;
	padding: 10px;

}
th {
	font-size: 13px;
	font-weight: bold;
	color: #003366;

}
.small {
	font-size: 10px;
}
a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #006633;
	text-decoration: none;
}
a:active {
	color: #009900;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
