
body {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	font weight: bold;
}

p {
	font-family: Arial;
	font-size: 10pt; 
	color: #ffffff;
	font weight: bold;
}
h1, h2, h3 
{
font-family: Arial;
color: #ffffff;
}

hr {
width: 200px;
text-align: center;/*this will align it for IE*/
} 

a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #BDD72A;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

 
td

{
	font-family: Arial;
	font-size: 10pt; 
	color: #ffffff;
	font weight: bold;
}

h3
{
	font-family: Arial;
	font-size: 13pt; 
	color: #ffffff;
	font weight: bold;
}


