body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 15px;
	margin-left: 15px;
}
#navigation {
	color: #FFFFFF;
	background-color: #000066;
	height: 25px;
	width: 100%;
}
#navigation a{
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
#pagelayout {
	border: 2px solid #000066;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
.toptitle {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	width: 100%;
}
#footer {
	background-color: #000066;
	height: 30px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
