/* Revision: $Id: styles.css,v 1.5 2007/01/16 15:37:44 mcronenw Exp $ */
body {
	background-color: #CCCCCC;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
a:link {
	color: #669999;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:active {
	color: #669999;
	text-decoration: none;
}
a:hover {
	color: #669999;
	text-decoration: underline;
}
img { border: 0px; }
table {
	border-style: none;
	margin: 0 auto;
}
#mainbody {
	width: 640px;
	margin: 0 auto;
}
#navigation {
	width: 148px;
	float: left;
	background: #CC3333;
	font-size: 0px;
	line-height: 0px;
}
#bodyarea {
	position: relative;
	width: 489px;
	background: white;
	float: right;
	border-left: 3px solid #000000;
}
#footer {
	position: absolute;
	width: 489px;
	text-align: center;
	font-size: 7pt;
	bottom: 15px;
}
.bodytext {
	position: relative;
   margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.text-red {
	font-size: x-small;
	color: #FF0000;
	font-weight: bold;
}