body
{
	font-family:sans-serif, Arial, Tahoma, Verdana, Helvetica;
	font-size:9pt;
	background-color:#FFFFFF;
	
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #154d57;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #154d57;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #154d57;
	scrollbar-track-color: #FFFFFF;
}

table{
	font-family:sans-serif, Arial, Verdana;
	font-size:9pt;
	border-collapse:collapse;
}

hr{
	width:100%;
	color:#999999;
	height:1px;

}

.ListPrice{
	color: #000000;
	text-decoration:line-through;
}

.OurPrice{
	color: #FF0000;
	font-weight:bold;
}

.BoldItem {
	color: #000000;
	font-weight:bold;
}

.ProductHeading{
	color:#154d57;
	font-size:14pt;
	font-weight:bold;
}

.ProductName{
	color:#333333;
	font-size:10pt;
	font-weight:bold;
}
.BrightHeading{
	color:#FF0000;
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
}

.Todays-Date {
	font-size: 9pt;
	color: #ffffff;
}

.Copyright{
	font-family:sans-serif, Arial, Verdana;
	color: #666666;
	font-size: 8pt;
	text-align:center;
}
.smallGrayText{
	font-size: 8pt;
	color:#666666;
}

a:link,a:active {
	color: #154d57;
}
a:visited {
	color: #666666;
}
a:hover {
	color: orange;
}

a.FooterNavigationLinks:link {
	font-family:sans-serif, Arial, Verdana;
	color: #666666;
	font-size: 8pt;
	text-decoration:none;
}
a.FooterNavigationLinks:visited {
	font-family:sans-serif, Arial, Verdana;
	color: #666666;
	font-size: 8pt;
	text-decoration:none;
}
a.FooterNavigationLinks:active {
	font-family:sans-serif, Arial, Verdana;
	color: #666666;
	font-size: 8pt;
	text-decoration:none;
}
a.FooterNavigationLinks:hover {
	font-family:sans-serif, Arial, Verdana;
	color: orange;
	font-size: 8pt;
	text-decoration:none;
}