/*
CORE TAGS
*/

body {
	background-color: #BDBDBD;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana;
	text-align: center;
/*	overflow: hidden;*/
}

h1 {
	font-size: 3px;
	display: none;
	color: #E90268;
}

h2 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
	/*margin-top: -5px;*/
	border: 0px;
	position: relative;
}

h3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
	/*margin-top: -5px;*/
	border: 0px;
	position: relative;
	left: 172px;
	width: 450px;
}

A {
	text-decoration: underline;
	color: #FF0000;
}

HR {
	border-bottom: 1px #E90268 dashed;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}

P {
/*	margin-top: 4px;*/
	clear: both;
/*	display: block;
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;*/
}

IMG {
	border-color: #FFF;
	padding: 0px;
}

PRE {
	position: absolute;
	text-align: left;
	left: 1200px;
	padding: 10px;
	background-color: #000;
	color: #DDD;
	font-weight: bold;
}

/*
MODULES BASE
*/

.total {
	position: relative;
	margin: 0 auto;
	width: 786px;
	height: 593px;
	text-align: left;
	margin-top: 30px;
}

.top {
	position: absolute;
	background-color: transparent;
	width: 786px;
	height: 146px;
	left: 0px;
}

.footer {
	position: absolute;
	top: 630px;
	right: 250px;
	color: #fff;
	font-family: Verdana, helvetica;
	font-size: 12px;
}