body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #313F48;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bgimage3.jpg);
	background-repeat: repeat;
	background-position: center center;
}
table {
	height: 100%;
	width: 100%;
}

h2  {
	font-size: 18px;
	font-weight: 900;
	color: #FC9C07;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 a {
	color: #FC9C07;
	text-decoration: none;
}
h2 a:hover {
	color: #FFCC33;
	text-decoration: none;
}
h2 a:visited:hover {
	color: #FFCC33;
	text-decoration: none;
}
h2 a:visited {
	color: #FC9C07;
	text-decoration: none;
}

