@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D0200;
	margin-top: 30px;
	line-height: 14px;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
.contactbox {
	background-color: #f4f4f4;
	border: 1px solid #eaeaea;
	width: 255px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
}
.footer {
	font-size: 10px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003A73;
}
.footer a {
	color: #CCCCCC;
	text-decoration: none;
}
a:link {
	color: #003A73;
}
