body,html
{
	background-color: E1E182;
	background-image: url(img/BodyBG.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

A
{
	color:darkgreen;
}

.free
{
	text-transform:uppercase;
	font-weight:bold;
}

SPAN.PriceLabel
{
	font-weight:bold;
	font-size:10pt;
}
	
SPAN.BuyButton
{
	
}

.BLBHeader
{
	font-family:'Times New Roman',Times,serif;font-size:14pt;font-weight:bold;
}

.BLBSubHeader
{
	margin-left:24px;font-family:Arial,Verdana;font-size:10pt;
}

Input.AddToCart
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(img/ButtonBG.gif);
	cursor: pointer;
	color: black;
	background-color: #e1e182;
}

h1
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
}

h2
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}

IMG
{
	border: none;
}

TD.TopNav
{
	color: #000;
	background-color: #FFF;
	background-image: url(img/NavButtonBG.gif);
	background-repeat: repeat-x;
	height: 23px;
	text-align: left;
}

TD.TopNav A, TD.TopNav A.Over
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom:5px;
	text-decoration:none;
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid #666;
	color: #000;
	vertical-align:middle;
}

TABLE.Entry TR TD.Label
{
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	width:150px;
}


TR.Submit TD
{
	text-align:center;
	padding-top:15px;
}

SPAN.tip
{
	FONT-STYLE: italic; 
}


.topLinks, .topLinks A, .topLinks A:visited, .topLinks A:link
{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}


TABLE.Form
{
	margin-bottom: 20px;
}


TABLE.Form TR TD
{
	font:10pt Arial;
	font-weight:bold;
}

.Form TR TD.FieldLabel
{
	text-align:right;
	padding-right:6px;
	width:100px;
}

.Form TR TD.Field
{
	text-align:left;
}

.Form TR.Button TD
{
	padding-top:12px;
	text-align:center;
}


/* this is the main table that occurs on each page */
.mainContent
{
	font-size: 12px;
	text-align: left;
	width: 600px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #FFF;
	margin-bottom: 20px;
}

/* .ProductListing A, .ProductListing A:visited, .ProductListing A:link, A.ProductListing, A:visited.ProductListing, A:link.ProductListing
{
	font-size:14px;
	font-weight:bold;
	color:#045C8C;
	text-decoration:none;
}

.ProductListing
{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
 */

.ProductTitle
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 14px;
	font-weight: bold;
}