@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg1.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
scrollbar-arrow-color: #FFFFFF;
scrollbar-darkshadow-color: #706E59;
scrollbar-face-color: #35B062;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #B4E2C5;
scrollbar-track-color: #B4E2C5;
}
a:link {
	color: #21A551;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #35B062;
}
a:active {
	text-decoration: none;
}
.titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #21A551;
}

