/* _____________________________ GENERAL STYLES _____ */body { 	background-color: #d0f8a9;	font-family: Verdana, Arial, Georgia, 'Times New Roman', Times, serif;	font-size: 11px;	text-align: justify;	color: #ffffff;}a {	font-weight: bold;	color: #c9e6ff;	text-decoration: underline;}a:hover, a:focus, a:active {	color: #ffffff;	text-decoration: none;}h1 {
	display: none;	}h2 {
	color: #ffffff;	font-size: 12px;	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #ffffff;	}table tr td {	font-size: 11px;	}a img {	border: 1px solid #ffffff;}

ul {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
ul li {
	list-style: none;
	padding: 5px 0px 0px 0px;	
}



/* _____________________________ MAIN DIVS _____ */#mainContainer {	position: absolute;	top: 10px;	width: 711px;	left: 50%;	margin-left: -360px;	}

/* _____________________________ MAIN CONTENT _____ */#bgTop {	display: block;	width: 711px;	height: 30px;	background-image: url('images/bg-top.png');	background-repeat: no-repeat;	overflow: hidden;	margin: 0px;
	padding: 0px;}#bgMain {	display: block;	width: 711px;	background-image: url('images/bg-mid.png');	background-repeat: repeat-y;	margin: 0px;	text-align: justify;
	padding: 15px;}#bgBot {	display: block;	width: 711px;	height: 16px;	background-image: url('images/bg-bot.png');	background-repeat: no-repeat;	overflow: hidden;	margin: 0px;
	padding: 0px;}