/* CSS Document */
a  { 
  color: #CC0000; 
  font-size: 9px; 
  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;    
  font-weight: bold;
  text-decoration:none;
}
a:hover { 
  color: #E1A900; 
  font-size: 9px; 
  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;  
  font-weight: bold; 
  text-decoration:none;
}

a:visited {
	color: #E1A900;
}
a:active {
	color: #E1A900;
}
a:link {
    color: #E1A900;
}
.reduz a:link {
    color: #E1A900;
	font-family: "Verdana,Tahoma,Arial,Ms Sans Serif";
	font-size: 8px;
}
.reduz a:visited {
    color: #E1A900;
	font-family: "Verdana,Tahoma,Arial,Ms Sans Serif";
	font-size: 8px;
}   
.bodblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066FF;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
	font-family: "MS Sans Serif";
}
.erro {
	color: #FF0000;
	font-weight: normal;
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.style4 {color: #000000}
.style16 {font-size: 1em}
.style17 {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}
.style18 {color: #0066FF}
.subgold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E1A900;
}
.bod {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
}
.subblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099FF;
}
.subcinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
}
.subbranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.titcinza {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}
.titblue {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
}
.quadrocontornado {
	border: 1px solid #00F;
}
.mensagens {
    padding: 5px 5px 5px 5px;
    background: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    width:500px;
	border: outset #999999 1px;
}

.loggin {
	background: #ffffff;
    padding: 20px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    width:90%;
	border: solid #0066FF 1px;
}
.entrar{
	margin:0;
	background: transparent url(bt_entrar.jpg) center no-repeat ;
	width:47px;
	height:20px;
	border:none;
	color:#FFFFFF;
}
input,select,textarea {
background-color: #ffffff; font-size:12px ; font-family:"Courier New", Courier, monospace; text-transform:uppercase; border: 1px outset #ffffff; color:navy;
}
input.clean {
    border:0px transparent;
    padding:1px 0px 0px 0;
    text-align:left;
	font-size:12px ;
    font-family:"Courier New", Courier, monospace; text-transform:uppercase;
    cursor:pointer;
    float:left;
    color:black;
    text-decoration:none;
}