body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	background-attachment: fixed;
}
.Headings {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: left;
	}
.normaltext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	line-height: 12px;
	text-align: justify;
}
.topbg {
	background-position: bottom;
	background-image: url(graphics/TopBGRepeat.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.bottombg {
	background-position: top;
	background-image: url(graphics/BottomBGRepeat.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.tablebg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

.IndexBG {
	background-attachment: scroll;
	background-image: url(../gallery/MCS/indexEnd.jpg);
	background-repeat: no-repeat;
}
.PBG {
	background-attachment: scroll;
	background-image: url(../gallery/Prelude/blurtest1.jpg);
	background-repeat: no-repeat;
}
.MCSBG {
	background-attachment: scroll;
	background-image: url(../gallery/MCS/BG.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

