/* ****************************************************** 
index.css - 29/08/2008 - 
Pagina Centrada com CSS sem scroll ate 800x600<
Nao use nenhum elemento com largura superior a 750px.
Fundo RGB 64-92-114
****************************************************** */
body {
	margin: 10px;
	padding: 0;
	text-align: center;
/*	background-color: #405C72;*/
	background-color: #7A896C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	text-decoration: none;
	color: Maroon;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: Red;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}
li, ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

/* ID */
#geral {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}


/* Classes 	*/
.rasga {
/*	background-color: #405C72;*/
	background-color: #7A896C;	
	width: 760px;
	clear: both;
	height: 10px;
}

.esquerda {
	float				: left;
	width				: 200px;
	margin			: 0px;
	padding			: 0px;
	background-color: #FFF;
	border: thin solid #6A5ACD;
	}

.centro {
	margin				: 0px;
	padding				: 0px;
	margin-left			: 210px;
	padding-left: 5px;
	margin-right:10px;
	
	}

.texto-interno {
	font-size: 10pt;
	line-height: 160%;
	color: #000099;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 24pt;
	height: auto;
	padding-right: 15pt;
	padding-left: 15pt;
}

.texto-cab {
	font-size: 10pt;
	font-weight: bold;
	text-indent: 6pt;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
	border-right: medium solid #FFFFFF;
	border-bottom: thin solid #993333;
}

.texto-downl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099;
	background-color: #FFFFFF;
	text-align: left;
	height: auto;
}

/* Menu Vertical */
.menuv {
	background-color: #000080;
	font-size: smaller;
	text-align: left;
	width: 200px;
}

.menuv li {
	border-bottom: thin solid #6A5ACD;
	list-style:none;
}

.menuv li a {
	color: White;
	display: block;
	padding-left: 10px;
	
}

.menuv li a:hover {
	background: #6A5ACD;
	text-decoration: underline;
	color: #FFFF00;
}

.cabeca {
	color: #000080;
	text-align: center;
	border-top: medium solid #6A5ACD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: underline;
}

.copyrigth {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color: Maroon;
	font-weight: bold;
}

.caixabaixar {
	background-color:#003399;
	text-align:center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.caixabaixar li {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFCC;
	font-size:12px;
	list-style:none;
	
}

.caixabaixar li a {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
}

.textoatualiza {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
/*	min-height:20px;*/
	text-align: center;
	color: #003399;
	background-color: #FFFFFF;
	border-top: thin solid #993333;
	border-bottom: thin solid #993333;
}

.linha1 {
	height: 10px;
	width: 10px;
}

