BODY 
{
	margin : 0;
	/*WHITE*/
	/*bacground : #FFFFFF;*/
	/*LIGHTER*/
	background : #F5FFF5;
	/*DARKER*/
	/*background : #E7FBE8;*/
}

TD.headertext
{
	font-family : Verdana, Tahoma, Times New Roman;
	color : #000000;
	font-size : 10px;
}

.menutext_on
{
	font-family : Verdana, Tahoma, Times New Roman;
	color : #000000;
	font-size : 12px;	
	font-weight : bold;
	font-style : underline;
}

.menutext_off
{
	font-family : Verdana, Tahoma, Times New Roman;
	color : #000000;
	font-size : 12px;	
	text-decoration : none;
}

.body_text
{
	font-family : Verdana, Tahoma, Times New Roman;
	color : #000000;
	font-size : 12px;
}

INPUT,SELECT,TEXTAREA { 
	font-family: Verdana, Tahoma, Times New Roman;
	font-size: 9pt;
	background: #E7FBE8;
	color: #000000; 
}

.inp { 
	border:1px solid #000000;
	padding:1px;
	height:18px; 
}
	
a:hover {
	color : #000000; 
	font-weight : bold;
	} 
	
a:link {
	color : #000000;
	text-decoration : none;
	}
	
a:visited {
	color : #000000;
	text-decoration : none;
	}
	
a:active {
	color : #000000;
	font-weight : bold;
	}