H1  {

	font-size : 16pt;
	font-weight : bold;
	color : #Black;
	font-family : Courier, Arial
}



A:Hover  {
	color : black;

}

A:Visited  {
	text-decoration : none;
}

A:Active  {
	text-decoration : none;
}

A:Link  {
	text-decoration : none;
}


OL,UL,Body,P,TD  {
	font-size : 10pt;
	color : Black;
	font-family : Courier, Arial
}

Textarea
{	font-size : 10pt;
	color : Black;
	font-family : Courier, Arial;
    BORDER-BOTTOM: #666666 thin solid;
    BORDER-LEFT: #666666 thin solid;
    BORDER-RIGHT: #666666 thin solid;
    BORDER-TOP: #666666 thin solid;

}

Input
{	font-size : 10pt;
	color : Black;
	font-family : Courier, Arial;
    BORDER-TOP: #666666 thin solid;
    BORDER-LEFT: #666666 thin solid;
	
}


