@charset "utf-8";
/* CSS Document */

/**
 * HTML styles
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,input
{ margin: 0; padding: 0; }

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
}

hr { border: 0;  border-bottom: 1px solid #000; }

table {
border: 0;
}
table, tr, td { vertical-align: top; text-align: left; }
th { text-align: center; }
td { padding: 3px 7px; vertical-align: top; }
td p { margin: 0; padding: 0; }

dl, dl > * { margin: 0; padding: 0; min-height: 16px; text-align:left; }
dt { font-size: 7pt; float: left; }
dd { clear: none; margin-left: 60px; }

h1
{
border-top: 2px solid black;
border-bottom: 4px solid black;
font-family: Impact, Trebuchet, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-size: 30pt;
font-weight: normal;
}
h2
{
border-bottom: 2px solid black;
}

a { text-decoration: none; }

/**
 * IDs
 */

#pageHeader
{
display: none;
}

#pageNav
{
display: none;
}

#contentHeader ul
{
display:none;
}

#pageFooter
{
display: none;
}

/**
 * Classes
 */

.no_print { display: none; }

.color1, .row_color_0 { border-bottom: 1px solid gray; }
.color2, .row_color_1 { border-bottom: 1px solid gray; }

.clear {
clear:both;
font-size:0pt;
height:0pt;
line-height:0pt;
}

.pageBreak {
page-break-after: always;
}

.forPrint table * { text-align: left; }

.table-row
{
clear:both;
padding:3px 10px;
}
.table-row * { text-align:left; } 
.table-row > div *
{
padding-left: .25em;
}

.table-row .float
{
float: left;
}

.table-row > div > p
{
font-size: 125%;
font-weight: bold;
margin: 0;
margin-bottom: 5px;
}

.head-row {
font-weight: bold;
border-top: 2px solid #000;
border-bottom: 1px solid #000;
}

.blank-line
{
border-bottom: 1px solid #000;
}

.row1, .row2 { border-bottom:1px dashed #000; }
.row1 { background-color: #000; }
.row2 { background-color: #000; }

.w10  { width: 10%; }
.w15  { width: 15%; }
.w20  { width: 20%; }
.w25  { width: 25%; }
.w30  { width: 30%; }
.w40  { width: 40%; }
.w50  { width: 50%; }
.w60  { width: 60%; }
.w70  { width: 70%; }
.w80  { width: 80%; }
.w90  { width: 90%; }
.w95  { width: 95%; }
.w100 { width: 100%; }

.ta-c, .center { text-align: center; }
.ta-r, .right  { text-align: right; }
.ta-l, .left   { text-align: left; }

.tiny   { font-size: 8px; }
.small  { font-size: 10px; }
.medium { font-size: 12px; }
.large  { font-size: 14px; }
.xlarge { font-size: 18px; }
.ts70   { font-size: 70%; }
.ts80   { font-size: 80%; }
.ts90   { font-size: 90%; }
.ts100  { font-size: 100%; }
.ts105  { font-size: 105%; }
.ts110  { font-size: 110%; }
.ts120  { font-size: 120%; }
.ts130  { font-size: 130%; }
.ts140  { font-size: 140%; }

.border-l { border-left: 1px solid #000; }
.overline { border-top: 1px solid #999; }

.page_break_avoid { page-break-inside: avoid; }

.b { font-weight: bold; }
.underline, .u { text-decoration: underline; }
._underline { text-decoration: none; border-bottom: 0px; }

.clear
{
margin: 0px;
padding: 0px;
line-height: 0px;
border: 0px;
font-size: 0px;
clear: both;
}


