@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.footer {
	font-size: 0.75em;
	text-align: center;
}
a {
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.header {
	font-size: 1.75em;
	font-weight: bold;
	background-color: #0066FF;
	color: #FFFFFF;
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: -50px;
}
table {
	font-size: 0.95em;
}

