.box {
	border: 1px solid #000000;
}
body {
	background-color: #FFF7E7;
	background-image: url(images/westernsaddler-gradient.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #000099;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
.whitetext a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
.whitetext a:hover{
	color: #6f8445;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #36001F;
	font-size: 13px;
}
.redtext a{
	font-family: Arial, Helvetica, sans-serif;
	color: #36001F;
	font-size: 13px;
	text-decoration: none;
}
.redtext a:hover{
	color: #FFF7E7;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	color: #36001F;
	font-size: 13px;
}
.menutext a{
	font-family: Arial, Helvetica, sans-serif;
	color: #36001F;
	font-size: 13px;
	text-decoration: none;
}
.menutext a:hover{
	color: #FFF7E7;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}

