.soldOutBold2 {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.backordered {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.purple { color: #800080;}
.red {color: #ff0000;}
.white {color: #fff; text-decoration: none;}
p, th, td  {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body, p, th, td  {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {font-size: 18px}
h2 {font-size: 16px}
h3 {
	font-size: 14px;
	color: #800080;
	letter-spacing: 2px;
}
a {color: #0000ff;}
a:visited {color: #800080;}
.largeGreen {
	color: #008000;
	font-weight: bold;
	font-size: 16px;
}
.margin {margin-left: 10px; margin-right: 10px;}
.largePrint {font-size: 20px}
.smallPrint {font-size: 10px;}
#purple { color: #800080;}
#red { color: #ff0000;}
#green { color: #008000;}
.greenBox {
	width:180px; 
	padding: 2px; 
    background-color:#B8E8B0;
}

