.inputNormal
{
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    margin-bottom: 0px;
    margin-top: 0px;
}

.fontDestaque
{
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#2C6DA3;
}

.fontNormal
{
	font-family:Verdana;
	font-size:13px;
	color:#000066;
}

.fontPrevia
{
	font-family:Verdana;
	font-size:14px;
	color:#666666;
}

.Fundo
{
	 /*background-color: #CCCCCC;*/
	 background-image:url(img/fundo.png)	 
}

.TablePricipal
{
	width: 900px;
}

.BordaSuperior
{
	background:url(img/BordaSuperior.png) no-repeat bottom;
	height:23px;
}

.BordaInferior
{
	background:url(img/BordaInferior.png) no-repeat;
	height:20px;
}

.BordaInferior2
{
	background:url(img/BordaInferior2.png) no-repeat;
	height:20px;
}

.FundoTitulo
{
	background:url(img/titulo.gif) no-repeat left;
	/*height:15px;*/
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#0037FE;
	text-align: left;
}

.FundoTexto
{
	background:url(img/fundoGlobo.png) no-repeat right ;
	background-position:right bottom;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	border-left-width:1px;
}

.FundoTexto2
{
	border-left-style: solid;
	border-left-color: #C0C0C0;
	border-left-width:1px;
}

.TableConteiner
{
	font-size:10px;
	font-family:Verdana;
	color:#000066;
	border-style:solid;
	border-width:1px;
	border-color:#C0C0C0;
}

.bordaAzul
{
	border-style:solid;
	border-width:1px;
	border-color:#2C6DA3	
}

.tituloTabela
{
	color:White;
	font-family:Verdana;
	background-color:#666666;
	font-size:13px;
	font-weight:bold;
}

/* Menu */
#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Verdana;
	font-size: 13px; 
	background-color: #90bade;
	color: #333;
	float: right;
	/*float: center;*/
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
	
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
/* --- */  

/* Rodape */
.rodape {
	padding-bottom: 30px;
	font-family:Verdana;
	margin: 0px auto; 
	width: 900px; 
	height: 11px; 
	color: #071163; 
	clear: both; 
	font-size: 10px; 
	padding-top: 3px;
	text-decoration:none
}

.rodapeTexto {
	/*width: 65%; */
	display: block;
	color: #071163;
	text-decoration:none
}

.rodapeLeft 
{
	text-align: left;
	float: left;
	color: #071163;
	text-decoration:none
}

.rodapeRight {
	text-align: right; 
	float: right;
	color: #071163;
	text-decoration:none
}
/* --- */
