.blackBack {
	background-color: #000000;
}
.whiteBack {
	background-color: #FFFFFF;
}
.breadCrumbs {
	color: #5F6914;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #C0D72F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0D72F;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #B4B9CD;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.whiteText {
	color: #FFFFFF;
}
.bottomtext {
	font-size: 10px;
	color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.controlTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #869822;
}
.instructionTxt {
	font-size: 10px;
	color: #5F6914;
}
body {
	margin-top: 15px;
	background-color: #EDEDF3;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
a {
	color: #869822;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
