html, body, ul, ol, li, p, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
color: #000066;
text-align: center;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFCC00;
}
.red_text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
}
.green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.bold {
	font-weight: bold;
}
