body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #9C0808;
	text-decoration: underline;
}
a:active {
	color: #99070A;
}
.pinkheader {
	color: F22C8B;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.greytitle {
	font-weight: bold;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.footer {
	font-size: 9px;
	color: #666666;
}
.currentpage {
	text-decoration: underline;
}
.whitetitle {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.navlink {
	color: #333333;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #970100;
}

/*** FOOTER LINKS ***/

.footerlink a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.footerlink a:hover {
	color: #9C0808;
	text-decoration: underline;
}
.red {
	color: #990000;
}

