/* JDP Stylesheet - Print styling for all browsers - 06/03/2006 */

body
{
margin: 0px;
background: #FFFFFF;
color: #000000;
font: 10pt Verdana, Arial, Helvetica, sans-serif;
line-height: 16pt;
text-align: center;
}
.textBox, .whiteTextBox, .greyTextBox
{
padding: 4px 15px 4px 15px;
margin: 4px 0px 4px 0px;
}
.whiteTextBox, #mainContent .whiteTextBox, .greyTextBox, #mainContent .greyTextBox, .TextBox, #mainContent .TextBox, .textBox, #mainContent .textBox
{
border-color:#FFFFFF;
}
p
{
padding: 4px 15px 4px 15px;
margin: 4px 0px 4px 0px;
text-indent: 1em;
}
a
{
font-weight: normal;
color: #CC0033;
text-decoration: none;
}

h1, h2, h3, h1 a, h2 a, h3 a
{
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-decoration: none;
}

h1, h1 a
{
font-size: 14pt; 
color: #CC0033;
}

h2, h2 a
{
font-size: 12pt;
color: #000000;
}

h3, h3 a
{
font-size: 11pt;
color:#333333;
}

hr
{
height: 1px;
color: #CCCCCC;
}



label
{
font-weight: bold;
font-size: 11px;
}

label, strong
{
color: #333333;
}

ul
{
margin: 10px 0px 10px 9px;
}

li
{
margin: 0px 0px 0px 9px;
}

ul
{
list-style-image:  url(../../img/common/bullet.gif);
}

ol
{
list-style-type: decimal;
margin: 10px 0px 10px 17px;
}

input, textarea, select
{
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.noPrint, .hide, #skipNav, #breadcrumb, #mainNav, #subNav, #subNav ul, #subNav li a, #footerNav, #footerNav ul, #pageNav, #pageNav ul, #styleSwitcher, #footerButtons, #rightContent, #jump, .topLink, .authorButton, #header
{
display: none;
}
#footerNav ul li a, #subNav ul li a, #pageNav ul li a
{
display: none;
}

#mainContent{
width:600px;
margin-left:auto;margin-right:auto;
padding:25px 0 0 0;
border: 0;
text-align:center;
}
textBox, TextBox, whiteTextBox, greyTextBox {
width:100%;
text-align:left;
}
#copyrightDetails a img, #copyrightDetails hr{
display: none;
}

th, td
{
padding: 1px 10px 3px 1px;
vertical-align: top;
}

img, a img
{
border: 1px #CCCCCC solid;
margin: 10px 10px 10px 10px;
}

#copyrightDetails ul, #copyrightDetails li
{
display: inline;
list-style-image: none;
margin: 0px;
padding: 0px;
font-size: 8pt;
}

#topmenus h2{
font-size: 8pt;
text-transform: uppercase;
margin-top:-20px;
}

.grey
{	
background-color: #FFFFFF;
}


