h1,h2,h3,h4,h5,h6 
{
	color: black;
	font-family: arial;
}
p
{
	color: black;
	font-family: arial;
	font-size: 9pt;
}
table
{
	color: black;
	font-family: arial;
	font-size: 9pt;
}
body
{
	background-repeat: repeat-x;
}
ul
{
	list-style-position: outside;
	font-family: arial;
	font-size: 9pt;
}

a{
	COLOR: black;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}

a:hover {
	COLOR: black;
	TEXT-DECORATION: underline;
}

a:link {
	color: black;
}
a:visited {
	COLOR: black;
}
a:active {
	COLOR: black;
}
