body {
	margin: 0px;
	background-color: #FFFFFF;	
}
body, td, .bodyText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A4F53;
}
a.toplinks{
	color: #7D7D7D;
	font-size: 12px;
	font-style:normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.toplinks:hover {	
   color: #2F6AB3; 
   text-decoration: underline;	
}
a.horzonlinks{
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    color: #434040;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
}
a.horzonlinks:hover {	
   color: #6F1A37; 
   text-decoration: none;
   font-size: 12px;
   font-style:normal;
   font-weight: bold;	
}
.smallheading{
    font-family: Arial, Helvetica, sans-serif;
	color: #2F6AB3;
	font-size: 12px;
    font-weight: bold;	
}
.titleheading{
    font-family: Arial, Helvetica, sans-serif;
	color: #3D1106;
	font-size: 16px;
    font-weight: bold;	
}
.maintitle {
    font-family: Arial, Helvetica, sans-serif;
	color: #6F1A37;
	font-size: 22px;
    font-weight: normal;	
}
.inputbox {	
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color:#000000;
    font-size: 11px;
}
.prodtitle {	
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;	
}
.prodtitle2 {	
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;	
}
a.prodtitle2 {	
    color: #666666;
    font-size: 11px;
    font-weight: normal;	
}
.prodtitle3 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.prodtitle3:hover {
	color: #cccccc;
	text-decoration: underline;
}
a.leftlink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B2B2B;
    text-decoration:none;
}
a.leftlink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F6AB3;
    text-decoration:underline;
}
.price {	
    color: #000000;
    font-size: 12px;
    font-weight: bold;	
}
.footerlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A4F53;
    text-decoration:none;
}
a.footerlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A4F53;
    text-decoration:none;
}
a.footerlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #5A4F53;*/
	color: #ffffff;
    text-decoration:underline;
}
.button {
  color:#833B3C;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;  
  background: url(images/but.gif) no-repeat;
  height: 18px;
  height: 18px;
  text-decoration:none;
  background-repeat:repeat-x;
  margin: 4px;
  border: 1px solid #B15821;
  valign:bottom;
 /* width: 40;*/ 
}
.buttonorder {
  color:#FF0000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;  
  background: url(images/but.gif) no-repeat;
  height: 18px;
  margin: 4px;
  border: 3px solid #9A0202;
  valign:bottom;
 /* width: 40;*/ 
}
.graySmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-align:justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	line-height: 11px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	font-weight: normal;
	text-align:justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	line-height: 11px;
}
.hide {display:none; }
.show {display:table-row;}












/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


