a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(153,204,204); 
} 
a:active 
{
	color: rgb(102,255,0);
}
body
{
	font-family: Times New Roman, Times, Garamond;
	font-size: 12pt;
	line-height: 125%;
	text-align: justify;
	text-indent: 1em;
}
p
{
	margin-top: 0em;
	margin-bottom: .5em;
	padding-top: 0em;
	padding-bottom: 0em;
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Verdana;
	line-height: 120%;
	text-indent: 0;
}
h1
{
	font-size: large;
	font-weight: bold;
	color: #000000;
}
h2
{
	font-size: small;
	color: #000000;
}
h3
{
	font-size: 10pt;
	color: #000000;
}


