@charset "UTF-8";
/* CSS Document */

body
{
font-family: Arial, Helvetica, sans-serif; color: #000000;
font-size:12px;
}
.nav, .noprint, .secondaryNavWrapper, .headerRightPanel, .sidebar, .searchWrapper, ul.productNav, ul.filmstrip, .productResourcesWrapper, .footer2Col, .tagline, .printerButton, .productImageWrapper, ul.highResImages
{
display: none;
}
.productFeaturesWrapper
{
padding-top:10px;
}
th, td
{
border-bottom: 1px solid black;
text-align:left;
padding:5px;
}
h1
{
border-bottom: 1px solid #004c99;
text-align:left;
font-size:24px;
}
img
{
margin-bottom:10px;
margin-top:10px;
}
.logo
{
padding-left:20px;
width:200px;
}

/* Ensure the content spans the full width */

.contentWrapper, .innerContentWrapper3Col, .innerContentWrapper2Col, .newsDetailsWrapper, .newsWrapper, .newsDetailsFooter

{

width: 100%; margin: 0; float: left;

}

/* Change text colour to black (useful for light text on a dark background) */

.lighttext

{

color: #000

}

/* Improve colour contrast of links */

a:link, a:visited

{

color: #004c99

}