
title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}



.body
{
	font-family: arial,helvetica,sans-serif;
	color: rgb(f2f2f2);
	font-size: 9pt;
 
}


a:link, a:visited {
	font-family: arial,helvetica,sans-serif;
	font-size:9pt;
	color: #11407c;
	text-decoration: none;
}
a:active, a:hover {
	font-family: arial,helvetica,sans-serif;
	font-size:9pt;
	color: #cc3300;
	text-decoration: underline;

}


span.dirlink
{
	font-family: arial,helvetica,sans-serif;
	color: rgb(0,0,0);
	font-size:10pt;
		font-weight: bold;
}


a:link, a:visited {
	font-family: arial,helvetica,sans-serif;
	font-size:9pt;
	color: #11407c;
	text-decoration: none;
}
a:active, a:hover {
	font-family: arial,helvetica,sans-serif;
	font-size:9pt;
	color: #454545;
	text-decoration: underline;

}




	
/* 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: #CCCCCC;
	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;

}