body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
}
h1 {
	font-size:18px;
	color:#ffcc00;
}
h2 {
	font-size: 12px;
	font-weight:bold;
	color:#333333;
}
h3 {
	color: #476597;
	font-weight: bold;
	font-size: 11px;
}
ul, ol dl {
 color: #000000  margin-top: 0px;
	margin-bottom: 0px;
}
li {
	color: #000000;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px
}
li a {
	text-decoration: none;
	color: #3366CC
}

/* = Body Styles
----------------------------------------------- */

.articleheader {
	font-size: 18px;
	color: #ffcc00;
	font-weight: bold;
	margin-bottom: 15px;
}
.articleprice {
	font-size: 14px;
	color: #990000;
	font-style: italic;
}

.producttitle {
	font-size: 15px;
	font-weight: bold;
}
.producttitleitalic {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	font-style:italic;
}
.producdate {
	font-size: 11px;
	color: #000000;
}
.cost {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.disclaimers {
	font-size: 10px;
	color: #666666;
}

/* = Links
----------------------------------------------- */

a:link {
	color:#0066CC;
	text-decoration: none;
}
a {
	color:#0066CC;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#663366;
	text-decoration: none;
	/*background:#ffdf70;*/
}
a:active {
	text-decoration: none;
}
