body {
	background-attachment: fixed;
	background-repeat: repeat-x repeat-y;
	background-position: left top;
	background-image: url(Images/background2.png);
	background-color: #0099CC;	
}


.style2 {
	font-size: 10px;
	color: #FFFFFF;
}
.content1 {
	color: #FFFF99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.navbar {
	background-color: #000000;
	
}
.maintable {
	background-repeat: repeat-y;
	background-position: left top;
	border-color: #000000;
	background-image: url(Images/Background.gif);
}
.blackcontentinfo {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	list-style-type: circle;
	list-style-position: inside;
	border: #000000;
}
.scrollbox1 {
	overflow: scroll;
	vertical-align: top;
	width: 100%;
	height: 500px;
	background-image: url(Images/scrollbackground.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #a7a6aa;
	}


.floatlogo {
	position: fixed;
	left: 1px;
	bottom: 1px;
}


.samplescroll {
	overflow: scroll;
	background-color: #FFFFFF;
	height: 600px;
	vertical-align: top;}
	
.samplegradient {
	background-image: url(Images/samlescrollgradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	width: 100%;
}

.topgradient {
	background-image: url(Images/topgradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	width: 100%;
}

