BODY
{
	  background-color: #FFFFFF;
      margin: 0px;
      font-family: arial;
	  font-size: 10pt;
	  color: #000000;
}

A { text-decoration: none }
A:link { color: #9C6060; }
A:visited { color: #9C6060; }
A:hover	{ color:#FF0000; }

A.menu
 {
    font-family: arial;
    font-weight: bold;
 	font-size: 11pt;
	color: #9C6060;
 }
A.menu:link
 {
    font-family: arial;
    font-weight: bold;
 	font-size: 11pt;
	color: #9C6060;
 }
A.menu:visited
 {
    font-family: arial;
    font-weight: bold;
 	font-size: 11pt;
	color: #9C6060;
 }
A.menu:hover
 {
    color: #FF0000;
 }

A.bottom
 {
	font-size: 7pt;
    color: #BBBBBB;
 }
A.bottom:link
 {
	font-size: 7pt;
    color: #BBBBBB;
 }
A.bottom:visited
 {
	font-size: 7pt;
    color: #BBBBBB;
 }
A.bottom:hover
 {
    color: #000000;
 }

UL
 {
    list-style-image: url(bullet.jpg);
 }

DIV.menu_div
 {
   visibility: hidden;
   position: absolute;
   width: 460px;
   height: 20px;
   top: 114px;
   background-color: #FFFFFF;
   text-align: center;
 }
TD
 {
   font-size: 10pt;

 }
TD.top_left
 {
   background-color: #A6AEC5;
   background-image: url('stripe_bg.jpg');
   background-position: top left;
   background-repeat: repeat-x;
   height: 63px;
   width: 210px;
 }

TD.top_round
{
      background-image: url('round_end.jpg');
      background-repeat: no-repeat;
      background-color: #FFFFFF;
      padding: 0px;
      margin: 0px;
      width: 38px;
}

TD.top_middle
{
      background-color: #A6AEC5;
            background-image: url('stripe_bg.jpg');
	        background-position: top left;
      background-repeat: repeat-x;
      padding: 0px;
      margin: 0px;
      text-align: center;

}

TD.top_right
{
      background-image: url('v_line.jpg');
      background-position: top right;
      background-repeat: repeat-y;
      background-color: #FFFFFF;
      padding: 0px;
      width: 48px;
      margin: 0px;
}

TD.bottom_right
{
      background-image: url('corner_br.jpg');
      background-position: bottom right;
      background-repeat: no-repeat;
      background-color: #FFFFFF;
      padding: 0px;
      height: 48px;
      margin: 0px;
}
TD.bottom
{
      background-image: url('h_line.jpg');
      background-position: bottom right;
      background-repeat: repeat-x;
      background-color: #FFFFFF;
      padding-bottom: 4px;
      height: 48px;
      font-size: 7pt;
      color: #BBBBBB;
      vertical-align: bottom;

  }
TD.blue_box
{
      background-color: #A6AEC5;
      background-image: url('top_left.jpg');
	  background-position: top left;
      background-repeat: no-repeat;
      padding: 0px;
      width: 20px;
      margin: 0px;
}
TD.speech_box
{
      background-image: url('small_curve.jpg');
	  background-position: top left;
	  background-repeat: no-repeat;
      background-color: #A6AEC5;
      padding: 0px;
      width: 20px;
      margin: 0px;
}
TD.white_filler
{
      background-color: #FFFFFF;
}
TD.menu
{
      background-image: url('small_corner.jpg');
      background-position: top left;
      background-repeat: no-repeat;
      background-color: #FFFFFF;

	  padding-left: 30px;
      height: 30px;
          font-family: arial;
	      font-weight: bold;
	   	font-size: 11pt;
	  color: #DD0000;

}


TD.strip
{
      background-color: #FFFFFF;
      background-image: url('v_line.jpg');
      background-position: top right;
      background-repeat: repeat-y;
      font-family: verdana;
      font-size: 8pt;
	  color: #9C6060;
	  height: 7px;
	  text-align: center;

}

TD.content
{

      background-color: #FFFFFF;
      font-family: arial;
  	  font-size: 10pt;
	  color: #000000;
	  padding-top: 20px;
	  padding-left: 15px;
      margin: 0px;

}
