body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td.main {
	background-image:url(images/2004/page_backgrnd.gif);
	background-repeat:no-repeat;
}
p, td, th, li, ul, ol {
	font-size:12px;
}
ul {
	list-style-image:url(images/2004/bullet-red.gif);
}
li {
	line-height:18px;
}
a {
	color:#000066;
}
a:hover {
	color:#CC3333;
}
h1 {
	font-size:18px;
	color: #CC3333;
}
h2 {
	font-size:16px;
	color: #CC3333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}
h3 {
	font-size:14px;
	color: #CC3333;
}
div.divider {
	border-bottom: #9C9C4E dashed 1px; 
	padding-top: 2px; 
	padding-bottom: 2px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.red {
	color: #CC3333;
	font-weight:bold;
}
.blue {
	color:#000099;
}
.bigred {
	font-size: 18px;
	color: #CC3333;
	font-weight:bold;
}
.small {
	font-size: 13px;
}
.menuitem {
	font-size: 10pt;
	color:#FFFFFF;
	text-decoration:none;
}
.white {
	color: #FFFFFF;
}
.nav ul { /*all menu items needed to be ul*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav a {
	line-height:20px;
}
.nav a:link {
	color: #000000;
	text-decoration:none;
}
.nav a:visited {
	color: #000000;
	text-decoration:none;
}
.nav a:hover {
	color: #000000;
	border-bottom-width:3px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}
.nav a:active {
	color: #000000;
	border-bottom-width:3px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}
.alert {
	color:#CC3333;
}
div.row {
	clear: both;
	padding-top: 10px;
}
div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
}
