body {
	padding-left: 44%;
	background: #990000; 
	background-attachment: fixed;
	background-image: url(../style_sheets/BGMainRed.jpg);
	background-position: left top;
	background-repeat: repeat-x;
 	}
	
#floatCenter {
	width: 750px; 
	margin-left: -350;
	background: white; 
	border:10px solid white;
	border-top: 0px solid white;
}
	
.TableMain {
	width: 750px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left:  0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: medium dashed white;
}

.TdLeft
{
	width: 66%;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: medium dashed white;
}

.TdRight
{
	width: 33%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 44px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 33px;
}

.StusterResponseTEXT {
	font-family: "Courier New", Courier, mono;
	color: #FF0000;
}
.TextInset {
	font-size: 10px;
}
.InsetText {
	font-size: 12px;
}
.TdPink {
	background-color: #F9F0F0;
}
.QuoteTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
