body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCF00;
	text-align: left; //this attribute must be left to correctly align the page.
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
}

.bubble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.bubble a
{
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #9900ff;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF4848;
}
a {
	font-weight: normal;
	color: #9900FF;
 	font-size: 10pt;
    text-decoration: none;
}

UL {
	list-style-image: url(/store/images/green.gif);
	font-family: Arial, Helvetica, sans-serif;
}
.shoparticle{
	font-size:.9em;
	color:blue;
	margin-left:20px;	
}

