.hdrTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC33;
	background-image: url(../images/headerbar.gif);
}
.tdMenuItem {
	background-repeat: no-repeat;
	color: #525b6a;
	vertical-align: 50%;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc33;
	background-color: #525b6a;
	border: 0px;
}

A:LINK{
	color : #ffcc33;
	text-decoration : underline;
	background-color: #525b6a;

}
A:VISITED {
	color : #aa8811; #CC9933;
	text-decoration : underline;
}
A:HOVER {
	color : #525b6a;
	text-decoration : underline;
	background: #99CCFF;
}

IMG:HOVER {
	color : ;
	background: #525b6a;
	background-color: #525b6a;
	}
	
.titleHorse {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	background-position: center;

}
.titlePage {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.photoCredit {
	font-size: x-small;
}

.tdBorder{
	border-left : 2px solid Blue;
	border-right : 2px solid Blue;
	border-top : 2px solid Blue;
	border-bottom : 2px solid Blue;
}
