a:link {
	text-decoration: none;
	color: #61CC34;
	}
a:visited {
	text-decoration: none;
	color: #61CC34;
	}
a:hover {
	text-decoration: none;
	color: #ffffff;
	}
a:active {
	text-decoration: none;
	color: #ffffff;
	}


body {
	background-image: url(bg.gif);
	background-position: top left;
	background-color: #040A18;
	color: #ABBAF9;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	}

li {
	padding-bottom: 10px;
	}

.layout01 {
	position:absolute;
	left:0px;
	top:0px;
	width:270px;
	height:325px;
	z-index: 1;
}

.layout02 {
	position:absolute;
	left:270px;
	top:0px;
	width:270px;
	height:325px;
	z-index: 1;
}

.divMenu {
	position: absolute;
	top: 125px;
	left: 110px;
	width: 35px;
	text-align: right;
	font-weight: bold;
	text-transform: lowercase;
	z-index: 3;
	}

.divTitle {
	position: static;
	border-width: 0pt;
	letter-spacing: 3pt;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-color: #ABBAF9;
	border-style: dotted;
	z-index: 2;
	}

.divSubTitle {
	position: static;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: bold;
	z-index: 2;
	}

.divContent {
	position: absolute;
	top: 173px;
	left: 185px;
	width: 250px;
	height: 114px;
	overflow: auto;
	text-align: justify;
	padding: 10px;
	z-index: 1;
	}

.divBanners {
	position: absolute;
	top: 325px;
	left: 0px;
	width: 540px;
	overflow: visible;
	padding: 10px;
	z-index: 1;
	text-align: center;
	}

input, select, textarea {
	background-color: transparent;
	border-color: #ABBAF9;
	border-style: solid;
	border-width: 1px;
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 8pt;
	color: #ABBAF9;
	}

input.noborder {
	border-width: 0px;
	}

.center {
	text-align: center;
	}

.enth3_comments {
	width: 200px;
	}