<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<style type="text/css">
<!--
 
a:garbage {
   color: red;
}

a:link {
   color: black;
   font-family: verdana, helvetica, san-serif; 
   font-size: 9pt;
   text-decoration: none;
   font-weight: bold
}
a:active {
   color: black;
   font-family: verdana, helvetica, san-serif; 
   font-size: 9pt;
   text-decoration: none;
   font-weight: bold
}
a:visited {
   color: black;
   font-family: verdana, helvetica, san-serif; 
   font-size: 9pt;
   text-decoration: none;
   font-weight: bold
}
a:hover {
   color: black;
   font-family: verdana, helvetica, san-serif; 
   font-size: 9pt;
   text-decoration: underline;
   font-weight: bold
}

a.white:link {
   color: white;
   font-family: verdana, helvetica, san-serif; 
   font-size: 9pt;
   text-decoration: none;
   font-weight: bold
}
a.white:active {
   color: white;
   font-family: verdana, helvetica, san-serif; 
   font-size: 9pt;
   text-decoration: none;
   font-weight: bold
}
a.white:visited {
   color: white;
   font-family: verdana, helvetica, san-serif; 
   font-size: 9pt;
   text-decoration: none;
   font-weight: bold
}
a.white:hover {
   color: #F7F08C;
   font-family: verdana, helvetica, san-serif; 
   font-size: 9pt;
   text-decoration: underline;
   font-weight: bold
}

a.small:link {
   color: black;
   font-family: verdana, helvetica, san-serif; 
   font-size: 8pt;
   text-decoration: none;
   font-weight: bold
}
a.small:active {
   color: black;
   font-family: verdana, helvetica, san-serif; 
   font-size: 8pt;
   text-decoration: none;
   font-weight: bold
}
a.small:visited {
   color: black;
   font-family: verdana, helvetica, san-serif; 
   font-size: 8pt;
   text-decoration: none;
   font-weight: bold
}
a.small:hover {
   color: black;
   font-family: verdana, helvetica, san-serif; 
   font-size: 8pt;
   text-decoration: underline;
   font-weight: bold
}

TD {
  color: black; 
  font-family: verdana, helvetica, san-serif; 
  font-size: 9pt; 
  font-weight: normal
}

.small_text {
  font-size: 8pt;
}

.small_num {
  color: #666666;
  font-size: 8pt;
}

TD.white {
  color: white; 
  font-family: verdana, helvetica, san-serif; 
  font-size: 10pt; 
  font-weight: bold
}

TD.choices {
  color: black; 
  font-family: verdana, helvetica, san-serif; 
  font-size: 8pt; 
  font-weight: normal
}

TD.large {
  color: black; 
  font-family: verdana, helvetica, san-serif; 
  font-size: 11pt; 
  font-weight: bold
}

BODY {
  text-align: center;
  margin: 0px;
  background: #4F94CD; /*url("imgs/tiebg1.jpg"); 
 background-repeat: no-repeat; /* repeat-y; */
}

SELECT {
  color: black; 
  font-family: verdana, helvetica, san-serif; 
  font-size: 9pt; 
  font-weight: normal
}

INPUT {
  color: black; 
  font-family: verdana, helvetica, san-serif; 
  font-size: 9pt; 
  font-weight: normal
}
INPUT.small {
  color: black; 
  font-family: verdana, helvetica, san-serif; 
  font-size: 7pt; 
  font-weight: normal
}
INPUT.price {
  color: #FF0000; 
  font-family: verdana, helvetica, san-serif; 
  font-size: 9pt; 
  font-weight: bold
}

BUTTON {
  color: black;
  font-family: verdana, helvetica, san-serif;
  font-size: 9pt;
  font-weight: normal
}

DIV.white
{
    BORDER-RIGHT: #444444 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #444444 1px solid;
    PADDING-TOP: 0px;
    BORDER-LEFT: #444444 1px solid;
    PADDING-LEFT: 0px;
    BORDER-BOTTOM: #444444 1px solid;
    PADDING-BOTTOM: 0px;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: verdana, helvetica, san-serif;
	FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: none
}

DIV.title
{
    BORDER-RIGHT: none;
    PADDING-RIGHT: 0px;
    BORDER-TOP: none;
    PADDING-TOP: 0px;
    BORDER-LEFT: none;
    PADDING-LEFT: 0px;
    BORDER-BOTTOM: none;
    PADDING-BOTTOM: 6px;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: verdana, helvetica, san-serif;
	FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    TEXT-DECORATION: none
}

-->
</style>