.border {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}
.bottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bottom2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: #999999;
	border-left-color: none;
}
.outline {
	border: 1px solid #000000;
}
.test {
	background-image: url(images/horse-bg.jpg);
	background-repeat: no-repeat;
}
.link {
	color: #333399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.link:hover {
	color: #FF6600;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav {
	color: #996600;
	text-decoration: none;
}
a {  text-decoration: none}
a:hover {  color: #FF6600}
.blue {  color: #0000FF}
.white {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.white:hover {
	color: #CCFF00;
}
