body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
}
.smallEmGrey{
	font-size: 10px;
	font-style:italic;
	color:#666666;
	display:block;
}
.redBold{	
	color:#990000;
	font-weight:bold;
}
.whiteBold{	
	color:#ffffff;
	font-weight:bold;
}
.smallBold{
	font-size: 11px;
	display:block;
	font-weight: bold;
}

.smallBoldNoBlock{
	font-size: 11px;
	font-weight: bold;
}
.smallEmRed{
	font-size: 11px;
	font-style:italic;
	color:#990000;
	display:block;
}
.smallRed{
	font-size: 11px;
	color:#990000;
	display:block;
}
.smallRed a{
	color:#990000;
}
a {
	color: #990000;
}
.headingRed{
	font-size: 14px;
	color:#990000;
	font-weight:bold;
}
.medGrey{
	font-size: 12px;
	color:#333333;
}
.tblGrey{
	background:#CCCCCC;
