body {
	margin: 0px;
	background-image: url(images/background.jpg);
}

.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004b84;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004b84;
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	margin-top:5px;
	margin-bottom:10px;
}

a:link {
	color: #004b84;
}
a:visited {
	color: #004b84;
}
a:active {
	color: #004b84;
}
a:visited {
	color: #004b84;
}
