body {
	color: #000000;
	background:#000000;
	margin: 0;
}

body,p,td,div,ul,ol {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
}

a {
	text-decoration: none;
	color: #3378c1;
}

a:hover {
	text-decoration: underline;
	color: #FF3300;
}

h1 {
	font-size: 120%;
	background: #3378c1;
	color: #FFFFFF;
	padding: 0.2em;
	text-align: center;
}

h2 {
	font-size: 110%;
	text-align: center;
}

.header {
 background: #72afde;
}

.menu {
	background: #3378c1;
	text-align: center;
	padding: 4px;
	font-size: small;
}

.menu {
 color: #72afde;
}

.menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.menu a:hover {
	text-decoration: underline;
}

.menu a.active {
	text-decoration: underline;
}

.main {
	background: #e3eff8;
	padding: 0.5em 1.5em;
}

.main img {
margin-right: 1em;
margin-bottom: 1em;
float: left;
}

.footer {
	color: #FFFFFF;
	text-align: center;
	font-size: small;
	padding: 10px 0;
	background: #72afde;
}

.footer a {
	color:#FFFFFF;
}

.punchline {
	font-style: italic;
	background: #9CF;
	padding: 0.5em;
	line-height: 2em;
}

.checks {
list-style-image: url(images/check.gif)
}

.datatab {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.datatab td {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 0.4em;
	font-size: 70%;
	text-align: center;
}

.datatab .header {
	background:#99CCFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-weight: bold;
	font-size: small
}

.datatab .borderl {
	border-left: 1px solid #000;
}

.datatab .bordert {
	border-top: 1px solid #000;
}

.datatab .bordertl {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
