html {height:100%; margin-bottom:1px;/* Não oculta a barra de rolagem em Firefox */}

body {
	background: #2D5081;
	color: #000;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 0; padding: 0;
	text-align: center;
}

a:link { 
	text-decoration: none; 
	color: #333333;
}
	
a:visited { 
	color: #333333;
}
	
a:hover { 
	text-decoration: none; 
	background-color: #d7d7ff;
	color: #333333;
}

a.a:link { 
	text-decoration: none; 
	color: #333333;
}

a.a:hover { 
	text-decoration: none; 
	background-color: #ffffff;
	color: #333333;
}

a.a:visited { 
	text-decoration: none; 
	background-color: #ffffff;
	color: #333333;
}

a.rezk:link { 
	text-decoration: none; 
	color: #ffffff;
}

a.rezk:hover { 
	text-decoration: none; 
	background-color: #ffffff;
	color: #333333;
}

a.rezk:visited { 
	text-decoration: none; 
	color: #ffffff;
}

#coluna1 {
	width: 320px;
	position: absolute;
	float: left;
}
	
#coluna2 {
	left: 280px;
	position: relative;
}

#geral {
	background: #FFF; 
	border: #ffffff 1px solid;
	width: 760px;
	margin: auto;
	padding: 0px;
	text-align: left;
}

#cabecalho {
	background: #355E98;
	font-size: 24px;
	text-align: left;
	padding: 20px;
	background-image : url(img/cabecalho.gif);
	background-repeat : repeat-x;
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-variant : small-caps;
	font-weight : normal;
}

#conteudo {
	font-size: 9pt;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	paddingright: 5px;
	text-align: justify;
	line-height : 14pt;
	width :75%;
	float : left;
}

#rezk {
	color : #ffffff;
	font-size: 8pt;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height : 14pt;
	background: #395f95;
}

#dir{
	font-size: 12px;
	line-height : 16px;
	float : center;
	padding-top: 25px;
	text-align: center;

}


#rodape {
	clear: both;
	background: #adabab;
	color: #FFF;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

.data{
	color: #333333;
	font:8px Verdana;
}

.endereco {
	color: #333333;
	font:9pt arial;
	line-height: 11pt;
	text-align: left;
	line-height : 18px;
}

.comentario { 
	color: #333333;
	font:7pt Verdana; 
	line-height: 14pt;
	text-align: justify;
}

h1 {
	color: #355E98;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size:18pt;
}

h2 {
	color: #ffffff;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size:14pt;
	margin-top: 20px;
	margin-bottom: 4px;
}

#menu {
	background: #adabab;
	height: 10px;
	margin: 0;
	padding: 0;
	border-top-color : White;
	border-top-style : solid;
	border-top-width : 1px;
}

.textotd {
	color: #333333;
	font:9pt Verdana;
	text-align: left;
	line-height: 16px;
}

/* tabs */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
	padding-top: 10px;

}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border : 1px solid #cccccc;
	color: #2d2b2b;
	background: white url(img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(img/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{
	/*style of tab content oontainer*/
	background-color: #ffffff;
	border : 1px solid #cccccc;
	padding : 10px 10px 10px 10px;
	text-align: left;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}