body {
	background-color: #9CAAB5;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: #666666;
	line-height: 1.4;
}

a {
	text-decoration: none;
}

input, textarea {
	padding: 3px;
	border: 1px solid #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}

ul {
	margin-top: 0px;
	margin-left: 16px;
	padding: 0;
}

.Small { font-size: 8pt; }
.Large { font-size: 11pt; font-weight: bold; }
.XLarge { font-size: 24pt; }
.XXLarge { font-size: 48pt; }

.Headline {
	font-size: 32pt;
	color: #353740;
	font-style: italic;
}

.subHeadline {
	color: #A2BBE1;
	font-style: italic;
	font-weight: 200;
}

.Borderless { border: 0; }
.borderTop { border-top: 1px solid #666666; }
.borderLeft { border-bottom: 1px solid #666666; }
.borderBottom { border-bottom: 1px solid #666666; }
.borderRight { border-right: 1px solid #666666; }
.Bordered { border: 1px solid #666666; }

.Shaded { background-color: #E7E8E8; }
.Unshaded { background-color: White; }
.redShaded { background-color: #FFDDDD; }

.Red { color: darkRed; }

#Content {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#innerContent {
	background-image: url(../Images/metalBackground.jpg);
}

.navText {
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	width: 140px;
	font-size: 11px;
	float: left;
	text-align: right;
	color: White;
	font-weight: bold;
}

.navText:Hover {
	color: Black;
}

.navArrow {
	height: 64px;
	width: 22px;
	float: left;
	text-align: right;
}

.specs { border-collapse: collapse; width: 435px; }
.specs tr { text-align: center; }
.specs td{ border: 1px solid #999999; }
.specs th { border: 1px solid #999999; }
