body
{
  margin: 0px;
  font-family: Arial, Verdana, Tahoma;
  font-size: small;
  color: #000000;
  background-color: #FFFFFF;
  scrollbar-3dlight-color:#cccccc;  
  scrollbar-arrow-color: #990033; 
  scrollbar-base-color: #ffffff;  
  scrollbar-darkshadow-color: #990033; 
  scrollbar-face-color: #ffffff; 
  scrollbar-highlight-color: #ffffff; 
  scrollbar-shadow-color:#999999;; 
  background-attachment: fixed; 
  background-image:  url(/images/base/tile5.jpg); 
  background-repeat: no-repeat; 
  background-position: left bottom
}

p, td, li, div
{
  font-size: small;
}

a, a:visited, a:active
{
  color: #990033;
  text-decoration: none;
}

a:hover, a:visited:hover, a:active:hover
{
  color: #990033;
  text-decoration: underline;
}

a.nav, a.nav:visited, a.nav:active
{
  color: #990033;
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
}

a.nav:hover, a.nav:visited:hover, a.nav:active:hover
{
  color: #990033;
  font-size: x-small;
  text-decoration: underline;
}

a.yellow, a.yellow:visited, a.yellow:active
{
  color: #F69F02;
  text-decoration: underline;
}

a.yellow:hover, a.yellow:visited:hover, a.yellow:active:hover
{
  color: #F69F02;
  text-decoration: none;
}


.small
{
font-size: xx-small;
}

.smallwhite
{
font-size: xx-small;
color: #FFFFFF;
}

.bigheading
{
font-family: Times New Roman, Times, serif;
color: #990033;
font-size: large;
font-style: italic;
font-weight: bold;
}

.imediumheading
{
color: #990033;
font-size: small;
font-style: italic;
}

.mediumheading
{
color: #990033;
font-size: small;
font-weight: bold;
}

.mediumheadingblk
{
color: #000000;
font-size: small;
font-weight: bold;
}

.smallheading
{
color: #990033;
font-weight: bold;
}

.bgred
{
background-color:  #890D31;
}

.red
{
color: #890D31;
}

.ired
{
color: #890D31;
font-style: italic;
}

.redborder, .redborder td
{
  border: 1px solid #990033;
  border-collapse: collaspe;
}


/* Menu */
#menu { list-style-type: none; padding: 0; margin: 0; width: 98px; }
#menu * { vertical-align: middle; }
#menu li { list-style: none; border-bottom: 2px solid #890D31; padding: 1px; margin: 0; background: #fff url('/images/base/menuBG.gif') repeat-x top; }
#menu .new { background: #fff url('/images/base/menuNewBG.gif') repeat-x top right; padding-right: 25px; }
#menu li.noBackground { background: #fff; }
#menu .red { background: #890D31; color: #F7A30D; font-weight: bold; font-size: x-small; }