/* CSS Document */

body {
	background-color: #F4EED5;
	background-image: url(imagens/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

a:link {
text-decoration: underline;
color: #000000;
}
a:visited {
text-decoration: underline;
color: #000000;
}
a:active {
text-decoration: underline;
color: #000000;
}
a:hover {
color:#000000;
text-decoration: none;
}

a.texto_peq_branco:link {
text-decoration: underline;
color: #FFFFFF;
}
a.texto_peq_branco:visited {
text-decoration: underline;
color: #FFFFFF;
}
a.texto_peq_branco:active {
text-decoration: underline;
color: #FFFFFF;
}
a.texto_peq_branco:hover {
color:#FFFFFF;
text-decoration: none;
}

.autor {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #CC0000;
}

.texto {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #000000;
}

.titulo {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}

.texto_negrito {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}

.texto_negrito_branco {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}

.texto_negrito_verde {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #00CC66;
	font-weight:bold;
}

.texto_peq {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #000000;
}

.texto_peq_branco {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

input {
font-family: "Trebuchet MS", Arial, Verdana;
color: #000000;
font-size: 11px;
border-style: none; 
background-color: #98BEE3;
border-width: 0px;
}

textarea {
font-family: "Trebuchet MS", Arial, Verdana;
color: #000000;
font-size: 11px;
border-style: none; 
background-color: #98BEE3;
border-width: 0px;
}
