@charset "utf-8";
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
}
.fondo {
	background-color: #000000;
	background-image: url(imgs/tile.gif);
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #009FE1;
	border-right-color: #009FE1;
	border-bottom-color: #009FE1;
	border-left-color: #009FE1;
}

.bordeNegro {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #009FE3;
	border-left-color: #000000;
}
.vertDiv {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 30px;
}
.footer {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 50px;
	vertical-align: middle;
}

.bodyText {
	margin: 0px;
	width: 430px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #999999;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.style1 {color: #009FE3}
.style2 {color: #FFFFFF}
