body {
	scrollbar-base-color: #FF9933;
	background-color: #FF9933;
	background-image: url(../graficos/bckgrnd.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
	text-decoration: none;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;	
	text-decoration: none;
}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;	
	font-weight: normal;
	text-decoration: none;
}

.txt B {
	font-weight: bold;
	line-height: 15px;	
}

.txt .titular {
	font-family: "Courier New", Courier, monospace;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.txt .subtitular {
	font-family: "Courier New", Courier, monospace;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.txt A {
	color: #000;
	background-color: #FF9933;
	padding-left: 5px;
	padding-right: 5px;	
	text-decoration: none;
}

.txt A:hover {
	color: #000;
	background-color: #FFCC99;
	text-decoration: none;
}

SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FF9933;
	text-decoration: none;
}

INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #333333;
	background-color: #FF9933;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


.pie {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pie A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.pie A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFF;
	text-decoration: underline;
}

