/* Global Styles */

body {
	margin:0px;
	background-image: url(bg_grad.jpg);
	background-repeat: repeat-x;
	}

td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #ffffff;
	}
	
/* ID Styles */

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:30px;
	display:block;
	padding: 0px 10px;
	border-left:1px solid #ffffff;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #ff6600;
	}
	
.bodyText {
	line-height:normal;
	color:#26354A;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
.subHeader {
	color: #000066;
	font-weight:bold;
	line-height:normal;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	}
	
.partsHeader {
	color: #FFCC33;
	font-weight:bold;
	line-height:normal;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	}
		
.navText {
	color: #ffffff;
	letter-spacing:0.1em;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
	
.sidebarText {
	font:11px Arial, Helvetica, sans-serif, bold;
	color: #FF6600;
	letter-spacing:0.1em;
	line-height:18px;
	}
	