/* CSS Document */


body {margin-top:20; margin-right:0; margin-bottom:0; margin-left:0;
font-family: Verdana, Arial, Helvetica, sans-serif; color: #646464;

	font-size: 12px;
	line-height:15px;
	background-color:#ffffff; }
	
	
	.backgroundRED { background-color:#8B0039; color:#FFFFFF}
	.backgroundBLUE{ background-color:#79B6B7;}
	.backgroundGREY{ background-color:#e1e1e1; color:646464} 
	.backgroundGREENIE{ background-color:#B7B474;}
	.backgroundYELLOW{ background-color:#EEBA4A;}
	.backgroundGREEN { background:#9DB372;}
	.backgroundBROWN { background:#B39172}
	.backgroundPURPLE { background:#C6B8CA}
	.headingRed { font-size:16pt; color:#8B0039;	line-height:22px; font-weight:bold} 
	.subheadingRed { font-size:12pt; color:#8B0039;	line-height:22px; font-weight:bold } 
	.headingBlue { font-size:16pt; color:#79B6B7;	line-height:22px; font-weight:bold} 
	.subheadingBlue { font-size:14pt; color:#79B6B7;	line-height:22px; font-weight:bold } 
	.headingGreenie { font-size:16pt; color:#B7B474; line-height:22px; font-weight:bold} 
	.subheadingGreenie { font-size:14pt; color:#B7B474;	line-height:22px; font-weight:bold } 
	.headingGreen { font-size:16pt; color:#9DB372; line-height:22px; font-weight:bold} 
	.subheadingGreen { font-size:14pt; color:#9DB372;	line-height:22px; font-weight:bold } 
	.headingYellow{ font-size:16pt; color:#EEBA4A; line-height:22px; font-weight:bold} 
	.subheadingYellow { font-size:14pt; color:#EEBA4A;	line-height:22px; font-weight:bold } 
	.headingBrown{ font-size:16pt; color:#B39172; line-height:22px; font-weight:bold} 
	.subheadingBrown { font-size:14pt; color:#B39172;	line-height:22px; font-weight:bold } 
		.headingPurple{ font-size:16pt; color:#C6B8CA; line-height:22px; font-weight:bold} 
	.subheadingPurple { font-size:14pt; color:#C6B8CA;	line-height:22px; font-weight:bold } 
	
	
	.price {font-size:20pt; color:#8B0039;	line-height:23px;} 
	.textRed {color:#8B0039; }
	.textGreenBold {color:#00CC00; font-weight: bold;}
	.textWhite { color:#FFFFFF;}
	
a:link, a:visited, a:active {
text-decoration:none;
	color:#680104;
	}
a:hover {
text-decoration : underline;
	color:#680104;
	}

a.linkRed:link, a.linkRed:visited, a.linkRed:active {
text-decoration:none;
	color:#8B0039; font-size:100%; font-weight:bold;font-size: 11px;	line-height:14px;
	}
a.linkRed:hover {
	text-decoration : underline;
	color:#8B0039; font-size:100%; font-weight:bold;font-size: 11px;	line-height:14px;}
	
	a.linkWhite:link, a.linkWhite:visited, a.linkWhite:active {
text-decoration:underline;
	color:#ffffff; font-size:100%; font-weight:bold;
	}
a.linkWhite:hover {
	text-decoration : none;
	color:#ffffff; font-size:100%; font-weight:bold;}
	
	
li.bulletBlue { color: #79B6B7; }
li span { color: #646464; }

.textSmaller { font-size: 10px; color:#646464; }

#sizeResults {
	padding: 5px 5px 5px 5px;
	background-color:#336699;
	border: 5px solid #ddd;
	color: #FFF;
	font-weight: bold;
	visibility:hidden;
}
	#amberWrapper {background-color:#FF9900; color:#000000;}
BR.pagebreak {page-break-after:always;}

