body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	SCROLLBAR-FACE-COLOR: #00792C;
	SCROLLBAR-HIGHLIGHT-COLOR: #6699CC;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #000000;
	SCROLLBAR-TRACK-COLOR: #FEF8E7;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	top: 20px;
	background-image: url(images/BG.jpg);
	background-repeat: repeat;	
}


.page_contents {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 600px;
	position: absolute;
	font-size: 12px;
	left: 13px;
	top: 9px;
	overflow: auto;
	background-image: url(images/BG.jpg);

}
.page_contents_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.page_contents_images {
	border: 1px solid #FF9900;
}
