body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2E2F33;
}
.txtbox {
	height: 16px;
	width: 150px;
}
.normaltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
}
.normaltxtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.footer {
	font-family: Impact;
	font-size: 38px;
	font-weight: normal;
	color: #000000;
}
.footerred {

	font-family: Impact;
	font-size: 38px;
	font-weight: normal;
	color: #CC0001;
}
.whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.tableleft {
	text-align: left;
	width: 640px;
	*width: 344px; /* IE 7 Bug Fix - width */
}
.tableright {
	
	width: 398px;
	*width: 324px; /* IE 7 Bug Fix - width */
}

.footerredblue {


	font-family: Impact;
	font-size: 38px;
	font-weight: normal;
	color: #1730EA;
}
