.Titulo {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}
.Texto {font-size: 14px}
.Entrada {
	font-size: 16px;
	font-weight: bold;
}
.Ante-titulo {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0082C5;
	text-transform: uppercase;
}
.style7 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0082C5;
	font-weight: bold;
	text-transform: uppercase;
}
body {
	background-image: url(../images/background.gif);
	background-attachment:fixed;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
}
#DivMain {
	width:1018px;
	margin:0px;
}
#DivMenu {
	float:left;
	width:190px;
	margin:0px;
}
#DivContent {
	float:left;
	width:814px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:14px;
	margin-right:0px;
}
#DivBottom {
	width:1024px;
	float:left;
	vertical-align:bottom;
	margin:0px;
	font-size:11px;
	font-stretch:extra-expanded;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-color: #ECBFB9;
}
