BODY{
	background:url('img/body_bg.jpg');
	background-position:top center;
	background-repeat: repeat-y;
	background-color:#000000;
	width:100%;
	height:100%;
	text-align:center;
	margin:0px;
	color:#FFF;
	font-size:10px;
	font-family:arial;
}

#divContent{
	width:800px;
	background:url('img/divContent_bg.jpg');
	background-position:top center;
	background-repeat: repeat-y;
	background-color:#000000;
}

.moduleHorizontal{
	border-top:1px dashed #99AA00;
	border-bottom:1px dashed #99AA00;
	border-right:1px dashed #99AA00;
	height:178px;
	color:#FFF;
	background: transparent url(img/module_bg.gif);
	font-family:arial, verdana;
	font-size: 11px;
	text-align:left;
	width:246px;
	padding:10px 5px 10px 15px;
}

.moduleVertical{
	border-bottom:1px dashed #99AA00;
	color:#FFF;
	float:left;
	font-family:arial, verdana;
	font-size: 11px;
	text-align:left;
	width:250px;
	padding:10px 4px 10px 16px;
}

.moduleHdr{
	font-weight:bold;
	color:#99FF00;
	margin-bottom:3px; 
}

.topContent{
	font-size:11px;
	text-align:center;
	vertical-align:top;
	line-height:16px;
	padding:10px 5px 10px 5px;
}

.topContent2{
	font-size:11px;
	text-align:center;
	vertical-align:top;
	line-height:25px;
	padding:0px 5px 10px 5px;
}


.biggerText{
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	
	}


.biggerText2{
	font-size:15px;
	line-height:17px;
	
}

.biggerText3{
	font-size:15px;
	font-weight:bold;
	line-height:17px;
	color:#99FF00;
}
.whiteBoldText{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.greenItalicLink{
	text-decoration:underline;
	color:#99FF00;
	font-style:italic;
}

.whiteLink{
	color:#FFFFFF;
	text-decoration:none;
}

.divBody{
	font-size:11px;
	padding-top:15px;
	padding-right:30px;
	padding-bottom:10px;
	padding-left:18px;
	text-align:left;
}
