font		{FONT-FAMILY: Verdana, Arial; FONT-SIZE: 10px; font-weight: normal; }
a:link          {background: none; color: #000000; font-size: 12px Verdana; font-weight: bold; text-decoration: none; cursor: pointer;}
a:active        {background: none; color: #000000; FONT-SIZE: 12px Verdana; font-weight: bold; text-decoration: none; ccursor: pointer;}
a:visited       {background: none; color: #000000; FONT-SIZE: 12px Verdana; font-weight: bold; text-decoration: none; cursor: pointer;}
a:hover         {background: none; color: #000000; FONT-SIZE: 12px Verdana; font-weight: bold; text-decoration: underline; cursor: hand;}

a.borda {
	font-family: Arial;
	font-size: 10px;
	color: #0077A1;
	border: 1px solid #0077A1;
	padding: 3px;
}
a.borda:link,visited,active {
	text-decoration: none;
	color: #0077A1;
}
a.borda:hover {
	background-color: #8FCCDE;
	color: #0077A1;
}

a.branquinho:link, a.branquinho:visited {
	text-decoration:none;
	padding:2px;
	font-size:10px;
	color:#FFF;
}
a.branquinho:hover {
   color:#F5F5F5;
   text-decoration:line-through;
}

input{font-family:Verdana, Trebuchet MS, Arial; font-size:10px; color: #000000; border:1px solid #0F4784; background-color: #8FCCDE; border-style: dotted}
textarea{font-family:Verdana, Trebuchet MS, Arial; font-size:10px; color: #000000; border:1px solid #0F4784; background-color: #8FCCDE; border-style: dotted}
select{font-family:Verdana, Trebuchet MS, Arial; font-size:10px; color: #000000; border:1px solid #0F4784; background-color: #8FCCDE; border-style: dotted}
radio{font-family:Verdana, Trebuchet MS, Arial; font-size:10px; color: #000000; border:1px solid #0F4784; background-color: #8FCCDE; border-style: dotted}
.botao{font-family:Verdana, Trebuchet MS, Arial; font-size:10px; color: #FFFFFF; border:1px solid #0F4784; background-color: #0077A1; border-style: solid}
.boxers{font-family:Verdana, Trebuchet MS, Arial; font-size:10px; color: #000000; border:1px solid #0F4784; background-color: #8FCCDE; border-style: dotted}

a.branco {background: none; color: #FFFFFF; font-size: 14px Verdana; font-weight: bold; text-decoration: none; cursor: default}
a.branco:link {background: none; color: #FFFFFF; font-size: 14px Verdana; font-weight: bold; text-decoration: none; cursor: default}
a.branco:active {background: none; color: #FFFFFF; font-size: 14px Verdana; font-weight: bold; text-decoration: none; cursor: default}
a.branco:visited {background: none; color: #FFFFFF; font-size: 14px Verdana; font-weight: bold; text-decoration: none; cursor: default}
a.branco:hover {background: none; color: #0077A1; font-size: 14px Verdana; font-weight: bold; text-decoration: none; cursor: hand;}

a.preto:link {background: none; color: #000000; font-size: 12px Verdana; font-weight: lighter; text-decoration: none; cursor: default}
a.preto:active {background: none; color: #000000; FONT-SIZE: 12px Verdana; font-weight: lighter; text-decoration: none; cursor: default}
a.preto:visited {background: none; color: #000000; FONT-SIZE: 12px Verdana; font-weight: lighter; text-decoration: none; cursor: default}
a.preto:hover {background: none; color: #000000; FONT-SIZE: 12px Verdana; font-weight: lighter; text-decoration: underline; cursor: hand;}

.preto{font-family:Arial, Trebuchet MS, Arial; font-size:10; color: #000000}
.branco{font-family:Arial, Trebuchet MS, Arial; font-size:10; color: #FFFFFF}
.laranja{font-family:Arial, Trebuchet MS, Arial; font-size:10; color: #FFBF00}
.azul{font-family:Arial, Trebuchet MS, Arial; font-size:10; color: #0077A1}
.titulo{font-family:Arial, Trebuchet MS, Arial; font-size:12px; font-weight: bold; color: #0077A1}
.legenda{font-family:Arial, Trebuchet MS, Arial; font-size:9px; color: #000000}

.negrito{font-weight: bold; font-size:11px}
.gigante{font-weight: bold; font-size:16px}
.italico{font-style: italic;}

div.menu {	
	width: 100%; height: inherit;
	/*margin-top:10px;_margin-top:10px;*/
	}
div.menu a {
	display: block;
	margin: 0; 
	padding: 5px 0px 5px 0px
	width:100%; height:25px;
	/*overflow:hidden;*/
	font-family: Verdana; font-weight:normal; font-size:10px; color:#FFFFFF;
	text-decoration: none;
	background-color: #0077A1;
	text-align: center;
	border-right:1px solid #CAE8F0;
	}
div.menu a:hover {
	text-decoration: none;
	background-color:#8FCCDE;
	}	



table{
	font-family: Verdana, Trebuchet MS, Arial;
	font-size: 10px;
}

body {
    cursor: default;	
    margin: 0;
    padding: 0; 
	
	/*
	background-color: #003C4F;	
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat-x;
	*/
	
	background-color: #A8B9C0;	
	background-image: url(../imagens/fundo_azul.jpg);
	background-repeat: repeat-y;
	background-position:center;
	
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-base-color:  #003C4F;
	scrollbar-face-color:  #003C4F;		
}