/* CSS Document */
	
/********************************* FORM I3 *************************************/

	#div_form {
	width:560px;
	heigth:77px;float:left;
	margin:12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	#div_form a:link {
	color:#999999;
	text-decoration: none;
	}
	#div_form a:visited {
	color:#999999;
	text-decoration: none;
	}
	#div_form a:hover {
		color:#CC3300;
		text-decoration : none;
	}
	#div_form a:active {
		color:#CC3300;
		text-decoration : none;
	}
	
	.active {color: #CC3300}
	
	#div_form td {
		text-align:left;
		font-size:12px;
		padding:3px;
	}
	

