body {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #668041;
	padding: 0px;
	margin: 0px;
}

.orangeSearch {
	background-color: #FF6600;
	color: white;
	font-size: 13px;
}

.blueSearch {
	background-color: #000066;
	color: white;
	font-size: 13px;
}

.purpleSearch {
	background-color: #4E0017;
	color: white;
	font-size: 13px;
}

.yellowSearch {
	background-color: #ffcc00;
	color: black;
	font-size: 13px;
}

input, textarea, input, select {
	font-size: 13px;
}

.admin a {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	}
.admin a:link {
	text-decoration: none;
}
.admin a:visited {
	text-decoration: none;
	color: white;
}
.admin a:hover {
	text-decoration: underline;
	color: white;
}

.admin a:active {
	text-decoration: none;
	color: white;
}

.dataCell {
	border-bottom: 1px solid #cccccc;
}