body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

/* Text */

.HomeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
	height: 192px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

.QuoteText {
	font-style: italic;
	font-weight: bold;
	}

.QuoteTextBy {
	font-size: 9px;	
}

div {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#divLeft {
	text-align: left;
}

#divRight {
	text-align: right;
}

#divCenter {
	text-align: center;
}

.legalText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
        text-decoration: none;
}

.legalTextLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.legalTextLink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

.FootNav {
	color: #999;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.FootNavLink {
	color: #999;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.FootNavLink:Hover {
	color: #FFF;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}

.FootNavSelected {
	color: #FFF;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}

.PageHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
	}
	
	.HorseHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCC;
	}
	
	.infoTitle{
	font-weight: bold;
	color: #333;
	}
	
	.aLink {
	color: #999;
	text-decoration: underline;
	}
	
	.aLink:Hover {
	color: #FFF;
	text-decoration: underline;
	}

/*end text */





/* Main Page structures*/

#HeadingTable{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#MainPageHolder {
	padding-right: 34px;
	padding-bottom: 20px;
	padding-left: 70px;	
}

#imgBox {
	text-align: Right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 300px;
}

#infoBox{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 463px;
}

#showBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	color: #FFF;
	border: 1px solid #666;
}

#CommentsBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#HorseTable {
	width: 100%;
}

#MainPageTableBG {
	background-color: #4E4D49;	
}

#HomeHeader {
	background-image: url(../images/HomeHeader.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 703px;
}

#HomeNavLeft {
	background-image: url(../images/HomeNavLeft.gif);
	background-repeat: no-repeat;
	height: 31px;
}

#HomeNavRight {
	background-image: url(../images/HomeNavRight.gif);
	background-repeat: no-repeat;
}

#HomeLogo {
	background-image: url(../images/HomeLogo.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 703px;
}

#HomeTextBG {
	background-image: url(../images/HomeTextBG.gif);
	background-repeat: repeat-y;
}



#HomeFooter {
	background-image: url(../images/HomeFooter.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 703px;
}


#MainHeaderTop {
	background-image: url(../images/HeaderTop.jpg);
	background-repeat: no-repeat;
}

#MainHeaderBottom {
	background-image: url(../images/HeaderBottom.jpg);
	background-repeat: no-repeat;
}

#MainHeaderShadow {
	background-image: url(../images/TopBorder.gif);
	background-repeat: no-repeat;
}

#MainBorderLeft {
	background-image: url(../images/LeftBorder.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

#MainBorderRight {
	background-image: url(../images/RightBorder.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

#MainFooterBG {
	background-image: url(../images/FooterBG.gif);
	background-repeat: no-repeat;
	
}

/*end main page structures*/

