@import url("layout3.css");
/* CSS layout */
body {
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background:#00C url(../images/fundoptaz.jpg) top left repeat-x;
	background: #000000 url(../images/fundoptaz.jpg) top left repeat-x;
	background-attachment:fixed;
	color:#000000;
	font-size:1.2em;
}
a {
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	text-decoration:underline;
}

#topo {
	background:transparent;
	color:#FFF;
}

#logo {
	background: transparent url(../images/logo100x074.png) top left no-repeat;
	font-style:italic;
	font-weight:bold;
}
#nome {
	background: transparent url(../images/hostmil.png) top left no-repeat;
	font-size:0.75em;
}
#nome a {
	color:#CFF;
}
#procura {
	/* border-bottom:#00C solid 2px; */
}
#login {
}

#coluna_esq {
	background:transparent;
	color:#CFF;
}

#cont_corpo {
	background:transparent;
}

#pag_contem {
	background:#FFF;
}

#rodape {
/*	background:transparent; */
/*	background:#333; */
	color:#CCC;
}

#rodape a {
	color:#CFF;
	text-decoration:none;
}
#rodape a:hover {
	color:#CCC;
	text-decoration:none;
}

/* ================== Classes de Apresentacao ============= */
.pagina_titulo {
	width:150px;
	height:39px;
	padding-top:5px;
	background: transparent url(../images/bt150x39cz.png) top left no-repeat;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:1.0em;
	color:#00C;
}

h1 {color:#0066CC;} 
h2 {color:#0066CC;}
h3 {color:#00CCFF;}
h4 {color:#0066CC;}
h5 {color:#0099FF;}
h6 {color:#0066CC;}

blockquote {
	border-left:#0099FF 4px solid;
	padding-left:4px;
	text-align:justify;
	font-size:0.8em;
}
blockquote blockquote {
	margin-left:4px;
	padding-left:3px;
	font-size:0.8em;
}

/* ============ Estilos Formularios e Campos ============ */

form {
/*	background-color:#0099FF;*/
	background-color:transparent;
}

.formcampo {
	background:#CFF;
	text-align:left;
}

.formessage {
	background:#CFF;
	text-align:left;
}


