body {
	background-image: url("images/topbar.jpg");
	background-repeat: repeat-x;
	background-color: #1079A0;
	margin: 0px;
}

.text {
	text-decoration: none;
	color: #212121;
	line-height: 1.2em;
	font-size: 0.9em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.smalltext {
	text-decoration: none;
	color: #212121;
	line-height: 0.8em;
	font-size: 0.7em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.smallbold {
	color: #212121;
	line-height: 0.8em;
	font-size: 0.7em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
}
.formerror {
	font-size: .7em;
	color: #7b8a41;
	font-weight: bold;
	display:none;
}
.error {
	font-size: .7em;
	color: #7b8a41;
	font-weight: bold;
	display:none;
}
.labelText {
	font-size: .7em;
	color: #000;
	font-weight: bold;
}

a.whitelink {
	color: #FFFFFF;
}
a.whitelink:hover {
	color: #d5d5d5;
}
a.whitelink:visited {
	color: #FFFFFF;
}

.smallwhite {
	color: #FFFFFF;
	line-height: 1em;
	font-size: 0.7em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.boldblue {
	color: #4b71b7;
	line-height: 1.2em;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
}

.boldwhite {
	color: #FFFFFF;
	line-height: 1.2em;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
}

.bigwhite {
	color: #FFFFFF;
	line-height: 1.1em;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
.yellow {
	color: "#D9 E8 83 ";
}