/* Presentation Stylesheet */ 
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
text-decoration:underline;
color: #333333;

}
p {
 margin:0; 
 padding: 10px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
h1     {
   font: bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	
	padding-left: 20px;
	padding-top: 10px;
          }
       #contato form{
	        font-size: 10pt;
        }
        
        #contato fieldset{
	        padding: 20px;
	        border: 1px solid #ccc;
           width: 90%;
			  
        }
        
        #contato legend{
	        font-weight: bold;
	        color: #c03;
	        font-size: 11pt;
	        letter-spacing: 1px;
        }
        
        
        /* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
        html>body #contato legend{
        	margin-bottom: 0px;
        }
        
        #contato input{
	        border-top: 1px solid #333;
	        border-left: 1px solid #333;
	        border-bottom: 1px solid #ccc;
	        border-right: 1px solid #ccc;
	        font-size: 13px;
	        margin-bottom: 10px;
	        color: #0E0659;
        }
        
        #contato select{
	        border: 1px solid #333;
	        font-size: 13px;
	        margin-bottom: 10px;
	        color: #0E0659;
        }
        
        #contato label{
	        display: block;
	        width: 140px;
	        float: left;
	        color: #000;
	        border-bottom: 1px solid #f1f1f1;
        }
        
        #contato span{
	        color: #999;
	        font-size: 12px;
        }
        
        #contato .botao{
	        font-size: 13px;
	        background: #f1f1f1;
	        margin: 15px 0px 0px 0px;
        }

/* ------------------------ */ 
/*   Tabela dos Concursos   */ 
/* ------------------------ */ 

.concur_style1 {
	color: #FF0000;
}
.concur_style2 {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.concur_style3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.concur_style4 {
	border-top-style: solid;
	border-top-width: 1px;
}
.concur_style5 {
	color: #FFFFFF;
	background-color: #808080;
}
.concur_style6 {
	border-color: #808080;
}
.concur_style7 {
	border-style: solid;
	border-width: 1px;
}
.concur_style8 {
	text-align: center;
}
.concur_style9 {
	border-width: 0;
}
.concur_style10 {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}

