/* Created using vi */

/* Mitchell Sheean sheean.com 09/24/2001 */

/* Colors
Blue: 767489
Red: 870706
*/

BODY
{
background-image: url(../images/background.gif);
/* background-image: url(../images/black_diamondplate.jpg); */
background-repeat: repeat;  
background-color: #ffffff;  
scrollbar-track-color: #767489;
scrollbar-arrow-color: #870706;
scrollbar-face-color: #cccccc;
scrollbar-shadow-color: #999999;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #999999;
scrollbar-darkshadow-color: #666666;
font-family: tahoma, helvetica, arial, Serif;
font-size: 10pt;
font-weight: normal;
color: #333333;
margin: 0;
padding: 0
}

TABLE, TD
{
   font-family: tahoma, helvetica, arial, Serif;
   font-size: 10pt;
   font-weight: normal;
   color: #333333;
}

A:link
{
   color: #870706;
   text-decoration: none;
}

A:visited
{
   color: #870706;
   text-decoration: none;
}

A:hover
{
   color: #870706;
   text-decoration: none;
}

STRONG
{
   font-weight: bold;
}

.STRONG_RED
{
   font-weight: bold;
   font-size: 10pt;
   color: #870706;
}

SMALL
{
   font-weight: normal;
   font-size: 7pt;
}

.headerbar
{
   font-family: tahoma, helvetica, arial, Serif;
   font-weight: bold;
   font-size: 11pt;
   color: #ffffff;
}

.footer
{
   font-family: tahoma, helvetica, arial, Serif;
   font-weight: normal;
   font-size: 7pt;
   color: #ffffff;
}


TABLE.surround {
  border-width: 1px;
  border-style: solid;
/*  border-color: #870706; */ 
  border-color: #767489; 
}

