
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}
header {
	background-image:url('img/bg.jpg');
	background-attachment:fixed;
    background-repeat:no-repeat;
background-position:center top;
}
.p {
	
	font: normal 14px arial;
	color: #0e55a7;
	text-decoration: none;
}
.p2 {
	font: bold 16px "Times", Times;
	color: #000;
	text-decoration: none;
	
}
.p2link3 {
	font: bold 16px "Times", Times;
	color: #9f9e9e;
	text-decoration: none;
	
}
.p3 {
	font: normal 16px arial;
	color: #000000;
	text-decoration: none;
}
.p4 {
	font: bold 16px arial;
	color: #aa1c21;
	text-decoration: none;
	
}
.texto {
	font: normal 14px arial;
	color: #000;
	text-decoration: none;
	
	
}
.texto3 {
	font: bold 14px arial;
	color: #000;
	text-decoration: none;
	
	
}
.texto2 {
	font: normal 14px arial;
	color: #ffffff;
	text-decoration: none;
	
	
}
.h1{
	font: bold 26px "Times", Times New Roman, serif;
	color: #000;
	text-decoration: none;
	
}
.h2 {
	font: bold 18px "Times", Times New Roman, serif;
	color: #9f9e9e;
	text-decoration: none;
}
.h3 {
	font: bold 34px "Times", Times New Roman, serif;
	color: #9f9e9e;
	text-decoration: none;
}
.h4 {
	font: bold 20px "Times", Times New Roman, serif;
	color: #000;
	text-decoration: none;
}
.h5 {
	font: normal 18px arial;
	color: #616162;
	text-decoration: none;
}.destaquehome {
	font: bold 22px "Times", Times New Roman, serif;
	color: #0e55a7;
	text-decoration: none;
}
.destaquehome2 {
	font: bold 18px "Times", Times New Roman, serif;
	color: #0e55a7;
	text-decoration: none;
}
.destaquehome3 {
	font: bold 18px "Times", Times New Roman, serif;
	color: #0e55a7;
	text-decoration: none;
}
.links01 {
	font: bold 15px  "Times", Times New Roman, serif;
	color: #0e55a7;
	text-decoration: none;
	
}

.links01:hover {
	color: #000;
	text-decoration: underline;
	font: bold 15px "Times", Times New Roman, serif;
}
.links02 {
	font: normal 14px arial;
	color: #000;
	text-decoration: none;
}
	
.links02:hover {
	text-decoration: underline;
	font: normal 14px arial;
	color: #000;
}

.links03 {
	font: bold 16px  "Times", Times New Roman, serif;
	color: #000;
	text-decoration: none;
	
}

.links03:hover {
	color: #000;
	text-decoration: underline;
	font: bold 16px "Times", Times New Roman, serif;
}

.form {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #f3f3f3;
	border: 5px solid #f3f3f3;
	background-repeat: repeat;
	
}
.form2 {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 5px solid #ffffff;
	background-repeat: repeat;
	
}
.linha {
      border-top: 1px dashed #f00;
      color: #fff;
      background-color: #fff;
      height: 1px;
    }

.borda_cinza {
	border-width: 0 0 2px 0;
	border-color: #d9d9d9;
	width: auto;
}
#menu ul {
    padding:0px;
    margin:0px;
    float: right;
    width: 100%;
   
    list-style:none;
}
#menu ul li { display: inline; }

#menu ul li a {
    padding: 3px 9px;
    float: right;
    color: #0e55a7;
    text-decoration: none;
    border-bottom:3px solid #ffffff;
	font: bold 16px  "Times", Times New Roman, serif;
}
#menu ul li a:hover {
    text-decoration: underline;
    border-bottom:3px solid #ffffff;
    font: bold 16px  "Times", Times New Roman, serif;
    color: #000;
}

/* #menu ul {
    padding:0px;
    margin:0px;
    float: right;
    width: 100%;
    background-color:#EDEDED;
    list-style:none;
}
#menu ul li { display: inline; }

#menu ul li a {
    padding: 2px 10px;
    float: right;
    
    background-color:#EDEDED;
    color: #333;
    text-decoration: none;
    border-bottom:3px solid #EDEDED;
}
#menu ul li a:hover {
    background-color:#D6D6D6;
    color: #6D6D6D;
    border-bottom:3px solid #EA0000;
}
 */

