@charset "utf-8";
/* CSS Document */

body {
	background:#222;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	color: #CCC;
	text-align: center;
}

a {
	color: #0CF;
}
a:link {
	text-decoration: none;
	color:#00C;
}
a:visited {
	text-decoration: none;
	color:#0CF;
}
a:hover {
	text-decoration: underline;
	color:#0CF;
}
a:active {
	text-decoration: none;
	text-align: center;
	color:#0CF
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.textblackB {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.textblackBW {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

.texto {
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.minitext {
	font-family: Tahoma;
	font-size: 9pt;
	color: #FFFFFF;
}
.textblack10 {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
}
.textblack9 {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
}
.textblack12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #132936;
}

.textblack12B {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.tw12B {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

