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