/* links */
a {
font-family: tahoma; 
font-size: 11px;
text-decoration: underline;
color:#8BD1EE;

}
a:link {
font-family: tahoma; 
font-size: 11px;
text-decoration: underline;
color: #8BD1EE;
}
a:hover, visited, visited:hover {
font-family: tahoma; 
font-size: 11px;
text-decoration: none;
color: #37A7D5;
}

/* conteudo */
.titulos {
font-family: tahoma; 
text-align: left;
font-weight: bold;
padding: 1px;
border-bottom: 1px dashed #37A7D5;
font-size: 12px;
letter-spacing: 5px;
color: #37A7D5;
}

.texto {
font-family: tahoma; 
text-align: justify;
font-weight:none;
font-size: 11px;
letter-spacing: 1px;
color: #37A7D5;
}

.texto2 {
font-family: tahoma; 
text-align: left;
font-weight: bold;
font-size: 11px;
letter-spacing: 1px;
color: #37A7D5;
}

.fim {
font-family: tahoma; 
text-align: right;
font-size: 11px;
border-bottom: 1px dashed #37A7D5;
letter-spacing: 1px;
color: #37A7D5;
}

/* forms */
.input, .textarea, .select, .option {
padding: 1px;
font-family: verdana; 
font-size: 11px;
color: #FFFFFF;
width: 200px;
background-color: #37A7D5;
border-right: 0px solid #37A7D5;
border-left: 0px solid #37A7D5;
border-top: 0px solid #37A7D5;
border-bottom: 0px solid #37A7D5;
}
.radio {
padding: 1px;
font-family: verdana; 
font-size: 11px;
color: #FFFFFF;
width: 50px;
background-color: #37A7D5;
border: 1px solid #000000;
}
.botoes {
padding: 1px;
font-family: verdana; 
font-size: 11px;
color: #FFFFFF;
width: 70px;
background-color: #37A7D5;
border: 0px solid #000000;
}

/* geral */
P , body , td , div, h1, h2, h3 {
font-size: 11px;
font-family: tahoma;
letter-spacing: 1px;
color: #37A7D5;
}

b, strong {
font-size: 11px;
color: #37A7D5;
font-family: tahoma;
letter-spacing: 1px;
font-weight: none;
}

/* scrollbar */

BODY{		
	background-image: url(layout/piki_bg.jpg);
}

