@charset "utf-8";
/* CSS Document */
.conttex{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
}

/*--links--*/
a:link {
	color: #fc7b04;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fc7b04;
}
a:hover {
	text-decoration: underline;
	color: #fc7b04;
}
a:active {
	text-decoration: none;
	color: #fc7b04;
}
/*--end links--*/

#bottom a:link, #bottom a:visited , #bottom a:hover , #bottom a:active  {
	color:#999999;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}


.texorange12{
	color:#fc7b04;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}


.texgris12{
	color:#999999;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.titleorange14{
color:#fc7b04;
font-size:14px;
font-weight:bold;}
