body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: rgb(256,256,256);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}
table {
	border-collapse: collapse;
}

#MenuBarBackground {
	width: 100%;
	/*height: 19px;*/
	background-color: #8a8b93;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

/* News Stuff */
.NewsItem {
	margin: 20px 4px 20px 4px;
	text-align:left;
	font-size: 11px;
}
.NewsDate {
	font-size: 10px;
	margin: 2px 0px 2px 0px;
}
.NewsItem  DIV P{
	margin: 0px;
}
.NewsItem A {
	font-size: 12px;
}
/*The Cost Table Used for Aluminum Pricing*/
.CostTable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 170px;
	border-collapse: collapse;
	text-align: left;
}
.CostTable TD {
	padding: 3px;
	border-width: 1px;
	border-color: #999999;
	border-style: dashed none;
	white-space: nowrap;
}
.CostTable TH {
	text-align: left;
	padding: 3px;
	white-space: nowrap;
}
.CostTableRight {
	text-align: right;
}
.aluminumSideBar {
	text-align: center;
}
H1, H2, H3, H4, H5, H6, .footerText {
	color: #000000;
	text-align: center;
}

Label, .errorText {
	color: #000000;
	text-align: justify;
	font-size: 10px;
}

A {
	text-align: justify;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.errorText {
	color: Red;
}

H1 {
	font-size: 18px;
}

H2 {
	font-size: 16px;
}

H3 {
	font-size: 14px;
}

H4, .footerText, H5, H6 {
	font-size: 12px;
}

P {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.formLabel {
	color: #000000;
	text-align: justify;
	font-size: 10px;
}

.detailTable {
	background-color: White; 
}

.detailTableHeader {
	background-color: #CC0000; 
	border: 1px solid black; 
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.detailTableData {
	background-color: White; 
	border: 1px solid black; 
	text-align: center;
	font-size: 10px;
}

.detailHeader {
	color: #000000;
	text-align: center;
	font-size: 11px;
}

.detailInfo {
	color: #000000;
	text-align: center;
	font-size: 8px;
}

.NoWrap {
	white-space: nowrap;
}

.SearchResult {
	margin: 10px;
}

.RequiredFormField {
	font-weight: bold;
}
.StandardDieTable td, .StandardDieTable th {
	padding: 1px 1em 1px 1em;
	white-space: nowrap;
}
.StandardDieTable TH {
	border-width: 1px;
	border-color: black;
	border-style: none none solid none;
}
.FooterLinks a {
	margin-left: 1em;
	margin-right: 1em;
}
