
					


/*-------------------------------------------------------- red TEXT ----------------------------------------------------*/
 .content_red  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #ff0000;
	text-decoration : none;
}
/*-------------------------------------------------------- white TEXT ----------------------------------------------------*/


 .content_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : none;
}

 .links_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : underline;
}
 .links_white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : none;
}

/*-------------------------------------------------------- black TEXT ----------------------------------------------------*/


 .content_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-decoration : none;
}

 .links_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-decoration : underline;
}
 .links_black:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-decoration : none;
}



/*-------------------------------------------------------- FORM ----------------------------------------------------*/

INPUT.form {
	BACKGROUND-COLOR: #666666;
	COLOR: #000000;
	font-weight: normal;
	FONT-FAMILY: arial, Verdana, helvetica;
	FONT-SIZE: 12px;
		border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #000000;
	border-top:1px solid #000000;
}


.button {
	font-family: Verdana,Helvetica,Arial;
	font-size: 9px;
	background: #000000;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;

}