.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.body h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.body ul {
	list-style-image: url('images/list_icon.gif');
 }
.body a:link, a:active {
	color: #006600;
	text-decoration: underline;
}
.body a:hover {
	color: #660000;
	text-decoration: underline;
}
.body a:visited {
	color: #000066;
	text-decoration: underline;
} 
.green a, a:visited {
	color: #006600;
}