html
{
   min-height: 500px;
   height: auto !important;
   height: 100%;
}
BODY
{
   background-color: #DCDCDC;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: .8em;
   font-weight: normal;
   letter-spacing: normal;
   text-transform: none;
   word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
   color: #003366;
}
H1
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 2em;
   font-weight: 700;
   font-style: normal;
   text-decoration: none;
   word-spacing: normal;
   letter-spacing: normal;
   text-transform: none;
}

H2
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1.75em;
   font-weight: 700;
   font-style: normal;
   text-decoration: none;
   word-spacing: normal;
   letter-spacing: normal;
   text-transform: none;
}

H3
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1.58em;
   font-weight: 500;
   font-style: normal;
   text-decoration: none;
   word-spacing: normal;
   letter-spacing: normal;
   text-transform: none;
}

H4
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1.33em;
   font-weight: 500;
   text-decoration: none;
   word-spacing: normal;
   letter-spacing: normal;
   text-transform: none;
}

H5, DT
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1em;
   font-weight: 700;
   font-style: normal;
   text-decoration: none;
   word-spacing: normal;
   letter-spacing: normal;
   text-transform: none;
}

H6
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: .8em;
   font-weight: 700;
   font-style: normal;
   text-decoration: none;
   word-spacing: normal;
   letter-spacing: normal;
   text-transform: none;
}

TFOOT, THEAD
{
   font-size: 1em;
   word-spacing: normal;
   letter-spacing: normal;
   text-transform: none;
   font-family: Arial, Helvetica, sans-serif;
}

TH
{
   vertical-align: baseline;
   font-size: 1em;
   font-weight: bold;
   word-spacing: normal;
   letter-spacing: normal;
   text-transform: none;
   font-family: Arial, Helvetica, sans-serif;
}


A:link
{
   text-decoration: none;
   color: #3333cc;
}

A:visited
{
   text-decoration: none;
   color: #333399;
}

A:active
{
   text-decoration: none;
   color: #333399;
}

A:hover
{
   color: #3333cc;
   text-decoration: underline;
}

SMALL
{
   font-size: .7em;
}

BIG
{
   font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
   font-family: Courier New, monospace;
}


UL LI
{
   list-style-type: square;
}

UL LI LI
{
   list-style-type: disc;
}

UL LI LI LI
{
   list-style-type: circle;
}

OL LI
{
   list-style-type: decimal;
}

OL OL LI
{
   list-style-type: lower-alpha;
}

OL OL OL LI
{
   list-style-type: lower-roman;
}

IMG
{
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
}
.TextBoxAlignRight
{
   text-align: right;
}
.TextBoxTextSmall
{
   font-family: Verdana;
   font-size: xx-small;
}

.InvoiceHdrTbl
{
   border-color: #000;
   border-style: solid;
   border-width: 0 0 1px 1px;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 8pt;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
.InvoiceHdrTd
{
   border-color: #000;
   border-style: solid;
   margin: 0;
   padding: 4px;
   border-width: 1px 1px 0 0;
}

#tblLayout
{
   background-color: White;
   padding: 0,0,0,0;
   width: 850px;
   text-align: center;
   border-width: 1px;
   border-style: solid;
   border-color: Gray;
   border-top-width: 0px;
}
#tblLayoutAdmin
{
   background-color: White;
   padding: 0,0,0,0;
   text-align: center;
   border-width: 1px;
   border-style: solid;
   border-color: Gray;
   border-top-width: 0px;
}

.spiffy
{
   display: block;
}
.spiffy *
{
   display: block;
   height: 1px;
   overflow: hidden;
   font-size: .01em;
   background: #F0F0F0;
}
.spiffy1
{
   margin-left: 3px;
   margin-right: 3px;
   padding-left: 1px;
   padding-right: 1px;
   border-left: 1px solid #f8f8f8;
   border-right: 1px solid #f8f8f8;
   background: #f3f3f3;
}
.spiffy2
{
   margin-left: 1px;
   margin-right: 1px;
   padding-right: 1px;
   padding-left: 1px;
   border-left: 1px solid #fdfdfd;
   border-right: 1px solid #fdfdfd;
   background: #f2f2f2;
}
.spiffy3
{
   margin-left: 1px;
   margin-right: 1px;
   border-left: 1px solid #f2f2f2;
   border-right: 1px solid #f2f2f2;
}
.spiffy4
{
   border-left: 1px solid #f8f8f8;
   border-right: 1px solid #f8f8f8;
}
.spiffy5
{
   border-left: 1px solid #f3f3f3;
   border-right: 1px solid #f3f3f3;
}
.spiffyfg
{
   background: #F0F0F0;
   padding: 10px 10px 10px 10px;
}

@media print
{
   .noprint
   {
      display: none;
   }

   #tblLayout
   {
      border-color: White;
   }
   
}
