body {
	margin: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}
p, li {
	font-size: 12px;
}
input, textarea, select {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 3px double #D1CFD0;
}
a {
	color: #D51000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #AA0D00;
	text-decoration: underline;
	font-weight: bold;
}
.tdContent {
	background-image: url(../img/content_bkg.jpg);
	background-repeat: repeat-y;
}
.destaquePreto {
	font-size: 14px;
	font-weight: bold;
}
.destaqueVermelho {
	font-size: 14px;
	font-weight: bold;
	color: #D51000;
}
