/* CSS Document */

BODY {
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
}
A, A:active, A:visited {
	color: #000000;
	text-decoration: none;
	font-weight:none;
}
A:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.principal {
	margin-top:10px;
	margin-left:10px;
	position:relative;
	height:580px;
	width:990px;
}
.sub1 {
	position:relative;
	height:375px;
	width:375px;
	float:left;
}
.sub11 {
	height:220px;
	width:375px;
}
.sub12 {
	height:auto;
	width:375px;
	position:absolute;
	bottom:0px;
}
.sub2 {
	height:375px;
	width:615px;
	float:right;
	position:relative;
}
.sub21 {
	height:auto;
	width:auto;
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
}
.sub211 {
	font-family:"Times New Roman", Times, serif;
	height:auto;
	width:auto;
	position:relative;
	top:20px;
	text-align:center;
}
.sub23 {
	height:auto;
	width:615px;
	position:absolute;
	bottom:0px;
	text-align:right;
}
.sub3 {
	height:185px;
	width:990px;
	position:absolute;
	bottom:20px;
	z-index:0;
}
.sub4 {
	height:20px;
	width:990px;
	position:absolute;
	bottom:0px;
	vertical-align:bottom;
	z-index:1;
}