body, table, tr, td, p, li {
	font-family: verdana;
	font-size:10pt;
	color:666666;
	}
	
	
H1 { 
	font-family: times new roman;
	font-size:16pt;
	color:000000;
	
	}
	
	
H2 { 
	font-family: verdana;
	font-size:11pt;
	color:0033CC;
	
	}
	
	
H3 { 
	font-family: verdana;
	font-size:10pt;
	font-style: italic;
	color:666666;
}




A  {
	color : 333333;
	text-decoration: none;
	font-weight: bold;
}

A:Visited  {
	
	color:333399;
	text-decoration: none;
}

A:Active  {

	color : 3333cc;
	text-decoration: none;
}

A:Hover  {


	color : 3333ff;
	text-decoration: underline;
}



INPUT.form_button-submits{
	margin: 5px 0 5px 0;
	padding: 0 1px 0 1px;
	
	/* Konqueror Hack */
	/* width: 45px;	*/

	background-color: #cccccc;
	
	border-top: 1px solid #dddddd;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #dddddd;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666;
}