/* This screen stylesheet displays a print version of the site */

body 
{
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
font: 10pt Verdana, Arial, san-serif;
line-height: 16pt;
color: #000000;
}
		
a
{
font-weight: normal;
color: #0099FF;
text-decoration: underline;
}		
		
#primenav, #breadcrumb, #sectionlogo, #sectioncaption, #icons, #footer, #content hr
{
display: none;
visibility: hidden;
}

#logo
{
padding: 0px 0px 20px 0px;
}
#sectionpic img
{
border: 1px #333333 solid;
}

#sectioncaption, ul
{
font-size: 9pt;
line-height: 16px;
}

h1
{
font-size: 11pt;
color: #CC0000;
}

table
{
width: 100%;
}

#content
{
padding: 0px 0px 0px 0px;
text-align: justify;
font: 10pt Verdana, Arial, san-serif;
}

.print
{
list-style: url(../artwork/printer.gif);
}

.pdf
{
list-style: url(../artwork/pdf.gif);
}

.quote
{
list-style: url(../artwork/quote.gif);
}

#content hr
{
margin: 10px 0px 0px 0px;
width: 450px;
height: 1px;
color: #CCCCCC;
text-align: left;
line-height: 20px;
}


		