a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #eee;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
BODY {
	font-weight: normal;
	background-color: #727878;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #A1A1A1;
}
.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000;
}
.blue {
	color: #003E6A;
	font-weight: bold;
}
.red {
	color: #C5150C;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.grey {
	color: #A1A1A1;
}
.green {
	color: #70A022;
}
.orange {
	color: #F76400;
}
.yellow {
	color: #FFB200;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
