div {
	color : white;
	font-family : arial,helvetica;
	text-decoration : none;	
	
}


A  {
	font-family : arial,helvetica;
	color : #a3bde1;
	text-decoration : none;	
}


A:Visited  {
	font-family : arial,helvetica;
	color : #a3bde1;
	text-decoration : none;
}

A:Active  {
	font-family : arial,helvetica;
	color : #a3bde1;
	text-decoration : none;
}



A:Hover  {
	color : #a3bde1;
	font-family : arial,helvetica;
	text-decoration : underline;
}


.formIris	{
	font-family:arial,helvetica;
	font-size:12px;
	border: solid #4C86B9 2px;
	width:150px;
	height:21px;
	margin:0px;
	padding:2px;
}


