

h1,h2,h3, h4, h5, h6 
   { font-family: Arial; color: #0000FF;}


p 
   { font-family: Arial; font-size: 10pt;  color: #000000; font-weight:normal;}


td 
   { font-family: Arial; font-size: 10pt; text-decoration:none; color: #000000; font-weight:normal;}


A 
   { font-family:Arial; color: #0000FF; text-decoration:none; font-size: 10pt;}


A:hover
   { font-family:Arial; color: #FF0000; text-decoration:none; font-size: 10pt;}



body 
  {
    margin:0;
    padding:0;
    background:#FFFFFF url(images/bodywrapgrad.gif) left top repeat-y;
    height:100%;
  }
#bkgnd2 
  {
    position: absolute;
    top: 0px;
    right: 0px;
    height:auto;
    width:100%;
    min-height:100%;
    background:transparent url(images/bodywrapgrad-reverse.gif) right top repeat-y;
    text-align:center;
   }


* html #bkgnd2 
   {
    height:100%;
   }


#main
   {
    margin:0px auto;
    width:50%;
    padding:1px;
    text-align:left;
   } 



