body {
	background-color: #002859;
	padding: 0px;
	margin: 0px;
}
.mainborder {
	background-color: #F9F9F9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #697a8c;
	border-left-color: #697a8c;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.topbg {
	background-image: url(../images/top10-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 256px;
	width: 380px;
}
.imgborder {
	margin: 2px;
	padding: 2px;
	border: 1px solid #BBB9B3;
}

.contactbg {
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 230px;
	background-position: right top;
}
.titelblue {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #00408e;
	text-decoration: none;
}
.smallblack {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}



.copyright {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #5585c0;
}
.whitelinks {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #e4f0fd;
	text-decoration: none;
}
.greenlinks {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #bad651;
	text-decoration: underline;
}
.button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #89BE25;
	border: 1px solid #70AD14;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin: 2px;
}
.textfield {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ebeee5;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #d8dccc;
	line-height: 15px;
	margin: 1px;
}
