﻿BODY
{
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-size : 10px;
	background-color: #EEEEEE;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : #000066;
	font-style : normal;
	font-weight : normal;
}

A, A:VISITED
{
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-size : 10px;
	color : #0000CC;
	text-decoration : underline;
}

A:HOVER, A:VISITED:HOVER
{
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-size : 10px;
	color : #FF0000;
	text-decoration : underline;
}

TD
{
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-size : 10px;
}

H1
{
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-size : 20px;
	text-align : Center;
}

H2
{
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-size : 18px;
	text-align : Center;
}

hr
{
    width: 100%;
    color: #D3e1ef;
    height: 8px;
 
     
     /*   <hr noshade style="width: 100%; color: #d3e1ef; height: 8px; text-align: center; border: 0px;"> */

}


/* INPUT */
INPUT, SELECT, TEXTAREA
{
	font-family : Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size : 8pt;
	color : #0000ff;
}