BODY {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #444444;
	background: #BBBBBB;
	margin-top: 0px;
	margin-bottom: 0px;

}

.greytable {
	background: #BBBBBB;
}
.advicetable {
		color: #EFEFEF;
	text-decoration: bold;
}
.advicetabletext {
	color: #555555;
	font-weight: bold;
}
.advicetabletext:hover {
	color: #555555;
	font-weight: bold;
}
Table {
	background: #FFFFFF;
}
SideBar {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #000000;
}

TD {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.greytext {
	color: #999999;
	font-size: 8pt;
}
.blurb {
	color: #555555;
	font-size: 10pt;
}
.titletext {
	color: #666666;
	font-size: 12pt;
}
.green,
.green a:link,
.green a:active,
.green a:hover,
.green a:visited {
	color: #333333;
	font-weight: bold;
}
.forminput {
    text-decoration: none; 
	font-size: 7pt; 
	font-weight : normal;
	background: #E4E4E4;
}
.copyright {
	font-size:8pt;
	color: #000000;
}
.productcode {
	text-transform:uppercase;
}