a:link
{
	color: #0000FF; 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica;
	background-color: #FFFFFF;
	color: #003333;font-size:10pt
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); font-family:Arial; font-size:10pt 
}
h1, h2, h3, h4, h5, h6
{
	font-family:Arial;font-size:14pt
}
h1
{
	color: rgb(0,153,153);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}

/**************************************************************************************************/
/* Product Display Styles																		  */
/**************************************************************************************************/
#tblProducts
{
	border: solid 2pt #D00000;
}

#tblProducts h1
{
	color: #D00000;
	display: inline
}

#tblProducts th
{
	border: solid 1pt #D00000;
	font-weight: bold;
}

#tblProducts td
{
	border: solid 1pt #D00000;
	padding: 0px 4px 0px 4px;
}

a.buyNow
{
	border: solid 1pt #D00000;
	padding: 3px 3px 3px 3px;
	margin: 3px 2px 3px 2px;
	color: #D00000;
	text-decoration: none;
	display: block;
}

a.buyNow:hover
{
	background-color: #D00000;
	color: white;
}

span.outOfStock
{
	border: solid 1pt gray;
	padding: 3px 3px 3px 3px;
	margin: 3px 2px 3px 2px;
	color: black;
	text-decoration: none;
	display: block;
}

span.caseDisplayPrice
{
}

span.caseDisplaySalePrice
{
	color: #FF0000
}

span.caseDisplayRegularPrice
{
	text-decoration: line-through
}


