html { 
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2d2c2c;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	background-attachment: fixed;
}
.table {
	height: 100%; 
	width: 100%;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.normaltext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	line-height: 12px;
	text-align: justify;
}
.bgHeader {
	background-color: #CCCCCC;
	background-image: url(graphics/headerbg.jpg);
	background-repeat: repeat;
}
.bgFooter {
	height: 100%; width: 100%
	background-color: #CCCCCC;
	background-image: url(graphics/footerend.jpg);
	background-repeat: no-repeat;
	}
.bgRight {
	background-image: url(graphics/bgRight.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.bgLeft {
	background-image: url(graphics/bgLeft.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: right;
}
a:link {
	color: #36455c;
}
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;
}
