.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3A688A;
}
.titlebar {
	background-color: #598BB3;
	text-align: left;
	text-indent: 4px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a {
	color: #3A688A;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
