a:
  {
  font-color: #000000;
  text-decoration: none;
  }
  
a:visited
  {
  font-color: #000000;
  }
  
a:hover
  {
  font-color: #000000;
  text-decoration: underline;
  }
  
.Header
  {
  width: 740px;
  height: 122px;
  background: url(images/header.gif) center no-repeat;
  }
  
.ContactInfo
  {
  font-family:      Arial, Helvetica, sans-serif; 
  font-size:        11px; 
  color:            #000000; 
  margin:           0 2 0 1; 
  padding:          1 4; 
  }
      
.ContactBar
  {
  font-family:      Arial, Helvetica, sans-serif; 
  font-size:        11px; 
  color:            #FF8000; 
  font-weight:      900;
  margin:           0 2 0 1; 
  padding:          1 4; 
  }
  
.MenuBar
  {
  background: url(images/bar_bgnd.gif) repeat-x top left;
  }
  
 
.MenuBar a
  {
  font-family:      Arial, Helvetica, sans-serif; 
  font-size:        15px; 
  font-weight:      900;
  color:            #AA0000; 
  margin:           0 2 0 1; 
  padding:          1 4; 
  text-decoration:  none;
  }
  
.MenuBar a:hover
  {
  color:            #0000CC;
  text-decoration:  underline;
  }
  
.ProductType
  {
  font-family:      Arial, Helvetica, sans-serif; 
  font-size:        24px; 
  font-weight:      900;
  color:            #000000; 
  margin:           0 2 0 1; 
  padding:          1 4; 
  text-decoration:  none;
  }
  
.ProdHeading
  {
  font-family:      Arial, Helvetica, sans-serif; 
  font-size:        18px; 
  font-weight:      900;
  color:            #000000; 
  }
  
.ProdText
  {
  font-family:      Arial, Helvetica, sans-serif; 
  font-size:        15px; 
  font-weight:      500;
  color:            #000000; 
  }

.ProdImage
  {
  float: right; 
  font-size: 10px;
  padding: 5px;
  border: solid 1px #FF8800;
  background-color: #F8F8F8;
  margin-left: 20px;
  }
  
.ProdImage a
  {
  color: #000000;
  text-decoration: none;
  }
  
.FAQQuestion
  {
  font-family:      Arial, Helvetica, sans-serif; 
  font-size:        12px; 
  font-weight:      500;
  color:            #f660ab; 
  }

.FAQAnswer
  {
  font-family:      Arial, Helvetica, sans-serif; 
  font-size:        12px; 
  font-weight:      500;
  color:            #0000ff; 
  }
  
.FAQLink
  {
  font-family:      Arial, Helvetica, sans-serif; 
  font-size:        15px; 
  font-weight:      500;
  text-decoration:  none; 
  }
  
.FAQLink:hover
  {
  text-decoration:  underline; 
  }

.ProdPrice
  {
  font-family:      Arial, Helvetica, sans-serif; 
  font-size:        18px; 
  font-weight:      900;
  color:            #CC0000; 
  }

.buttons       
  { 
	font-family: Helvetica; 
  font-size: 8pt;
  font-weight: bold; 
  color: #000000; 
  background-color: #CCCCCC; 
  width: 100;                      
  margin: 0 2 0 1; 
  padding: 1 4; 
  border-width: 1;
  border-style: solid;
  border-color: #444444;
  text-align :  Center;
  }
