BODY, TD, .NormalText {
	font-family: Verdana, Tahoma, Arial, Comic Sans MS, sans-serif;
	color: #000000;
	font-size: 11px;
}

A:link {color: #0000FF}     				/* unvisited link */
A:visited {color: #0000FF}  				/* visited link */
A:hover {color: #FF0000; text-decoration: blink}    	/* mouse over link */
A:active {color: #FF0000}   				/* selected link */

.HeaderText {
	font-size: 13px;
	font-weight: bold;
}

.FooterText {
	font-size: 10px;
}

.MediumText {
	font-size: 13px;
}

.LargeText {
	font-size: 16px;
}

.OrangeText {
	color: #FF9900;
}

.RedText {
	color: #FF0000;
}