/*   colores
________________________
BODY
relabel			#660033
relabelclaro	#E9D7E0
link blue		#1A3A93
orange			#FF6633
light orange	#F9EEB2
________________________
*/

BODY {
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.bodytext {
	font-size: 12px;
}
.header {
	font-size: 14px;
}
.headerbold {
	font-size: 14px;
	font-weight: bold;
}
.headeritalic {
	font-size: 14px;
	font-style: italic;
}
.headerbolditalic {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}


A {
	color: #660033;	
	text-decoration: none;
}
A:HOVER {
	color: #660033;
	text-decoration: underline;
}