/* HTML Tag style definitions */

body,p,td,div
{
   font-family         : Arial;
   font-size           : 12px;
   font-color          : white;
}

body
{
   margin-left         : 0px;
   margin-top          : 0px;
   margin-right        : 0px;
   margin-bottom       : 0px;
   padding             : 0px;
   background-color    : #F0F0F0;

   background-repeat   : repeat-x;
   background-attachment: fixed;
}

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

li
{
   font-family         : Trebuchet MS;
   font-size           : 12px;
}

td
{
   font-family         : Trebuchet MS;
   font-size           : 12px;
}

p
{
   font-family         : Trebuchet MS;
   font-size           : 12px;
   padding-left        : 13px;
   padding-right       : 13px;
   padding-top         : 0px;
}

td p
{
   padding             : 0px;
}

a:link, a:visited
{
   color               : #FF4A00;
   text-decoration     : none;
}

a:hover
{
   color               : #0071D4;
   text-decoration     : underline;
}

hr
{
   width               : 95%;
}
