BODY {
    color : Black;
	background : #CCCC99;
	font-family : Arial, Helvetica, sans-serif;
}
td {
    color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

TD.marron {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #999933;
}



A {
	color : Blue;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

A.azul2 {
	color : Navy;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

A.marron {
	color : #666633;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}


A:HOVER {
	color : #666666;
}
