body {
	background: url(../images/pages_bg.jpg) no-repeat center top fixed #F6DEAE;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
a:link {
	color: #993333;
	text-decoration: none;
}
a:visited {
	color: #CD9454;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #993333;
	text-decoration: none;
}
.heading2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#993333;
	}
.bodytext2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

html{ 
	overflow:-moz-scrollbars-vertical;
}