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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9c7754;
}

.lista {
	font-size:14px;
}

.main_table_top {
	background-image: url(images/sombra_top.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height:17px;
}

.main_table_left {
	background-image: url(images/sombra_left.png);
	background-repeat: repeat-y;
	background-position: left;
	width:17px;

}

.main_table_right {
	background-image: url(images/sombra_right.png);
	background-repeat: repeat-y;
	width:17px;
}

.main_table_bottom {
	background-image: url(images/sombra_bottom.png);
	background-repeat: repeat-x;
	height:17px;
}

.conteudo {
	background:#4a090b;
}

.menu {
	background:#9c7754;
}
.sub_menu {
	background-image: url(images/flor_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.img_border
{
	border: 1px solid #9c7754;	
}

.form
{
	border: 1px solid #9c7754;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:visited,  a:link,  a:active{
	color:#9c7754;	
	text-decoration:underline;
}

a:hover {
	color:#9c7754;
	text-decoration:none;
}
.lingua {
	font-size:10px;
}

.texto {
	text-align:justify;
	line-height:16px;
}
.nome {
	padding-top:5px;
	padding-bottom:25px;
	text-align:center;

}