body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    padding: 0; 
	background-attachment: fixed;
	background-image: url(../img/index_bg.jpg);
	background-repeat: repeat-x;
}
img {
	behavior: url("js/pngbehavior.htc");
}
.bottombar-bg {
	background-attachment: fixed;
	background-image: url(../img/bottombar-bg.gif);
	background-repeat: repeat-x;
}

#holder-left {
	position: absolute;
	top: 100px;
	left: 0px;
	height: 98%;
	width: 950px;
}
#left-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200;
}
#maintable {
	background-image: url(../img/background.gif);
	background-repeat: no-repeat;
}
#containerscroll {
	position: absolute;
	width: 690px;
	height: 270%;
	overflow: auto;
	left: 240px;
	top: 46px;
}
#content {
	margin: 0px 0px 0px 0px;
}

.page-text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
}
.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B3334E;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B3334E;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B3334E;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B3334E;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B3334E;
	text-decoration: none;
}
