.maintext {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333;
	padding: 10px;
}
.siteborder {
	border: 2px solid #CCCCCC;
}

.textheader {
	font-family: Tahoma, Arial;
	font-size: 24px;
	color: #0F3783;
}
.arrow {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
}
a:link {
	color: #0F3783;
	text-decoration: none;
}
a:visited {
	color: #0F3783;
	text-decoration: none;
}
a:hover {
	color: #B70606;
	text-decoration: underline;
}
a:active {
	color: #0F3783;
	text-decoration: none;
}
body {
	margin-top: 0px;
}
.style1 {font-weight: bold}
.style2 {
	font-size: 14px;
	font-weight: bold;
