

a:link
{
	color: rgb(0,125,93); 
}
a:visited
{
	color: rgb(0,92,111); 
} 
a:active 
{
	color: rgb(167,211,0); 
}
.body
{
	font-family: arial,helvetica,sans-serif;
	color: rgb(0,0,0);
	font-size:9pt;
}
 
h1, h2, h3, h4, h5, h6
{
	font-family: arial,helvetica,sans-serif;
}
h1
{
	color: rgb(0,0,0);
}
h2
{
	color: rgb(0,0,0);
}
h3
{
	color: rgb(0,0,0);
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}


a.mainlevel:link, a.mainlevel:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	width: 100%;
	text-decoration: none;
	padding-left: 4px;
	font-weight: normal;
}

a.mainlevel:hover {
	text-decoration: underline;
	color: #ffffe8;
}

	
	
	
/* Form Styles

**********************************************************************************************************/



form { /* -- */

	display:inline; 

	margin: 0px; 

	padding: 0px; 

} 



.button {

  font-family      : Arial, Helvetica, sans-serif;

  font-style       : normal;

  font-size        : 10px;

  font-weight      : bold;

  background-color : #F0F0F0;

  color            : #666666;

  border           : 1px solid #666666;

}



.inputbox {

  font-family      : Verdana, Arial, Helvetica, sans-serif;

  font-size        : 10px;

  color            : #666666;

  background-color : #F0F0F0;

  border           : 1px solid #666666;

}