BODY  {
	text-decoration : none;
	background-color : white;
	color: navy;
	font-size : 10pt;
	font-family : Arial, Tahoma, Verdana, sans-serif;
}

A  {
	text-decoration : none;
	color : navy;
	font-weight : normal;
	font-family : Arial, Tahoma, Verdana, sans-serif;
}

A:link  {
	text-decoration : none;
	color : red;
	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;
}

button 
{
	font-family : Arial, Tahoma, Verdana, sans-serif;
  	cursor: pointer; 
  	font-size: 13px; 
  	font-weight: bold; 
  	color: navy;
}


.title
{
	font-family : Arial, Tahoma, Verdana, sans-serif;
  	font-size: 14px; 
  	font-weight: bold; 
  	color: navy;
}

.info
{
	font-family : Arial, Tahoma, Verdana, sans-serif;
  	font-size: 11px; 
  	font-weight: normal; 
  	color: gray;
}

.warning
{
	font-family : Arial, Tahoma, Verdana, sans-serif;
  	font-size: 11px; 
  	font-weight: normal; 
  	color: red;
}
