body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11pt 'Trebuchet MS', arial, clean, sans-serif, verdana;
	text-align: left;

}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

img {
	border-width: 0px;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
}

hr {
	height: 1px;
	color: #FFF;
	border-top: 1px dashed #CCC;
	*color: #CCC;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 15pt;
	color: #000;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 12pt;
	color: #9E498C;
}

h4 {
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
}

h5 {
	font-size: 10pt;
	color: #9E498C;
}

h6 {
	font-size: 9pt;
	color: #000;
}

p.descricao {
	color: #666666;
	font-size: 9pt;
	margin: 0px;	
}

#all {
	width: 970px;
	margin: 0px auto;
	text-align: left;
}

#header {
	margin-bottom: 10px;
}

#menu {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	background: #9E498C;
	width: 100%;
	height: 20px;
	list-style: none;
}

#menu li{
	float: left;
	border-right: 1px solid #FFF;
}

#menu li a {
	display: block;
	padding: 2px 6px;
	color: #FFF;
	text-decoration: none;
}

#menu li a:hover {
	background: #CE95C2;
}

#sessao {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	*margin-top: 10px;
	clear: both;
	list-style: none;
	height: 35px;
	background: #F4F4F4;
	border-top: 1px solid #CCC;
}

#sessao li{
	float: left;
}

#sessao a {
	display: block;
	padding: 10px 5px;
	color: #000;
}

#content {
	width: 100%;
	display: block;
}

#content .center {
	width: 320px;
	float: left;
	margin-right: 15px;
	padding: 0px;
}

#content .noticia {
	width: 691px;
	float: left;
	margin-right: 15px;
	padding: 10px 50px;
}

#content .center li {
	list-style: square inside;
	color: #44465B;
}



.center #img1 {
	width: 150px;
	float: left;
}

.center #img2 {
	width: 150px;
	float: right;
}

#content .left {
	width: 670px;
	float: left;
	margin-right: 15px;
}

#content .right {
	width: 200px;
	float: left;
}
#content .right2 {
	width: 120px;
	
}

#box {
	border: 1px solid #CCC;
	padding: 2px;
}

#footer {
	margin-top: 5px;
	border-top: 7px solid #9E498C;
	background: #F4F4F4;
	border-bottom: 1px solid #CCC;
	padding: 15px 0px;
	height: 90px;
}

.title {
	display: block;
	background: url('bgtitle.gif');
	font: 12pt 'Trebuchet MS';
	color: #FFF;
	padding: 15px 0px 5px 8px;
}

#c1 {
	margin: 10px;
}