/* CSS Document */
body {
	background-color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style2 {color: #ffffff}

.style3 { font-size: 22px;
   font-weight: bold; }
   
.style4 {color: #000080}

.style5 {
	font-size: 14px;
	font-style: italic;
}
   
td.top {
    color: #000000;
	background-color: #C00000;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
table.main {
  padding:  0px;
  border:  #C00000 thin solid;
}
a.one:link {font: 14px  Arial, Times New Roman, Times; font-weight: bold; color: #ffffff; text-decoration: none }
a.one:active {font: 14px  Arial, Times New Roman, Times; font-weight: bold; color: #ffffff; text-decoration: none }
a.one:visited {font: 14px  Arial, Times New Roman, Times; font-weight: bold; color: #ffffff; text-decoration: none }
a.one:hover {font: 14px  Arial, Times New Roman, Times; font-weight: bold; color: #000000; text-decoration: underline }

a.two:link {font: 12px  Arial, Times New Roman, Times; font-weight: bold; color: #999999; text-decoration: none }
a.two:active {font: 12px  Arial, Times New Roman, Times; font-weight: bold; color: #999999; text-decoration: none }
a.two:visited {font: 12px  Arial, Times New Roman, Times; font-weight: bold; color: #999999; text-decoration: none }
a.two:hover {font: 12px  Arial, Times New Roman, Times; font-weight: bold; color: #009933; text-decoration: none }

a.three:link {font: 18px  Arial, Times New Roman, Times; font-weight: bold; color:  #FF0000; text-decoration: none }
a.three:active {font: 18px  Arial, Times New Roman, Times; font-weight: bold; color: #FF0000; text-decoration: none }
a.three:visited {font: 18px  Arial, Times New Roman, Times; font-weight: bold; color: #FF0000; text-decoration: none }
a.three:hover {font: 18px  Arial, Times New Roman, Times; font-weight: bold; color: #FF0000; text-decoration: none ; background-color: #FFFF99}


h3 {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: left;
letter-spacing: 5px;
color:#000000;
}
div.gray {
   background-color: #C0C0C0;
   width:  730px;
   float:  none;
   padding: 3px;
}
div.hightlight {
   background-color: #FFFF00;
   width:  730px;
   float:  none;
   padding: 3px;
}
div.boxright {
   background-color: #FFE795;
   color: #000000;
   width:  350px;
   float:  right;
   padding: 3px;
}
div.boxbottomnarrow {
   background-color: #FFE795;
   color: #000000;
   width:  350px;
   padding: 3px;
}
div.boxbottom {
   background-color: #FFE795;
   width:  730px;
   float: none;
   padding: 3px;
}

td.body {
  background-color: #FFFFFF;
  color: #000000; 
  padding: 5px;
  line-height: 150%;
}
li {
  color: #000000;
}


table.product {
   border: 0px solid #333;
   font: normal 10px Verdana, Arial, Helvetica, sans-serif;
   }
td.product, th.product { padding: 3px; }
th.product {
  text-align: left;
  color: #FFF;
  background-color: #333;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC #666 #000 #CCC;
  }
td.product {
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #FFF #AAA #666 #FFF;
  }
  