/* CosFlash CSS Page*/

/* links */
a {
font-family: tahoma;
font-size: 12px;
text-decoration: none;
color:#2D7D95;

}
a:link {
font-family: tahoma;
font-size: 12px;
text-decoration: none;
color: #0083AE;
}
a:hover, visited, visited:hover {
font-family: tahoma;
font-size: 12px;
text-decoration: underline;
color: #2D7D95;
}

/* conteudo */
.titulos1 {
font-family: tahoma;
text-align: left;
padding: 1px;
border-bottom :1px solid #94ff09;
font-size: 16px;
font-weight: bold;
letter-spacing: 5px;
volume: soft;
color: #0fc6ff;
}


.texto1 {
font-family: tahoma;
text-align: justify;
font-weight: none;
font-size: 12px;
letter-spacing: 1px;
color: #1b4c5b;
}

.texto2 {
font-family: tahoma;
text-align: left;
font-weight: bold;
letter-spacing: 1px;
font-size: 14px;
color: #0fc6ff;
}

.fim1 {
font-family: tahoma;
text-align: right;
letter-spacing: 1px;
font-size: 12px;
color: #1b4c5b;
}


/* forms */
.input, .textarea, .select, .option {
padding: 1px;
font-family: tahoma;
font-size: 10px;
color: #1b4c5b;
letter-spacing: 1px;
width: 250px;
background-color: #ffffff;
border-right: 1px dashed #1b4c5b;
border-left: 1px dashed #1b4c5b;
border-top: 1px dashed #1b4c5b;
border-bottom: 1px dashed #1b4c5b;
}
.radio {
padding: 1px;
font-family: tahoma;
font-size: 10px;
color: #1b4c5b;
letter-spacing: 1px;
width: 50px;
background-color: #ffffff;
border: 1px dashed #1b4c5b;
}
.botoes {
padding: 1px;
font-family: tahoma;
font-size: 10px;
letter-spacing: 1px;
color: #1b4c5b;
width: 50px;
background-color: #ffffff;
border: 1px dashed #1b4c5b;
}

/* geral */
P , body , td , div, h1, h2, h3 {
font-size: 12px;
font-family: tahoma;
color: #1b4c5b;
letter-spacing: 1px;
font-weight: none;
}

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

/* body */

BODY{		
	background-image: url(layout/bgpatt.png);
}
