

a:link
{

	text-decoration: underline;
	color: #000000;
  
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:visited
{
color: #11407C; 
} 
a:active 
{
	color: #666666;
}
.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.footerlevel:link, a.footerlevel:visited {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A4B2D3;
	text-decoration: none;
	font-weight: normal;
}

a.footerlevel:hover {
	text-decoration: underline;
	color: #666666;
}

	
	
	
/* Form Styles

**********************************************************************************************************/



form { /* -- */

	display:inline; 

	margin: 0px; 

	padding: 0px; 

} 



.button {

  font-family      : Arial, Helvetica, sans-serif;

  font-style       : normal;

  font-size        : 9px;

  background-color : #F0F0F0;

  color            : #666666;

  border           : 1px solid #666666;

}



.inputbox {

  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight: normal;  
  height	   	   : 16px; 

  color            : #666666;

  background-color : #F0F0F0;

  border           : 1px solid #666666;

}

.inputareabox {

  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight: normal;  
  

  color            : #666666;

  background-color : #F0F0F0;

  border           : 1px solid #666666;

}
