BODY {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}	

h1, h2 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
}

h3, h4 {
	font-family: Arial,Helvetica,sans-serif;
	margin-left: 20px;
}

h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: Left;
	margin-left: 35px;
}

a:link,a:active,a:visited {
	color : #006699;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color : #DD6900;
	font-size: 12px;
}
hr {
	height: 0px;
	border: solid #000000 0px;
	border-top-width: 1px;
}
a.footer:link,a.footer:active,a.footer:visited {
	color : #006699;
	font-size: 10px;
	text-align: top;
}
a.footer:hover {
	text-decoration: underline;
	color : #DD6900;
	font-size: 10px;
}

/* TABLE STYLES */
table.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

/* FORM STYLES */
INPUT, select, textarea, text {
	border: 1px #006699 groove;
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
	border-color: #000000;
	border-style: transparent;
}

/* TEXT STYLES */
.small {
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 10px;
}

.required {
color: #FF0000;
background-color : transparent;
}

.lightText {
color: #FFFFFF;
background-color : transparent;
}
