html, body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d5b4a;
}

html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */

}

#tudo {
	min-height: 100%;
	position: relative;
}

/* CABEÇALHO */
#topo {
        position: absolute;
        top: 0px; left: 0px;
        text-align: right;
        margin:0px;
}

#topo-verde {
        position: absolute;
        top: 0px; left: 0px;
	width: 1121px;
	height: 51px;
	background-image: url('/imagens/top-fundo.jpg');
}

#topo-logo {
	width: 921px;
	height: 210px;
	background-image: url('/imagens/header.jpg');
	position: absolute;
	left: 100px;
	top: 51px;
}

#logo {
	top: 60px;
	left: 20px;
	position: absolute;
}

#logo-left {
	width: 100px;
	height: 210px;
	background-image: url('/imagens/header-repeticao.jpg');
	position:absolute;
	top: 51px; left: 0px;
}

#logo-right {
	width: 100px;
	height: 210px;
	background-image: url('/imagens/header-repeticao.jpg');
	position: absolute;
	top: 51px;
	left: 1021px;
}


#principal {
	position: absolute;
	top: 261px;
	left: 100px;
	width: 921px;
	height: 100%;
	background-image: url('/imagens/principal-fundo.jpg');
}

#principal-left {
	position: absolute;
	top: 261px;
	left: 0px;
	width: 100px;
	height: 100%;
	background-color: #d2d2d2;
}

#principal-right {
	position: absolute;
	top: 261px;
	left: 1021px;
	width: 100px;
	height: 100%;
	background-color: #d2d2d2;
}

#menu-esquerda {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	float: left;
	color: #8dbe27;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 180px;
}

#menu-esquerda a {
	text-decoration: none;
	color: #ffffff;
	width: 163px;
	line-height: 37px;
	font-family: Verdana, Geneva, Sans-Serif, Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url('/imagens/botao.jpg');
	display: block;
	margin-bottom: 5px;
}

#menu-esquerda a:hover {
	text-decoration: none !important;
	color: #ffffff !important;
	width: 163px;
	line-height: 37px;
	font-family: Verdana, Geneva, Sans-Serif, Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url('/imagens/botao-mouseover.jpg');
	display: block;
	margin-bottom: 5px;
}

#boxtop {
	margin: 10px 0px;
	text-align: center;
	background-image: url('/imagens/box-top.jpg');
	width: 163px; height: 8px;
}

#boxbaixo {
	margin: 10px 0px;
	text-align: center;
	background-image: url('/imagens/box-baixo.jpg');
	width: 163px; height: 33px;
}


#menu-direita {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 10px;
	float: right;
	color: #8dbe27;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 180px;
}

#rodape {
	position: absolute;
	/*bottom: 0px;*/
	height: 40px;
	line-height: 40px;
	background-color: #89ba2a;
	font-family: Verdana, Geneva, Sans-Serif, Arial;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	/*top: 100%;*/
	left: 100px;
	width: 901px;
	margin-left: 10px;
}

#rodape a, #rodape a:hover, #rodape a:visited {
	color: #ffffff !important;
}

#rodape2 {
	height: 40px;
	line-height: 40px;
	background-color: #89ba2a;
	font-family: Verdana, Geneva, Sans-Serif, Arial;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	/*top: 100%;*/
	margin-top: 30px;
	margin-left: -210px;
	margin-right: -10px;
}

#rodape2 a, #rodape2 a:hover, #rodape2 a:visited {
	color: #ffffff !important;
}

#clear {
	clear: both;
}

#central {
	margin: 10px 220px;
}

A.texttop, A.texttop:link, A.texttop:visited, A.texttop:active, #barratop, .texttop {
        text-decoration: none !important;
        color: #888888 !important;
        font-family: Verdana, Geneva, Sans-Serif, Arial;
        font-size: 9px;
}


.esquerda { text-align: left; }
.centro { text-align: center !important; }
.direita { text-align: right; }
.codigo { background-color: #fffff4; border: 1px solid #d4d4c6; text-align: left!important; }

ul {
 line-height: 1.5em;
 list-style-type: square;
 list-style-image: url('http://img.vivaolinux.com.br/imagens/linux-arrow.gif');
}

.tabCorpo {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

h1, h2, h3, h4 {
   font-size: 14px;
   font-weight: bold;
   color: #ff8a00;
}

b, strong { text-align: left; }

pre {
	margin: 0px;
}

.texto, .padrao, td, .padraodestaque, div  {
	font-family: Verdana, Geneva, Sans-serif, Arial;
	text-decoration: none; 
        text-align: justify;
	color: #000000; 
	font-size: 11px;
	}


A:link {
	text-decoration: underline;
	color: #005300;
	}

A:active {	
	text-decoration: underline;
	color: #005300;
	}
	
A:hover {
	text-decoration: underline !important;
	color: #008200 !important;
	}	
		
A:visited {
	text-decoration: underline;
	color: #005300;
	}


.botao {
	font-family:Verdana;
	color: #333333; 
	font-size: 11px;
}

input, textarea, select {
	border: 1px solid #cccccc;
}

input:radio, input:checkbox, input[type="radio"], input[type="checkbox"] {
	border: 0;
}

.figura {
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 11px;
	font-style: italic;
}

.floatleft { float: left; padding: 5px; }
.floatright { float: right; padding: 5px; }
.comentario { color: #004080; }
input:focus, textarea:focus { background: #fffec5; }


.erro { 
	color: #ff0000; 
	font-weight: bold; 
	margin: 8px 0px;
}

#grade td {
	text-align: center; padding: 15px; line-height: 16px;
}

#grade2 td {
	text-align: center; padding: 10px; line-height: 14px;
}

td { font-size: 12px; }

#grade #header {
	background-color: #d2d2d2; font-weight: bold;
}

#grade #linha1 {
	background-color: #aae6ff; 
}

#grade #linha2 {
	background-color: #fdfcb9; 
}

#grade #linha3 {
	background-color: #ffc0c0; 
}

#grade #linha4 {
	background-color: #b2c6ff; 
}

#depoimento {
	padding: 10px;
	background-color: #eeeeee; 
	border-radius: 2em; 
	-moz-border-radius: 2em; 
	border: 1px solid #eeeeee; 
	margin-bottom: 10px;
}

#player {
	width: 475px;
	height: 320px;
}

