/* CSS Document */

body,td,th {

	background-color: White;
	color:#333333;
	font-size: 13;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #336600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color:#999999;
}
a:active {
	text-decoration: none;
}

.claro {
	color:#666666;
}

.green {
	color:#009900;

}

.greentable {
	background-color:#b6E600;

}