BODY  {
	text-decoration : none;
	background-color : white;
	color: teal;
	font-size : 10pt;
	font-family : Arial, Tahoma, Verdana, sans-serif;
}

A  {
	text-decoration : none;
	color : blue;
	font-weight : normal;
	font-family : Arial, Tahoma, Verdana, sans-serif;
}

A:link  {
	text-decoration : none;
	color : blue;
	font-weight : normal;
	font-family : Arial, Tahoma, Verdana, sans-serif;
}

A:hover  {
	text-decoration : underline;
	color : red;
	font-family : Arial, Tahoma, Verdana, sans-serif;
	font-weight : normal;
}


TD  {
	font-size : 9pt;
	font-family : Arial, Tahoma, Verdana, sans-serif;
}

TH{
	font-family : Arial, Tahoma, Verdana, sans-serif;
}

INPUT
{
	FONT-FAMILY: Arial;
      	COLOR: navy;
      	padding-top: 2px;
      	padding-left: 4px;
      	font-weight: bold;
	font-size: 13px;
}

SELECT
{
	FONT-FAMILY: Arial;
      	COLOR: navy;
      	font-weight: bold;
	font-size: 13px;
}

TEXTAREA
{
	FONT-FAMILY: Arial;
      	COLOR: navy;
      	font-weight: normal;
	font-size: 13px;
	overflow: hidden;
}

button 
{
	font-family : Arial, Tahoma, Verdana, sans-serif;
  	cursor: hand; 
  	font-size: 13px; 
  	font-weight: bold; 
  	color: darkblue;
}