﻿
html, body
{
   height: 100%;
   min-height: 100%;
}
body
{
   background-color: White;
   font-size: 11px;
   font-family: Arial;
   margin: 0;
   padding: 0;
   color: Black;
}

select
{
   font-size: 11px;
   font-family: Arial;
}

span
{
   font-size: 11px;
   font-family: Arial;
}

h4
{
   font-family: Arial,Helvetica,sans-serif;
   font-size: 15px;
}

a
{   color:inherit;
   text-decoration: none;
}
a:hover
{  color:inherit;
   text-decoration: underline;
}

a.PagerLinks
{   
   text-decoration: underline;
   color:inherit;
}

a.PagerLinks:hover
{   
   text-decoration: underline;
  color:#B30310;
}

span.PagerCurrentLink
{    
    text-decoration: none;
   color:inherit;
}

a.noUnderline
{   color:inherit;
   text-decoration: none;
}
a.noUnderline:hover
{  color:inherit;
   text-decoration: none;
}

a.linkBrand
{
   color: #000000;
   text-decoration: none;
}

a.linkBrand:hover
{
   color: #CC0000;
   text-decoration: none;
}

th
{
   font-size: 11px;
   font-family: Arial;
}

td
{
   font-size: 11px;
   font-family: Arial;
}




