/* ------------------------------------------------ */
/*	TAG RESET										*/
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	}
	
/* ------------------------------------------------ */
/*	MAIN TEXT STYLES								*/

	body {font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 11px; color: #666666; line-height: 14px;} 
	a { color: #8585D5; text-decoration: none; }
	.txt {font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 11px; color: #000000; line-height: 14px;} 
	
	.purplebold { color: #8585D5; font-weight: bold; }
	.pricebold { font-size: 18px; color: #8585D5; font-weight: bold; line-height: 20px; }
	
	.bodybold { font-weight: bold; }
	.bodybold:link, .bodybold:visited { font-weight: bold; text-decoration: underline; }	
	
	.error { color: #ff0000; font-weight: bold; }

/* ------------------------------------------------ */
/*	FOOTER TEXT STYLES								*/
	
	.footerbold { color: #999999; font-weight: bold; }

	