.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #790000;
	margin: 0px;
}
.leftnav {
	background-image: url(images/left_nav_fill.jpg);
}
.rightnav {
	background-image: url(images/right_nav_top.jpg);
}


.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.white:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.field {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.smallNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.footer:link {
	text-decoration: underline;
	color: #790000;
}
a.footer:visited {
	color: #000000;
	text-decoration: underline;
}
a.footer:hover {
	color: #790000;
	text-decoration: none;
}
a.footer:active {
	color: #790000;
	text-decoration: underline;
}
