/* CSS Document */

/*	//////////////////////////////////////////////////
	Cristiano Santos
	23 de abril de 2006
	http://www.cristianoweb.net
	email (arroba) cristianoweb.net
	cristianoweb (dot) net (arroba) gmail (dot) com
	+55 (21) 8227-2904
/*	//////////////////////////////////////////////////


/* ////////// GERAIS ////////// */

body {
	background-attachment: fixed;
	background-image: url(figuras/pattern.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}

a:link {
	text-decoration: underline;
	color: #333333;
}

a:active {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}

p {
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

acronym {
	cursor:help
}

.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #660000;
	background-color: #efefef;
}
label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 130%;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #660000;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #660000;
	background-color: #efefef;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}	

/* ////////// CLASSES ////////// */

.copyright {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
}

.copyright a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.copyright a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

.destaque {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.biblico {
	font-size: 9px;
	color: #660000;
	font-family: "Trebuchet MS";
}

h3 {
	color: #660000;
}

h4 {
	color: #660000;
}

hr {
	color: #660000;
}

#construcao {
	background-color: #efefef;
	padding: 10px;
}
#newsletter {
	background-color: #efefef;
	padding: 10px;
}
