/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tituloblue {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #009CC2;
	text-decoration: none;
	font-weight: bold;
}
.titulowhite {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.tituloblack {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.textoblue {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #009CC2;
	line-height: 14px;
}
.textoblack {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
.textowhite {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
a:link {
	text-decoration: none;
	color: #009CC2;
}
a:visited {
	text-decoration: none;
	color: #009CC2;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}
