body{
	background: #39C;
}
.topo{
	margin: 0px auto;
	width: 100%;
	text-align:center;
	padding: 5px;
	background: #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

}
.menu{
	margin: 0px auto;
	width: 100%;
	text-align:center;
	padding:5px 0px 10px 0px;
}
.texto{
	margin: 0px auto;
	background: #FFF;
	width: 100%;
	border: 1px solid #00F;
	padding: 10px;
	font-family: Arial;
	font-size:12px;
}
.rodape{
	margin: 0px auto;
	background: #FFF;
	width: 100%;
	border: 1px solid #00F;
	padding: 10px;
	font-family: Arial;
	font-size:10px;
	text-align:center;
}
h4{
	font-family: Arial;
	font-size: 14px;
	color: #036;
}
h5{
	font-family: Arial;
	font-size: 12px;
	color: #00f;
}
.botao{
	height: auto;
	padding: 10px 25px;
	margin: 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #999;
	box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 	rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2);
	background-image: url(../img/botao.png);
	background-repeat: repeat-x;
	background-position: center center;
	cursor: pointer;
}
.caixa{
	width:100%;
	height:100%;
	position:absolute;
	display:none;
	z-index: 1000;
	background-color: rgba(28, 28, 28,0.8);
	top: 0px;
	left:0px;
}
.bloco{
	
	left:20%;
	top:30%;
	position:absolute;
	background: #FFF;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #999;
	box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 	rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2);
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #036;
	font-weight:bold;
	}
a:hover {
	text-decoration: underline; 
	color: #f00;
	}
.icone{
	width:80px;
	float: left;
	margin: 5px;
	color: #009;
	text-decoration:none;
	font-family: Arial;
	font-size:10px;
}
.box{
	height: 300px;
	width: 410px;
	overflow-y: scroll;
}
.doc{
	font-family: Arial;
	font-size: 10px;
}
.bnt{
border:1px #C0C0C0 solid;
text-decoration:none;
padding:4px;
color:#666666;
background-color:#FFFFFF;
background-image:url('../images/bg_bnt.jpg');
background-repeat:repeat-x;
-moz-border-radius: 3px;
-webkit-border-bottom: 3px;
}

.bnt:hover{
color:#0C66C0;
text-decoration:none;
background-image:url('../images/bg_bnt2.jpg');
}
select.classe{
border:1px #fc0 solid;/*não funciona no ie6*/
background:#0f0f0f;
color:#fff;
}