.red-bold-2 {
	color: #F00;
	font-weight: bold;
}
.backordered {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#item_title {
	font-weight: bold;
}
.purple { color: #800080;}
.red { color: #ff0000;}
.blueBold {	color: #0066cc; font-weight: bold}
p, th, td  {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {background-color: #D9E6F2; 	
      color: #000;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 13px;
}

a {color: #0000ff;}
a:visited {color: #800080; }

.largeBlue {
	color: #0066cc;
	font-weight: bold;
	font-size: 16px;
}
.smallPrint {font-size: 10px;}
.white {color: #fff; text-decoration: none;}
.margin {margin-left: 10px; margin-right: 10px;}