/* CSS Nauticarinto 
Cores Standard:
Branco -> white
Amarelo torrado ->eabb00
Cinzento -> #999999
AZUL ESCURO -> 084557
*/
body
{
background-color:white;
}

a:link, a:visited {color: black; 
		   text-decoration: none;
		   font-weight:bold;
		   font-family: Verdana, Trebuchet, Arial, Helvetica, Sans-serif, Geneva;}
a:active, a:hover {color: red; 
		   text-decoration: none;
		   font-weight:bold;
		   font-family: Verdana, Trebuchet, Arial, Helvetica, Sans-serif, Geneva;}

h1 {
    font-size: 11px;
    font-family: Verdana, Trebuchet, Arial, Helvetica, Sans-serif, Geneva;
    color:#999999;
    font-weight:bold;}
h1 a:link,h1 a:visited,h1 a:visited {color: #999999;
			 text-decoration: none;}
h1 a:hover {color: red;
			 text-decoration: none;}

h2 {/*títulos*/
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Sans-serif, Geneva;
    color:black;
    font-weight:normal;}
h2 a:link, h2 a:visited, h2 a:visited {color: black;
		
			 text-decoration: none;}
h2 a:hover {color: red;
		
			 text-decoration: none;}

h3 {/*títulos*/
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Sans-serif, Geneva;
    color:white;
    font-weight:normal;}

h3 a:link, h3 a:visited, h3 a:visited {color: white;
		
			 text-decoration: none;}
h3 a:hover {color: red;
		
			 text-decoration: none;}

INPUT.TEXT{ 
  font-family: Verdana, Arial, Helvetica, Sans-serif, Geneva; 
  font-size:10px; 
  font-weight:normal; 
  background-color:white; 
  border-color:blue; 
  border-style:inset; 
  border-width:1px; 
  color:FFFFFF; 
}