body { 
	margin: 0; 
	padding: 0;	
	background: #000000;
	text-align: center; /*done to counter a bug in IE*/
} 

#mainBody { 
	margin: 0 auto; 
	padding: 0; 
	width: 1000px; 
	text-align: left; /*done to counter all the body text been center aligned*/
}

.menuTable {
	border-style: solid;
	border-width: 0pt;
	border-color: #000000;
}

.menuTable td {
	vertical-align: middle;
}

.menuTable td a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 220px;
	text-decoration: none;
}

.menuTable td a:link, .menuTable td a:visited {
	color: #ffffff;
	background-color: #7f7f7f;
}

.menuTable td a:hover, .menuTable td a:active {
	color: #000000;
	background-color: #CCCCCC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;	
	color: #ff7105;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;	
	color: #7f7f7f;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;	
	color: #7f7f7f;
}

.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;	
	text-align: justify;
	color: #cccccc;
}

a:link, a:visited {
	color: #7f7f7f;
	text-decoration: none;
}

a:hover {
	color: #7f7f7f;
	text-decoration: underline;
}

a:active {
	color: #7f7f7f;
	text-decoration: none;
}

.buttonborder {
	border-style: solid;
	border-width: 1pt;
	border-color: #000000;
	width: 70px;
}

.txtborder {
	border-style: solid;
	border-width: 1pt;
	border-color: #000000;
	width: 275px;
}

img {  
	border-style: none;
}

.floatingcontent {
	float:left;
	margin:0 15px 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;	
	text-align: justify;
	color: #cccccc;
}

.displaystatus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c63535;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	text-align: center;
}

.footer a:link, .footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.footer a:hover  {
	color: #CCCCCC;
	text-decoration: underline;
}

.footer a:active  {
	color: #CCCCCC;
	text-decoration: none;
}
