@charset "iso-8859-1";
/* @charset "utf-8"; */
/* CSS Document */
html { overflow-y:scroll; }

* {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
}
#menuheader {
	position:absolute;
	margin-left:630px;
	margin-top:80px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
}
#menuheader a {
	color:#fff;
}
a {
	text-decoration:none;
	color:#000;
}
p {
	padding-top:7px;
	padding-bottom:7px;
	margin:0;
}
img {
	border:0;
}
body {
	margin:0;
	background:#b6b6b6 url(../images/bgout.jpg) repeat-x top;
}
#main {
	padding-left:50px;
	padding-right:50px;
}
input, textarea, select {
	border:solid 1px #a6a6a6;
	padding:2px;
	font-size:11px;
	font-weight:normal;
}
#container {
	margin:0 auto;
	background-color:#cacaca;
	width:1000px;
}
#header {
	height:130px;
	background-image:url(../images/header.png);
}
#linkheader {
	height: 43px;
	width: 254px;
	position: absolute;
	display: block;
	margin-top: 26px;
	margin-left: 70px;
}
#footer {
	height:100px;
	background:url(../images/footersemquadros.jpg) top center no-repeat;
	text-align:center;
	color:#565656;
	font-size:11px;
	font-weight:normal;
}
.botao {
	text-align:center;
	width:74px;
	height:21px;
	background:url(../images/botao.png) top;
	border:0;
	color:#FFF;
}
.deselec {
	background-position:bottom !important;
}
.titulo1 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#d51715;
}
.titulo2 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#d51715;
}
.quadro {
	float:left;
	width:450px;
}
