body, td, p
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
}

.hidden
{
	font-size: 0px;
	color: #ffffff;
}

.noMargin
{
	margin: 0px;
}

.header
{
	background-color: #ffffff;
	color: #000000;
}

.footer
{
	text-align: center;
	font-size: 8pt;
}

.border
{
	background-color: #008000;
}


.content
{
	text-align: left;
	vertical-align: top;
}

.heading1
{
	font-family: "Tahoma", "Arial", "sans-serif";
	font-size: 14pt;
	/*font-weight: bold;*/
	color: #008000;
}

a:link, a:visited
{
	color: #0000c0;
	text-decoration: none;
}


a:hover
{	
	text-decoration: underline;
}