/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.top {
	font-family: Verdana, sans-serif, Arial, "Futura Lt BT";
	font-size: 10.1pt;
	font-weight: bold;
	color: #FFFFFF;
}
.ash {
	font-family: Verdana, sans-serif, Arial, "Futura Lt BT";
	font-size: 9.2pt;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.cart {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.cart1 {

	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.cartsmall {

	font-family: Verdana, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #666666;
}
.ashnew {

	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.textfieldshine {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.textfield {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.but {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-top-width: 1.0px;
	border-right-width: 1.0px;
	border-bottom-width: 1.0px;
	border-left-width: 1.0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.buttext {

	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.ashstr {

	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: line-through;
}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #80572F;
  color: #80572F;
  margin: 0px;
}

A {
  color: #FFFFFF;
  text-decoration: none;
}

A:hover {
  color: #888888;
  text-decoration: none;
}

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
// background: #2D2E32;
}

TR.headerNavigation {
  background: #bbc3d3;
//  background: #2D2E32;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
//  background: #2D2E32;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
// background: #2D2E32;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
//background: #2D2E32;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
// background: #2D2E32;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #2D2E32;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
//  background: #bbc3d3;
  background: #2D2E32;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
//  background: #2D2E32;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #DDD7C9;
//  background: #2D2E32;
	border: 1.0px solid #DDD7C9;

}

.infoBoxContents {
//  background: #FFFFFF;
  background: #80572F;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
//  background: #2D2E32;
}

.infoBoxNoticeContents {
 background: #FFE6E6;
//  background: #2D2E32;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  display: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
   background: #DDD7C9;
  //shopping-cart content color
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
    background: #DDD7C9;
  //shopping-cart content color
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #D6D6D6;
  //shopping-cart header/footer color
  border-spacing: 1px;
  
}

.productListing-heading {

border-right:1px solid #80572F; 
// border-top:1px solid #80572F; 
border-bottom:2px solid #80572F; 
text-align:center;
 

  color: #000000;
  font-weight: bold;
  padding: 11px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #DDD7C9;

  //shopping-cart header/footer color
}

TD.productListing-data {
border-right:1px solid #80572F; 
border-bottom:1px solid #80572F; 
text-align:center;
vertical-align:top; 
padding:10 10 10 10;


  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  //color: #636363;
color: #000000;

}



A.pageResults {
  color: #747474;
}

A.pageResults:hover {
  color: #747474;
}

A.pageResults:visited {
  color: #747474;
}


TD.pageHeading, DIV.pageHeading {
 font-size: 13px;
 color: #000000;
 font-weight: bold;
 font-family: arial;

  text-decoration: none;
  height:37px;
  width: 522px;
  background: url('images/m99_new.gif');

  background-repeat: repeat-x;

  padding-bottom:0px;
  padding-left: 10px;

}

TR.subBar {
//  background: #f4f7fd;
  background: #2D2E32;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	color:#000000
	font-size: 11px;
	line-height: 1.5;
	background-color: #80572F;
	color: #000000;	
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-left: 10px;
  color:#FFFFFF;
  
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
//  background: #f1f9fe;
  background: #FFFFFF;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

 .pr_name{
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 font-weight: bold;
 font-family: arial;

}
 .pr_price{
 font-size: 12px;
 color: #BC7546;
 font-weight: bold;

 }


 .pr_category{
  font-size: 13px;
 color: #FFFFFF;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bold;
 }




 .pr_descr{
 font-size: 11px;
 color: #BB0600;
 font-family: arial;

}




.moduleRow { }
.moduleRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFFFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FFFFFF; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }












td{

	font-family: Verdana, sans-serif, Arial, "Futura Lt BT";
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}

 .ch1{
 padding-left: 7px;
 }

 .ch2{
 padding-left: 2px;
 }

 .ch3{
 font-size: 10px;
 color: #606060;
 font-family: arial;
 }

 .ch4{
 font-size: 11px;
 color: #2C2C2C;
 font-family: arial;
 }

 .ch5{
 font-size: 13px;
 color: #616B6D;
 font-family: arial;
 font-weight: bold;
 }

 .ch6{
 padding-left: 20px;
 }

 .ch7{
 font-size: 13px;
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 }

 .ch8{
 font-size: 13px;
 color: #3E3E3E;
 font-family: arial;
 font-weight: bold;
 }

 .ch9{
 font-size: 11px;
 color: #707070;
 font-family: arial;
 }

 .ch10{
 font-size: 11px;
 color: #000000;
 font-weight: bold;
 font-family: arial;
 }

 .ch11{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E3E8E9;
 }

 .ch12{
 font-size: 11px;
 color: #BB0600;
 font-family: arial;
 }
               
 .ch13{
 font-size: 12px;
 color: #717171;
 font-weight: bold;
 }

 .ch14{
 font-size: 12px;
 color: #99B138;
 font-weight: bold;
 }

 .ch15{
 font-size: 10px;
 color: #707173;
 text-decoration: none;
 }

 .ml1{
 font-size: 10px;
 color: #858585;
 text-decoration: none;
 font-weight: bold;
 }

 .ml2{
 font-size: 11px;
 color: #CB4D51;
 text-decoration: none;
 font-weight: bold;
 font-family: verdana;

 }

 .ml3{
 font-size: 11px;
 color: #646464;
 text-decoration: none;
 font-family: arial;
 }

 .ml4{
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 font-weight: bold;
 font-family: arial;
 }

 .ml5{
 font-size: 10px;
 color: #707173;
 }

                           
 .se{            
 width: 109px;
 font-size: 9px;
 color: #282E3E
 }

 .se2{            
 border: #818181 1px solid;
 width: 140px;
 font-size: 9px;
 color: #282E3E
 }



 

 .image_border_{
  border:1px solid #B1B1B1; 
 }
.white_border {
	background-color: #FFFFFF;
	border: 1.0px solid #FFFFFF;
}
.suggest {
	font-family: Verdana, Arial;
	font-size: 12.5px;
	font-weight: bold;
	color: #71624F;
	text-decoration: none;
}
.topshop {
	font-family: Arial;
	font-size: 13.5px;
	font-weight: bold;
	color: #909790;
	text-decoration: none;
}
.border {
	border: 1.0px solid #D5D3D3;
}
.extraborder {
	border: 1.0px solid #999999;
	background-color: #FFFFFF;
}
.textfieldshine {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
a.topshine:link {
	font-family: Verdana, sans-serif, "Futura Lt BT", Georgia;
	font-size: 10.1pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topshine:visited {
	font-family: Verdana, sans-serif, "Futura Lt BT", Georgia;
	font-size: 10.1pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topshine:hover {
	font-family: Verdana, sans-serif, "Futura Lt BT", Georgia;
	font-size: 10.1pt;
	font-weight: bold;
	color: #837C7D;
	text-decoration: none;
}
a.topshine:active {
	font-family: Verdana, sans-serif, "Futura Lt BT", Georgia;
	font-size: 10.1pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitebod {
	border: 1px solid #000000;
}
.topshinemenu {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a.topshine:link {
	font-family: Verdana, sans-serif, "Futura Lt BT", Georgia;
	font-size: 10.1pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topshine:visited {
	font-family: Verdana, sans-serif, "Futura Lt BT", Georgia;
	font-size: 10.1pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topshine:hover {
	font-family: Verdana, sans-serif, "Futura Lt BT", Georgia;
	font-size: 10.1pt;
	font-weight: bold;
	color: #837C7D;
	text-decoration: none;
}
a.topshine:active {
	font-family: Verdana, sans-serif, "Futura Lt BT", Georgia;
	font-size: 10.1pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitebod {
	border: 1px solid #000000;
}
.content {
	font-family: Arial, "Futura Lt BT", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.topshinecontent {

	font-family: Verdana, sans-serif, Arial, "Futura Lt BT";
	font-size: 7pt;
	font-weight: normal;
	color: #606060;
	text-decoration: none;
}
.topshineroll {

	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
.email {

	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #8F9790;
	text-decoration: none;
	font-style: normal;
}
a.topshinemenu:link {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a.topshinemenu:visited {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topshinemenu:hover {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #837C7D;
	text-decoration: none;
}
a.topshinemenu:active {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #80572F;
}
.topshine {
	font-family: Verdana, sans-serif, Arial, "Futura Lt BT";
	font-size: 10.1pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.ashshine {
	font-family: Verdana, sans-serif, Arial, "Futura Lt BT";
	font-size: 11px;
	font-weight: bold;
	color: #B99C9F;
	text-decoration: none;
}
.cartshine {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #68431E;
	text-decoration: none;
}
.textfield {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.but {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-top-width: 1.0px;
	border-right-width: 1.0px;
	border-bottom-width: 1.0px;
	border-left-width: 1.0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.buttextshine {

	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #6B4520;
	text-align: justify;
}
.ashstr {

	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: line-through;
}
.cart1shine {

	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.cartsmallshine {
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #613D19;
	text-decoration: none;
}
.ashnewshine {

	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #B99C9F;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Verdana, "Futura Lt BT";
	font-size: 8pt;
	font-weight: bold;
	color: #68431E;
	text-decoration: none;
}
.toptext {
font-family: Verdana, sans-serif, Arial, "Futura Lt BT"; font-size: 7pt; font-weight: bold; color: #95999A; text-decoration: none;
}
.toptext1 {
font-family: Verdana, sans-serif, Arial, "Futura Lt BT"; font-size: 7pt; font-weight: bold; color: #C3C7C8; text-decoration: none;
}
.newmenutext {
font-family: Arial; font-size: 12px; font-weight: normal; color: #533526; text-decoration: none; ; font-style: normal; line-height: normal; font-variant: normal; text-transform: none
}
.newtextbig {
font-family: "Times New Roman", Times, serif; font-size: 13pt; font-weight: bold; color: #CDBEAE; text-decoration: none; ; font-style: normal; line-height: normal; font-variant: normal; text-transform: none
}
.bodblack {
	border: 0px none;
	background-image: url(../images/line.jpg);
}
.newtextgrey {
font-family: "Times New Roman", Times, serif; font-size: 13pt; font-weight: bold; color: #C0AB97; text-decoration: none; ; font-style: normal; line-height: normal; font-variant: normal; text-transform: none
}
.style1 {
font-size: 10px; color: #7F7F7F; text-decoration: none; font-family: Arial, Verdana, "Futura Lt BT";
}
a.a:link {

font-family: Verdana, sans-serif, Arial, "Futura Lt BT"; font-size: 7pt; font-weight: normal; color: #C5C5C5; text-decoration: none;
}
a.a:visited {


font-family: Verdana, sans-serif, Arial, "Futura Lt BT"; font-size: 7pt; font-weight: normal; color: #C5C5C5; text-decoration: none;
}
a.a:hover {



font-family: Verdana, sans-serif, Arial, "Futura Lt BT"; font-size: 7pt; font-weight: normal; color: #FFFFFF; text-decoration: none;
}
a.a:active {




font-family: Verdana, sans-serif, Arial, "Futura Lt BT"; font-size: 7pt; font-weight: normal; color: #C5C5C5; text-decoration: none;
}

.bodblack {
	border: 0px none;
	background-image: url(images/line.jpg);
}a.b:link {


font-family: Verdana, sans-serif, Arial, "Futura Lt BT"; font-size: 7pt; font-weight: normal; color: #C5C5C5; text-decoration: none;
}
a.b:visited {



font-family: Verdana, sans-serif, Arial, "Futura Lt BT"; font-size: 7pt; font-weight: normal; color: #C5C5C5; text-decoration: none;
}
a.b:hover {




font-family: Verdana, sans-serif, Arial, "Futura Lt BT"; font-size: 7pt; font-weight: normal; color: #FFFFFF; text-decoration: none;
}
a.b:active {





font-family: Verdana, sans-serif, Arial, "Futura Lt BT"; font-size: 7pt; font-weight: normal; color: #C5C5C5; text-decoration: none;
}
.textfield1 {
font-family: Verdana, sans-serif; font-size: 9px; font-weight: normal; color: #000000; background-color: #E0AF7F; border: 1px solid #9B744E;
}
.view {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #909790;
	text-decoration: none;
}
.main2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background-color: #FFFFFF;
}
.search {
	font-family: Verdana, sans-serif, Arial, "Futura Lt BT";
	font-size: 11px;
	font-weight: bold;
	color: #CCBCAC;
	text-decoration: none;
}
a.e:link {

	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #B99C9F;
	text-decoration: none;
}
a.e:visited {

	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #B99C9F;
	text-decoration: none;
}
a.e:hover {

	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #B99C9F;
	text-decoration: none;
}
a.e:active {

	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #B99C9F;
	text-decoration: none;
}
.zero {

	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.background {
	background-color: #CCBBA7;
}
.background1 {
	background-color: #DED6C9;
}
.content {
	font-family: Verdana, sans-serif, Arial, "Futura Lt BT";
	font-size: 8pt;
	font-weight: normal;
	color: #959492;
	}
	.content1 {
	font-family: Verdana, sans-serif, Arial, "Futura Lt BT";
	font-size: 8pt;
	font-weight: normal;
	color: #71624F;
}

.sitesearch {
	font-family: Verdana, sans-serif, Arial, "Futura Lt BT";
	font-size: 8px;
	font-weight: bold;
	color: #CCBCAC;
}
