a:link       {
	color: #FF9900;
	text-decoration: none;
	font-weight : bold;
}
a:visited    {
	color: #FF9900;
	text-decoration: none
}
a:active     { color: #FF9900; text-decoration: none }
a:hover      {
	color: #006699;
	text-decoration: none
}
body         { color: Black; font-family:  Arial, Helvetica, sans-serif;  font-size: 10pt }
table        {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #006699;
	font-family: "Courier New", Courier, monospace;
}

hr {
	color: #FF9900;
} 

