html
{
   height: 100%;
} 

body
{
   background: #ffffff;
   margin: 0px;
   padding: 0px;
   font-family: arial,tahoma;
   font-size: 12px;
   line-height: 18px;
   color: #333333;
   height: 100%;
   text-align: center;
}

img
{
   behavior: url(iepngfix.htc);
} 

a:link, a:active, a:visited, a:hover
{
   font-size: 12px;
   line-height: 18px;
   color: #f19c15;
}

form
{
   margin: 0px;
   padding: 0px;
}

table
{
   font-family: arial,tahoma;
   font-size: 12px;
   line-height: 18px;
   text-align: left;
   height: 100%;
}

p
{
   margin: 0px;
   padding: 0px;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 18px;
}

h1,h2,h3
{
   padding: 0px;
   padding-left: 20px;
   padding-right: 20px;
}

hr
{
   border-top: 1px dotted #999999;
}

#wrapper
{
}

#copy
{
   font-size: 10px;
   color: #cccccc;
}

#copy a:link, #copy a:active, #copy a:visited, #copy a:hover
{
   text-decoration: none;
   font-size: 10px;
   color: #cccccc;
}