body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 18px;
}

#BoxTotal {
	width: 760px;
	margin-top: 5px;
	text-align: center;
}

#BoxTopo {
	width: 560px;
	height: 120px;
	background-image:url(img/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 200px;
}

#BoxMenu {
	width: 560px;
	height: 30px;
	background-image: url(img/menubc.jpg);
	background-repeat: no-repeat;
}


#BoxConteudo {
	float: left;
	width: 740px;
	padding: 10px;
	text-align: justify;
}

#BoxBase {
	float: left;
	height: 23px;
	width: 760px;
	margin-top: 10px;
	padding-top: 7px;
	font-size: 10px;
}

a:link {
	color: #f3793e;
	text-decoration: none;
}


a:visited {
	color: #f3793e;
	text-decoration: none;
}


a:hover {
	color: #FFAD77;
	text-decoration: none;
}


a:active {
	color: f3793e;
	text-decoration: none;
}

.white a:link {
	color: #FFF;
	text-decoration: none;
}


.white a:visited {
	color: #FFF;
	text-decoration: none;
}


.white a:hover {
	color: #FFAD77;
	text-decoration: none;
}


.white a:active {
	color: #FFAD77;
	text-decoration: none;
}

.titulo {
	font-size: 20px;
	font-weight: bold;
}

.subtitulo {
	font-size: 16px;
	font-weight: bold;
}

.news {
	font-size: 11px;
}

.preto {
	color:#000;
}

.justify {
	text-align: justify;
}

.pequeno {
	font-size: 10px;
	text-align: left;
	line-height: normal;
}

.eleven {
	font-size: 11px;
	text-align: left;
	line-height: normal;
}

.medio {
	font-size: 11px;
	text-align: left;
	line-height: normal;
}

.border {
	border: 2px solid #FFF;
}

.borderorange {
	border: 2px;
	border-color: #f3793e;
}

.subtituorange {
	color: #f3793e;
	font-size:13px;
	font-weight: bold;
}

#notbg {
	background-image: url(img/news.jpg);
	background-repeat: no-repeat;
}