body, table, td, tr, p, a, div {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
}

TABLE.boxed {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	border-collapse: collapse;
}

TABLE.boxed td, TABLE.boxed tr {
	border: 1px solid #000000;
}

body {
	color: #000000;
	background: #FFFFFF;
}

.horseSelector, .horseSelector a, .horseSelector a:visited {
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
}

A.green {
	color: #FFFFFF;
}
a:visited.green {
	color: #dddddd;
}

.mainTable {
	width: 802px;
}

.mainMenu {
	background: #669933;
	color: #FFFFFF;
	width: 148px
}

.content {
	width: 650px;
	background-color: #FFFFFF;
	padding: 3px;
}

.footer {
	text-align: center;
	background: #669933;
	color: #FFFFFF;
}
.pageTitle {
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 12px;
}

.menuSeperator {
	height: 3px;
}

.button_off {
	color: #FFFFFF;
	background-color: #669933;
	background-image: url( 'images/horseshoe_off.gif' );
	font-family: Arial;
	font-size: 10pt;
	background-position: 3px;
	background-repeat: no-repeat;
	padding-left: 23px;
	border-top: 1px solid #B1D58F;
	border-left: 1px solid #B1D58F;
	border-bottom: 1px solid #162D03;
	border-right: 1px solid #162D03;
	height: 19px;
	width: 132px;
	cursor: hand;
}

.button_on {
	color: #000000;
	background-color: #E2C84F;
	background-image: url( 'images/horseshoe_on.gif' );
	font-family: Arial;
	font-size: 10pt;
	background-position: 3px;
	background-repeat: no-repeat;
	padding-left: 23px;
	border-top: 1px solid #E7D778;
	border-left: 1px solid #E7D778;
	border-bottom: 1px solid #162D03;
	border-right: 1px solid #162D03;
	height: 19px;
	width: 132px;
	cursor: hand;
}

.button_over {
	color: #000000;
	background-color: #89CA4C;
	font-weight: bold;
	padding-left: 21px;
	background-image: url('images/horseshoe_over.gif');
	font-family: Arial;
	font-size: 10pt;
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left: 23px;
	border: 1px solid #89CA4C;
	height: 19px;
	width: 132px;
	cursor: hand;
}

.tableHead {
	background: #000000;
	color: #ffffff;
	height: 19px;
}

.linkImage {
	padding: 5px; 
	border-bottom: 1px solid #DDDDDD;
	width: 40%;
	text-align: center;
}

.linkText {
	border-bottom: 1px solid #DDDDDD; 
	font-weight: bold;
	background-color: #669933;
	padding: 3px;
}

.tableName {
	background: #BBBBBB;
}

.tableValue {
	background: #DDDDDD;
}

.adminTitle {
	font-size: small;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}

.activeTab {
	border-right: 1px solid #999999;
	text-align: center;
	width: 80px;		
	color: #FFFFFF;
	cursor: hand;
}

.inactiveTab {
	border-right: 1px solid #999999;
	text-align: center;
	width: 80px;		
	color: #999999;
}