body{
	background-color: #FFFFFF;
}
p { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #333333;
	color: #405B81;
}
a:visited {
	text-decoration: none;
	color: #405B81;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #FFCB4C;
}
ol           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
ul           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	list-style-image: url(../images/bullet1.gif);
}

