/*
CORE TAGS
*/

body {
	background-color: #4B4748;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana;
	text-align: center;
/*	overflow: hidden;*/
}

h1 {
	font-size: 3px;
	display: none;
	color: #E90268;
}

h2 {
	color: #000;
	font-family: Verdana, helvetica;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px #000 solid;
	height: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-indent: 10px;
/*	padding: 10px;
	padding-top: 20px;*/
	line-height: 15px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px;
	padding-top: 3px;
	position: relative;
	left: 200px;
	width: 450px;
}

A {
	text-decoration: underline;
	color: #000;
}

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: #464646;
	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: 900px;
	height: 508px;
	text-align: left;
	margin-top: 98px;
}

.logo {
	position: absolute;
	top: -69;
	left: 711px;
	width: 231px;
	height: 53px;
	background-image: URL('../pics/logo.jpg');
	background-repeat: no-repeat;
}

.menu {
	position: absolute;
	background-color: #000;
	width: 184px;
	height: 508px;
	left: 0px;
	background-image: URL('../pics/leftbottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content {
	position: absolute;
	left: 184px;
	background-color: #FFF;
	width: 716px;
	height: 508px;
	overflow: auto;
	overflow-vertical: hidden;
	padding: 0px;
	padding-top: 0px;
	scrollbar-arrow-color: #FFF;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #FFF;
}

.footer {
	position: absolute;
	top: 511px;
	right: 0px;
	color: #fff;
	font-family: Verdana, helvetica;
	font-size: 12px;
}
