/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}
	
#content {
	vertical-align: top;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
.title {
   font-family: Bradley Hand ITC, Arial, Helvetica, sans-serif;
   font-size: 30px;
   color: #000000;
   font-weight: bold;
   }
	
.formtextbox {
    BORDER-RIGHT: #b3b9b6 1px solid;
    BORDER-TOP: #b3b9b6 1px solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #b3b9b6 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #b3b9b6 1px solid;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    BACKGROUND-COLOR: #ffffff
    }
    
.formbutton {
    BORDER-RIGHT: #b3b9b6 1px solid;
    BORDER-TOP: #b3b9b6 1px solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #b3b9b6 1px solid;
    BORDER-BOTTOM: #b3b9b6 1px solid;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    BACKGROUND-COLOR: #f7f7f0;
    CURSOR: hand;
    }
	

/* PRODUCT PAGES AND LIST */
img.product {
	margin: 10px;
	width: 300px;
	height: 90px;
	border: 0;
	}
	
 table.product {
 	width: 600px;
	margin: 0 auto;
	}
 table.product td {
 	vertical-align: top;
	text-align: left;
	}
 .bred {
 	font-weight: bold;
	color: #CC0000;
	font-size: 12px;
	}
	
 .red {
 	color:#CC0000;
	}
	
	.p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	.li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
}
a.white:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFcc00;
	text-decoration: underline;
}
a.white:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFcc00;
	text-decoration: underline;
}
   
