@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #5480BD;
}
.header_nav {
	color: #FFFFFF;
	background: #5480BD;
}
.header_nav a {
	color: #FFFFFF;
	background: #5480BD;
	padding: 10px;
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.header_nav a:visited {
	color: #FFFFFF;
	background: #5480BD;
}
.header_nav a:link {
	color: #FFFFFF;
	background: #5480BD;
}
.header_nav a:hover {
	color: #FFFFFF;
	background: #5480BD;
	text-decoration: underline;
}
.header_nav a:active {
	color: #FFFFFF;
	background: #5480BD;
}

.footer {
	color: #FFFFFF;
	font-size: 10px;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.info {
	font-size: large;
	font-weight: bold;
}
.highlight {
	font-weight: bold;
	background: #FFFF00;
	padding-right: 3px;
	padding-left: 3px;
}