/* Global Styles */

body {
	margin:0px;
	background-color: #892541;
	}
	
td {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-attachment: fixed;
	text-decoration: none;
	letter-spacing: 0.1em;
	}
	
a {
	color: #333333;
	font-size: 11px;
	}
	
a:hover {
	color: #861D3B;
	font-weight: bold;
	}

	
/* Class Styles */
	
.textoLinks {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	}

.texto {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.titulo {
	color:#861D3B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}
a:active {
	color: #861D3B;
	font-weight: bold;
}
