BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color : White;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a.checkoutlink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : Red;
	text-decoration : underline;
}

a.checkoutlink:HOVER{
	color : Blue;
}

a.productlink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : Black;
}

a.productlink:HOVER{
	color : Red;
	text-decoration : underline;
}

a.big {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : Red;
}

a.big:HOVER {
	color : Blue;
	text-decoration : underline;
}

.menubar {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

.tocitem {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #FFCC00;
	text-decoration: none;
}

.tocsubitem {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

.tocsubitemred {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}

.redsmalllink {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}

.redmediumlink {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: none;
}

.blacksmalllink {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

.blackmediumlink {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

.featurelink {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

.detaillink {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #0000ff;
	text-decoration: underline;
}

.red {
	color : Red;
}

.8pt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.producttitle {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: Red;
	text-decoration: none;
	font-weight : bold;
}

TH {
	font-size : 9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFCC00;
	background: #000000;
	font-weight : bold;
}

TD {
	font-size : 9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	vertical-align : top;
}

TD.Prompt {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Black;
	font-weight : bold;
	text-align : right;
}

TD.Options {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Black;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}


