.DefaultText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}

.FooterText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 15px;
}


/* Link Styles */	
	
a:link 	{ text-decoration: none; color: #8d1823; }
a:active	{ text-decoration: none; color: #8d1823; }
a:visited	{ text-decoration: none; color: #8d1823; }
a:hover	{ text-decoration: underline; color: #8d1823; }
