/* Main Text attributes */
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
}

/* All Links */
a {
	color: #990000;
	text-decoration: none;
	line-height: normal;
}
	
/* All Links Rollover Color */
a:hover {  
	color: #999999; 
	text-decoration: underline}
	
.NormalRED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #990000;
}
.Normalwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
}
