/* Adérita.com CSS Page*/

/* links */
a {
font-family: arial;
font-size: 11px;
text-decoration: none;
color:#b1b98b;

}
a:link {
font-family: arial;
font-size: 11px;
text-decoration: none;
color: #b1b98b;
}
a:hover, visited, visited:hover {
font-family: arial;
font-size: 11px;
text-decoration: none;
color: #ffffff;
}

/* conteudo */
.titulos1 {
font-family: arial;
text-align: left;
padding: 1px;
border-bottom :1px dashed #bcc97a;
font-size: 16px;
font-weight: bold;
letter-spacing: 5px;
volume: soft;
color: #bcc97a;
}


.texto1 {
font-family: arial;
text-align: justify;
font-weight: none;
font-size: 11px;
letter-spacing: 1px;
color: #ffffff;
}

.texto2 {
font-family: arial;
text-align: left;
font-weight: bold;
letter-spacing: 1px;
font-size: 11px;
color: #bcc97a;
}

.fim1 {
font-family: arial;
text-align: right;
letter-spacing: 1px;
font-size: 11px;
color: #ffffff;
}


/* forms */
.input, .textarea, .select, .option {
padding: 1px;
font-family: arial;
font-size: 10px;
color: #ffffff;
letter-spacing: 1px;
width: 250px;
background-color: #000000;
border-right: 1px dashed #b1b98b;
border-left: 1px dashed #b1b98b;
border-top: 1px dashed #b1b98b;
border-bottom: 1px dashed #b1b98b;
}
.radio {
padding: 1px;
font-family: arial;
font-size: 10px;
color: #ffffff;
letter-spacing: 1px;
width: 50px;
background-color: #000000;
border: 1px dashed #b1b98b;
}
.botoes {
padding: 1px;
font-family: arial;
font-size: 10px;
letter-spacing: 1px;
color: #ffffff;
width: 50px;
background-color: #000000;
border: 1px dashed #b1b98b;
}

/* geral */
P , body , td , div, h1, h2, h3 {
font-size: 11px;
font-family: arial;
color: #ffffff;
letter-spacing: 1px;
font-weight: none;
}

b, strong {
font-size: 11px;
color: #ffffff;
font-family: arial;
font-weight: none;
letter-spacing: 1px;
}

/* body */

BODY{		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(layout/pattern.gif);
}
