/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
}

.titulo {
	font-family:Arial;
	font-size:16px;
	color:#B81315;
}

.address {
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	line-height:15px;
}


a {
	color:#FFFFFF;
	text-decoration: none;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #B81315;
	text-decoration:none;
}