/* Print Stylesheet */


body {
margin:0 0 5px 0;
border:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color:#000000;
background:#FFFFFF;
}

#header { display: none; }

table {
margin-bottom:10px;
width:auto;
border-left:1px solid #999;
border-top:1px solid #999;
background:#666;
vertical-align:top;
text-align:center;
}

tr td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
padding:5px;
background:#FFF;
vertical-align:top;
text-align:left;
}

td {
border-right:1px solid #999;
border-bottom:1px solid #999;
}

th {
font-family:Arial, Helvetica, sans-serif;
font-size:small;
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:5px;
background:#99CCFF;
text-align:left;
}

h1, h2, h3, h4, h5, h6 {
display:block;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

h1 { font-size:xx-large; }
h2 { font-size:x-large; }
h3 { font-size:large; }
h4 { font-size:medium; }
h5 { font-size:small; }
h6 { font-size:x-small; }

ul { list-style-type:square; }
li { padding-bottom:15px; }

img { border:0; }

.bold { font-weight:bold; }
.underline { text-decoration:underline; }
.italic { font-style:italic; }
.normal { font-weight:normal; }

.text_bold_italic {
font-weight:bold;
font-style:italic;
}


