body {
	margin: 0px;
	background-color: #000000;

}
.leftNav {
	background-image: url(images/left_nav.jpg);
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smallNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002448;
}
a.footer:link {
	text-decoration: underline;
	color: #002448;
}
a.footer:visited {
	color: #71612F;
	text-decoration: underline;
}
a.footer:hover {
	color: #002448;
	text-decoration: none;
}
a.footer:active {
	color: #002448;
	text-decoration: underline;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
h2 {
	font-family: "Book Antiqua", Georgia;
	color: #003366;
}

