h1, h2, h3, h4, h5, h5, h6 {font-family: Arial}

h1 {font-size: 40px; font-weight: bold; margin: 0 0 20px 0;  color: #F0F0F0;}
h2 {font-size: 30px; margin: 0 0 15px 0}
h3 {font-size: 24px; margin: 0 0 12px 0}
h4 {font-size: 20px; margin: 0 0 10px 0}
h5 {font-size: 14px; margin: 0 0 8px 0}
h6 {font-size: 12px; margin: 0 0 5px 0}
p {font-size: 14px;}

#wrapper_main {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 100px;
	padding-right: 10px;
	padding-left: 130px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url(../imagens/logotipo.png) no-repeat;
}
#header h1{
	font-size: 40px; 
	font-weight: bold;
	margin: 0 0 20px 0; 
	color: #F0F0F0;
}

#principal {
	margin: 10px auto;
	width: 950px;
	height: auto;      
	padding: 0px 0px 0px 0px;
	font: 16px Arial, sans-serif; 	
	color: #C0C0C0;
}

#principal a:link {color: #777; text-decoration: none; font: 18px Arial, sans-serif;}
#principal a:visited {color: #777; text-decoration: none; font: 18px Arial, sans-serif;}
#principal a:active {color: #777; text-decoration: none; font: 18px Arial, sans-serif;}
#principal a:hover {color: #ff7200; text-decoration: none; font: 18px Arial, sans-serif;}


#principal .titulo{
	font-size: 24px; 
	font-weight: bold; 
	color: #ff7200;
}

#footer {
	margin: 10px auto;
	width: 950px;
	height: 80px;
    border-style: dashed;
    border-top-width: 2px;       
    border-top-color: #404040;
    border-bottom-width: 0px;       
    border-right-width: 0px;       
    border-left-width: 0px;        
	padding: 0px 0px 0px 0px;
	font: 11px Arial, sans-serif; 	
	color: #C0C0C0;
}

.fottercolumn {
	display: inline;
	float: left;
	width: 217px;
	margin: 0;
	padding: 10px 30px;
	height: 100px;
	font-size: 11px;
	color: #777;
}
.fottercolumn .maior {
	font-size: 14px;
	color: #777;
}
.fottercolumn a:link {color: #777; text-decoration: none;}
.fottercolumn a:visited {color: #777; text-decoration: none;}
.fottercolumn a:active {color: #777; text-decoration: none;}
.fottercolumn a:hover {color: #ff7200; text-decoration: none;}

body {
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.content {
	padding: 20px;
	min-height: 450px;
	font: 14px Arial, sans-serif; 	
	color: #FFFFFF;	
}

.content a:link {color: #777; text-decoration: none;}
.content a:visited {color: #777; text-decoration: none;}
.content a:active {color: #777; text-decoration: none;}
.content a:hover {color: #ff7200; text-decoration: none;}

strong + p { 
	margin-top: 0 
	}
dt { 
	font-weight: bold 
	}
dd { 
	margin: 0 
	}
figure { 
	display: block; 
	width: 100%;
	height: 100%; 
	margin: 0 
	}

figcaption { 
	padding: 10px 15px;
	position: absolute; 
	bottom: 20px; 
	right: 30px;
	z-index: 3; 
	background: black;
	color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 
    }

.forms {
	border-style: solid;
	border-color: #383838; 
	border-width: 0.5; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 1; 
	padding-bottom: 1; 
	font-family: Arial; 
	color: #FFFFFF; 
	font-size: 16px; 
	background-color: #181818;
	height: 35px;
	}
	
.botoes {
	padding-left: 4; 
	padding-right: 4; 
	COLOR: #000000; 
	FONT-SIZE: 14px; 
	FONT-FAMILY: Arial; 
	HEIGHT: 40px; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none;
	}