p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
}
a:visited {  font-family: Arial, Helvetica, sans-serif; color: #CC0000; text-decoration: none}
a:hover {  font-family: Arial, Helvetica, sans-serif; color: #333399; text-decoration: none}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 0px;
}
dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
dt {
	font-weight: bold;
	font-size: 14px;
}
dd {
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px 0px 3px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.navbar-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 3px;
	padding: 0px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #CC0000;
	margin: 0px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #CC0000;
}
.inline-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
li {
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-left: -24px;
	text-align: left;
}

/* Parts Form Styles */

tr.partsRow td{
border-bottom: 1px solid #000;
}

table#partsform tr td h3{
padding: 0px;
margin: 0px;
}

tr.submitRow td{
border: 0px solid transparent;
}

/*NavBar Buttons*/
p.navbutton {
	background-color: #CC0000;
	color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px;
}

p.topbutton {
	margin: 20px 0px 0px 0px;
}


p.navbutton a {
	color: #fff;
	margin: 5px 5px 5px 5px;
	padding-left: 15px;
	font-weight: bold;
}

p.navbutton a:link {
	color: #fff;
	text-decoration; none;
	background: #CC0000 url('images/arrowhead-r-fff.gif') no-repeat center left;
}

p.navbutton a:visited {
	color: #fff;
	text-decoration; none;
	background: #CC0000 url('images/arrowhead-r-fff.gif') no-repeat center left;
}

p.navbutton a:hover {
	color: #ff0;
	text-decoration; none;
	background: #CC0000 url('images/arrowhead-r-ff0.gif') no-repeat center left;
}

p.navbutton a:active {
	color: #fff;
	text-decoration; none;
	background: #CC0000 url('images/arrowhead-r-fff.gif') no-repeat center left;
}
