
body
    {
    background-color: "#ffffff"
    }

h1
   {
   font-family: verdana;
   font-weight: medium;
   font-size: 75%;
   color: #375594;
   }

h2
   {
   font-family: verdana;
   font-weight: medium;
   font-size: 75%;
   color: #333333;
   }

p
   {
   font-family: arial;
   font-size: 75%;
   color:#666666;
   font-weight: medium;
   text-align: justify
   }

p.nav
   {
   font-family: verdana;
   font-size: 75%;
   color:#ffffff;
   font-weight: medium;
   padding-right: 5px;
   text-align: right
   }

p.footer
   {
   font-family: arial;
   font-size: 70%;
   color:#666666;
   font-weight: medium;
   text-align: center;
   }

font.subhead1
   {
   font-family: verdana;
   font-size: 75%;
   color:#666666;
   font-weight: medium;
   text-align: left
   }
a
   {
   font-family: arial;
   color: #840909;
   font-weight: medium;
   text-decoration: none;
   }

a:hover
   {
   text-decoration: underline;
   }

a.crumb
   {
   font-size: 100%;
   color: #C37E2B;
   text-decoration: underline;
   }

a.footer
   {
   color: #ffffff;
   text-decoration: none;
   }


a.footer:hover
   {
   text-decoration: underline;
   }

li
   {
   font-family: arial;
   font-size: 75%;
   color:#666666;
   font-weight: medium;
   }

input.search
   {
   background-color: #ffffff;
   font-size: 10px;
   }

hr
  {
   border-left:0px none;
   border-right:0px none;
   border-bottom:0px none;
   border-top:1px dashed #666666;
   width: 100%;
   height: 1px
   }
   
table.Highlights
   {
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #840909;
    width: 200;
    background-color: #ffffff;
    border: 1px #666666 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    div: center;
    }
    
table.SideBar
   {
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #840909;
    width: 160;
    background-color: #ffffff;
    border: 1px #666666 solid;
    border-collapse: collapse;
    border-spacing: 0px;
	vertical-align: top;
    }
 
td.Red
   {
    border-bottom: 1px solid #666666;
    border-left: 1px solid #B8A483;
    background-color: #840909;
    text-align: center;
    text-indent: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    }
    
td.Blue
   {
    border-bottom: 1px solid #666666;
    border-left: 1px solid #B8A483;
    background-color: #4365AD;
    text-align: center;
    text-indent: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    }
    
td.top
   {
    vertical-align: top;
    }

td.Grey
   {
    border-bottom: 1px solid #666666;
    border-left: 1px solid #B8A483;
    background-color: #333333;
    text-align: center;
    text-indent: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    }

td.Body
   {
    border-bottom: 1px solid #B8A483;
    border-top: 0px;
    border-left: 1px solid #B8A483;
    border-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px; 
    text-align: left;
    text-indent: 0px;
    font-family: Arial, Verdana, Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
   }
 