@charset "utf-8";
/* CSS Document */

body {
	background-color: #0e99d5;
	margin: 0;
}
.body_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.body_headings_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.body_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0C80B1;
	text-decoration: none;
}
.body_headings_brown_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #694219;
	text-decoration: none;
}
.body_headings_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #0C80B1;
	text-decoration: none;
}

.participant_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0C80B1;
	text-decoration: none;
}
a.participants:link {
	color: #0C80B1;
	text-decoration: none;
}
a.participants:visited {
	text-decoration: none;
	color: #0C80B1;
}
a.participants:hover {
	text-decoration: none;
	color: #694219;
}
a.participants:active {
	text-decoration: none;
	color: #E07C0C;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #694219;
}
a:active {
	text-decoration: none;
	color: #694219;
}
.footerText {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
