/* ****************************************************** 
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;
	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;
}

td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

li, ul {
	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;
	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			: 200px;
	padding-left: 5px;
	}

.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;
}

/* 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 {
	/*	background: Teal;*/
	color: #000080;
	text-align: center;
	border-top: medium solid #6A5ACD;
/*	border-bottom: thin solid #6A5ACD;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: underline;
}

.cabecamenu {
	/*	background: Teal;
	color: #000080; */
	background: White;
	color: #6A5ACD;
	text-align: center;
	border-top: medium solid #6A5ACD;
/*	border-bottom: thin solid #6A5ACD;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
/*	text-decoration: underline;*/
	list-style:none;
	
}

.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;
}
/*
.ultimatual_tit {
	background-color:#FFFFFF;
	border-bottom: 2px solid #993300;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
}

.ultimatual_tit p {
	background-color:#993300;
	text-align: center;
	margin-left:35px;
	margin-right:35px;
	color: #FFFFFF; 
}
.ultimatual {
	background-color:#FFF;
	padding-bottom:5px;
	border-bottom: 2px solid #FF0000;
	padding-top:0px;
	font-family: Verdana, Arial, Sans-serif;
	font-size:100%;
	 }
*/
.ultimatual h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: bold;
	color:#f00;
	padding-left: 2px;
	border-top: 2px solid #c36;
	border-bottom: 2px dotted #c36;
	padding-top: 6px;

  }
.ultimatual p {
	font-family: Verdana, Arial, Sans-serif;
	font-size:80%;
	color: #993300;
	border-bottom: 2px solid #c36;
	padding-bottom: 6px;

  }
