body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #F7F7F7;
}
a:link {
	color: #004640;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #004640;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #004640;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.sub_titulos {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.texto {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
.titulos {
	font-family: Garamond;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
.bg_menu {
	background-image: url(img/bg_menu.gif);
	background-repeat: repeat;
}
.bg_cinza {
	background-color: #BDDFB3;
}

