/* CSS Document */

body {
	background-color: #597ab6;
	background-image: url(img/imgBg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a:visited {
	color: #c0e0fc;
	text-decoration: none;
}
p {
	line-height: 18px;
}ul {
	line-height: 18px;
}
.titulo {
	font-size: 16px;
	font-weight: bolder;
	background-color: #FFFFFF;
	color: #CC3300;
	padding: 3px;
	display: block;
	margin: 0px;
}

.menu a {
	text-decoration: none;
	display: block;
	margin: 5px;
}

.selected {
	text-decoration: none;
	display: block;
	padding:0px;
	margin: 5px;
	font-weight: bold;
	color: #E7A944;
}
#rodape {
	font-size: 10px;
}
#rodape a {
	text-decoration:none;
}
