body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.BoldBlue {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
.BoldBlue18 {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}
.BoldBlue24 {
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}
.BoldBlue36 {
	font-size: 36px;
	font-weight: bold;
	color: #0000FF;
}
.BoldBlack {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.BoldBlack18 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.BoldBlack24 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.BoldBlack30 {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.BoldBlack36 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.BoldRed {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.BoldRed18 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.BoldRed24 {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}
.BoldRed36 {
	font-size: 36px;
	font-weight: bold;
	color: #CC0000;
}
.ProductHeader {
	font-size: 28px;
	font-weight: bold;
	color: #CC0000;
}
.MarketingHeader {
	font-size: 28px;
	font-weight: bold;
	color: #CC0000;
}

/*site menu styles*/
.level1
{
	display:block;   /* Makes the whole area of the menu item clickable */
	color:White;
	font-weight:bold;
	background-color:Black;
	font-family:Arial, Helvetica, sans-serif;
}
.level2
{
	display:block;   /* Makes the whole area of the menu item clickable */
	color:White;
	font-weight:bold;
	background-color:Black;
	border-bottom:solid 1px white;
	font-family:Arial, Helvetica, sans-serif;
}
.level3
{
	display:block;   /* Makes the whole area of the menu item clickable */
	color:White;
	font-weight:bold;
	background-color:Black;
	border-bottom:solid 1px white;
	font-family:Arial, Helvetica, sans-serif;
}
.level4
{
	display:block;   /* Makes the whole area of the menu item clickable */
	color:White;
	font-weight:bold;
	background-color:Black;
	border-bottom:solid 1px white;
	font-family:Arial, Helvetica, sans-serif;
}
.hoverstyle
{
	background-color:Silver;
	font-weight:bold;
}
.IE8Fix
{
	/* Makes the 2nd level menu items display */
	z-index:1000;
}

.watermarked
{
	color:Gray;
}

.calenderpopup
{
	background-color:White;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color:Black;
	border-width:2px;
}


