@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 13px;
	color: #E6442A;
}
a:visited {
	color: #E6442A;
}
a:hover {
	color: #E6442A;
}
a:active {
	color: #E6442A;
}
h1 {
	font-size: 13px;
	color: #666;
}
h2 {
	font-size: 13px;
	color: #666;
}
h3 {
	font-size: 13px;
	color: #666;
}
h4 {
	font-size: 13px;
	color: #666;
}
h5 {
	font-size: 13px;
	color: #666;
}
h6 {
	font-size: 13px;
	color: #666;
}
#centro {
    width:500px;
    height:500px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:-250px;
}
#menu_cima{
	width:100%;
	height:30px;
	background-color:#E6442A;
	padding-top:12px;
}
.links_menu_cima{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:600;
}
.links_menu_cima a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:600;
}
.links_menu_cima a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:600;
}
.links_menu_cima a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.links_menu_cima a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:600;
}
.links_menu_cima a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:600;
}
.texto_interno{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#666;
	line-height:2.5;
	font-weight:600;
	text-align:justify;
}
#progamacao{
	width:100%;
	height:30px;
	background-color:#594A40;
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:600;
}