/* CSS FCE */

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	/*SCROLLBAR-FACE-COLOR: #FEA817; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ED7C12; 
	SCROLLBAR-SHADOW-COLOR: #FEA817;
	SCROLLBAR-3DLIGHT-COLOR: #FEA817; 
	SCROLLBAR-ARROW-COLOR: #000020; 
	SCROLLBAR-DARKSHADOW-COLOR: #ED7C12;
	SCROLLBAR-BASE-COLOR: #ED7C12;*/
}


a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	/*color: #C84A18;*/
	text-decoration: none;
}

a:visited {
	/*color: #C84A18;*/
	text-decoration: none;
}
a:hover {
	/*color: #C84A18;*/
	text-decoration: underline;
}
a:active {
	/*color: #C84A18;*/
	text-decoration: none;
}


.texto {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #2D2D2D;
	font-weight: normal;
}


.textoblanco {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
}


.textogris {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #969594;
	font-weight: normal;
}


.textonaranja {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #CB3B07;
	font-weight: normal;
}


.titulos{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:  #2D2D2D;
}


.titulosnaranja{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:  #CB3B07;
}


.cbox {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px solid #032245;
	list-style-type: square;
	background-color: #FEF7C0;
}



.textbox {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px solid #FEF8CD;
	background-color: #FEF7C0;
}



.buttons {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #FDC441;
	background-color: #FDC441;
}
