/* CSS Document */
html body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../imagens/bg.jpg);
}

a:link{
	text-decoration:none;
	color:#868686;
}
 
a:visited{
	text-decoration:none;
	color:#868686;
}

a:hover{
	text-decoration:none;
	color:#575757;
}

a:active{
	text-decoration:none;
	color:#868686;
}

.botao{
	background-image:url(../imagens/menu_left_bg.jpg);
	background-repeat:repeat-x;
	width:173px;
	height:39px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	color:#868686;
}

.sub_menu{
	background-image:url(../imagens/sub_menu_bg.jpg);
	background-repeat:repeat-x;
	width:173px;
	height:21px;
	cursor:pointer;
	font-size:9px;
	font-weight:bold;
	color:#504E4F;
}

.sub_menu_hover{
	background-image:url(../imagens/sub_menu_bg.jpg);
	background-repeat:repeat-x;
	width:173px;
	height:21px;
	cursor:pointer;
	font-size:9px;
	font-weight:bold;
	color:#989697;
}


.tit_01{
	padding-top:8px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
}

.texto_padrao{
	font-size:12px;
	color:#666666;
	padding-left:10px;
	padding-right:10px;
}

.titulo{
	font-weight:bold;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	color:#007336;
	margin:20px 10px 20px 10px;
}

.sub_titulo{
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

.informacoes{
	font-weight:bold;
	text-decoration:underline;
}

div.figura {
	float: right;	  
	border: 1px silver solid;
	float:left;
	background-color:#EEEEEE;
	width:120px;
	height:150px;
	margin: 0.5em;
	padding: 0.5em;
}
div.figura p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

.legenda {
	padding:5px;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

.viewFull {
	vertical-align:middle;
	visibility:hidden;
	position:absolute;	  
	border: 1px silver solid;
	background-color:#EEEEEE;
	padding:2px;
}

.input250{
	border:solid 1px #A7C5A0;
	width:250px;
}

.button{
	border:solid 1px #A7C5A0;
	width:100px;
	color: #243320;
	background-color:#FFFFFF;
}