body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer {
	padding: 2px;
	font-size: 10px;
	color: #000000;
}

a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #0033CC;
	text-decoration: underline;
}

.nav {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.nav1 {
	font-weight: bold;
	color: #000000;
	background-color: #E0C6A0;
}

.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #990000;
	text-decoration: none;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.imgBorder {
	border: 1px solid #333333;
}

/* Added by Karl, August 3, 2006 */

.contentContainer {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.darkBlueHeader16px {
	font-weight: bold;
	color: #073F81;
	font-size: 16px;
}

.barnRedHeader16px {
	font-weight: bold;
	color: #C04842;
	font-size: 16px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

