body {
	margin: 0px;
	background-color: #FFF;
	background-image: url(imagens/bg_left.gif);
	background-repeat: repeat-y;
}
/** ESTILO DE FONTE **/
.red{color:#FF0000;}

/***[ DIVISOES ]*******************************************/
.header {
	background-color: #726EB7;
	background-image: url(imagens/head_detalhe.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#left {
	width: 115px;
	float: left;
}

#slogan {
	position:absolute;
	left:0px;
	top:284px;
	width:100px;
	height:268px;
	z-index:1;
	float: left;
}

#centro {
	width: 80%;
	float: left;
	padding-left: 15px;
}

#main {
    width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	line-height: 1.5em;
}

.foto {
	float: left;
}

#footer {
	background-color: #DDDBEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 4px;
	direction: rtl;
	float: right;
	width: 100%;
	height: 20px;
}
#footer a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

/***[ MENU ]********************************************/

#menu {
	width: 100%;
	font-family: verdana;
} 
#menu .bg1 {
	background-color: #DDDBEE;
	border-bottom: 1px solid #C5C4C4;
	border-right: 1px solid #C5C4C4;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
}
#menu .bg2 {
	background-color: #F6F6FB;
	border-bottom: 1px solid #C5C4C4;
	border-right: 1px solid #C5C4C4;
	padding-left: 15px;
	font-size: 10px;
}
#menu a:link {
	text-decoration: none;
	color: #000000;
}
#menu a:visited {
	text-decoration: none;
	color: #000000;
}
/**[ LINKS ]***********************************/
.link_interno:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.link_interno:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.link_interno:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}
.link_externo:link {
	text-decoration: none;
	font-weight: bold;
	color: #0E00FF;
}
.link_externo:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0E00FF;
}
.link_externo:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}

.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #726EB7;
	text-transform: none;
}
/***[ ESTILOS DOS FORMULRIOS ]******************************/
label {
	padding:2px;
	margin-top:2px;
	text-align:right;
	width:100px;
	float:left;
}
fieldset {
	font-size:11px;
	padding-bottom: 10px;
	padding-top: 10px;
	width:420px;
}
legend {
	padding: 0px 5px 5px 5px;
	top: 0px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}

.br {display:none;}  

.textfield {
    background-color: #F6F6FB;
	margin:3px;
	height:18px;
	border: 1px solid #999999;
	padding: 2px 2px;
	width: 200px;
	font-family: verdana;
	font-size: 11px;
}

select {
	background-color:#F6F6FB;
	margin:3px;
	padding: 2px 2px;
}

textarea {
    background-color: #F6F6FB;
	margin:3px;
	border:1px solid #999999;
	padding: 2px 2px;
	font-family: verdana;
	font-size: 11px;
}

.submit {
	margin:3px;
	background-color: #726EB7;
	height: 18px;
	border-bottom: 1px solid #837ECE;
	border-right: 1px solid #837ECE;
	width:80px;
	font-family: verdana;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
}
.label1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
