html, body, form { 
	margin: 0px; 
	padding: 0px;
	width:100%;
	height:100%;
}

body {
	background-color:#E8E8E8;
	background-image:url(../imgs/bg.gif);
	background-position:top; 
	background-repeat:repeat-x;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:18px;
}

/* DIVs */
#cabecalho { 
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	background-color:#FFFFFF;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
	height:80px;
	z-index:100;
}
#cabecalho_sombra { 
	position:absolute;
	width:900px;
	top:80px;
	left:50%;
	margin-left:-450px;
	height:3px;
	z-index:100;
}

#logo {
	position:absolute;
	width:300px;
	left:50%;
	margin-left:-430px;
	top:15px;
	height:55px;
	z-index:200;
}

#menu {
	position:absolute;
	width:560px;
	left:50%;
	margin-left:-110px;
	top:15px;
	height:300px;
	z-index:150;
	vertical-align:middle;
	text-align:center;
}

#geral { 
	position:relative;
	width:900px;
	left:50%;
	margin-left:-450px;
	background-color:#FFFFFF;
}

#rodape { 
	position:relative; 
	width:900px;
	left:50%;
	margin-left:-450px;
	height:40px;
	background-image:url(../imgs/bg_rodape.gif);
	background-position:center;
	background-repeat:repeat-x;
	font-size:11px; 
	color:#999999;
	
}

.clear { 
	clear:both;
	width:100%;
	height:1px;
	margin-top:10px;
}

.clear_verde { 
	clear:both; BORDER-TOP: #74ae00 1px solid;
	width:100%;
	height:5px;
}

/*estilo de fontes*/

.FI{ font-style:italic; }
.FB{ font-weight:bolder; }
.FUP{ text-transform:uppercase; }

/*cores das fontes*/

.FBRA{ color:#FFFFFF; }
.FCIN{ color:#999999; }
.FMAR{ color:#996600; }

/* Fontes Corpo*/

.C7{ font-size:7px; }
.C8{ font-size:8px; }
.C9{ font-size:9px; }
.C10{ font-size:10px; }
.C11{ font-size:11px; }
.C12{ font-size:12px; }
.C13{ font-size:13px; }
.C14{ font-size:14px; }
.C15{ font-size:15px; }
.C16{ font-size:16px; }
.C17{ font-size:17px; }
.C18{ font-size:18px; }
.C19{ font-size:19px; }
.C20{ font-size:20px; }
.C21{ font-size:21px; }
.C22{ font-size:22px; }

/*alinhamento*/

.TC {text-align:center;}
.TL {text-align:left;}
.TR {text-align:right}
.TJ {text-align:justify;}

/* Links */

a { text-decoration:none; }
a:link { color:#999999; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #999999; text-decoration: underline; }
a:active { text-decoration: none; }

a.noticias { text-decoration:none; }
a.noticias:link { color:#666666; text-decoration: none; }
a.noticias:visited { color: #666666; text-decoration: none; }
a.noticias:hover { color: #666666; text-decoration: underline; }
a.noticias:active { text-decoration: none; }

a.release { text-decoration:none; }
a.release:link { color:#666666; text-decoration: none; }
a.release:visited { color: #666666; text-decoration: none; }
a.release:hover { color: #666666; text-decoration: underline; }
a.release:active { text-decoration: none; }

ul { padding-left: 5px; padding-top: 0px;}