/* CSS Document */
.photostext {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
}

.racetitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

a.racedayactive {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

a.raceday {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}

a.raceday:hover {
	text-decoration: underline;
}

.calendarliston {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
}

a.calendarlistoff {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.calendarlistoff:hover {
	text-decoration: underline;
}

.photo a { font-weight: normal; }
.photo a:link { text-decoration:none;}
.photo a:visited { text-decoration:none;}
.photo a:hover { text-decoration:underline;  }
.photo a:active { text-decoration:none; }

.photo a img { text-decoration: none; border: 3px  solid #FFFFFF; } 
.photo a:hover img { text-decoration: none; border: 3px  solid #999999; }
.photo a:active img { text-decoration: none; border: 3px  solid #FFFFFF; }


