@charset "UTF-8";
/* CSS Style Sheet for Print */


/*=Site-wide Style Rules
------------------------------------------------------------------------*/
* { 
border: 0;
color:#000;
margin: 0;
padding: 0;
}
body {
background-color: #FFF;
background-image: none;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: normal;
line-height: 16pt;
}
p {
color: #000;
line-height: 16pt;
margin-bottom: 10pt;
}
h1 {
font-size: 24pt;
line-height: 30pt;
}
li {
padding-bottom: 5pt;
}
ul {
padding-left: 5pt;
}
td, th {
border-bottom: 1px dotted #666;
line-height: 20pt;
padding: 3pt;
text-align: left;
}
.logofont {
font-size: 11pt;
font-weight: bold;
}
/*=Links ------------------------- */
a:link, a:visited {
color: #000;
font-weight: normal;
text-decoration: underline;
}

/*=Classes ----------------------- */	
.center { /* Centers text */
text-align: center;
}

.noshow{
display: block;
font-weight: bold;
}

.tablehead {
position: static;
color: #000;
font-size: 16pt;
font-weight: normal;
padding-bottom: 10pt;
text-align: center;
}

.title {color: #000}

/*=Formatting for Parts Table
------------------------------------------------------------------------*/

#itsthetable,
#itsthetable h1,
#itsthetable p{
color: #000;
}
#itsthetable table {
border-collapse: collapse;
border: 1px solid #000;
color: #000;
}
#itsthetable td, th {
border: 1px solid #999;
padding: 0.35em;
color: #000;
}
#itsthetable tbody tr:hover {
background-color: #fff;
}
#itsthetable th {background-color: #FFF}

#itsthetable thead tr{
border: 1px solid #999;
text-align: left;
color: #000;
padding-top:6px;
}

/* Java for the odd table colors */
.odd {background-color: #fff; }	

/*=Formatting for Content That Prints
------------------------------------------------------------------------*/
#wrapper,
.noshow,
.tablehead,
#maintable,
#mainindex,
#maininterior,
#maininterior li{
border: none;
color: #000;
padding: 0;
width: auto; 
margin: 0 8% 0 3%;
float: none !important;
background: transparent none;
}

/*=Content that DOES NOT Show or Print
------------------------------------------------------------------------*/
/* For text that should not print */
#branding,
#topnav,
#shokwave,
#toplinks,
#login,
#leftcolumn,
#navbar,
#footerie,
#footer,
#footer2,
#footer2ie,
#bottomnav {
display:none;}