BODY
{
	background-color: #CCE6FF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#CCE6FF;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#CCCCFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:#ffffff;
	scrollbar-3d-light-color:#DFDFDF;
	font-family : Verdana;
}

.small_font
{
	font-size : 8pt ;
}

.small_arial
{
	font-size : 8pt ;
	font-family : Arial;
}

TD
{
	font-family : Verdana;
	font-size : 10pt ;
}
    	
H1
{
	font-family : Arial;
	font-weight : bold;
	font-size : 16pt;
	text-align : center;
}

H2
{
	font-family : Arial;
	font-weight : bold;
	font-size : 12pt;
}

.alink
{
	color: black;
}

A
{
	text-decoration : none;
}

A:Visited
{
	text-decoration : none;
}

A:Active
{
	text-decoration : none;
}

A:Hover
{
	text-decoration : none;
	color : #663300;
}

.input
{                                       
	border-top: black 1px solid;                   
	border-right: black 1px solid;                 
	border-left: black 1px solid;                  
	border-bottom: black 1px solid;                
	font-family: Arial, Helvetica, sans-serif;     
	font-size: 12px;                               
	color: #000000;                                
	background-color: white;                       
}                                              

.bold
{
	font-weight: bold;
}

.black
{
	color: black;
}

.firebrick
{
	color: firebrick;
}

HR
{
	color: SlateBlue ;
}