@charset "utf-8";

body {
	background-color: #00572B;
}

.MainText {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #69957C;
	font-size: 12px;
	font-weight: normal;
}

.maintext_links {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	
}
.SmallText {
	
	line-height: 12px;
	color: #69957C;
	font-size: 10px;
	
}.MainTextItalics {
	
	line-height: 18px;
	color: #69957C;
	font-size: 12px;
	font-style: italic;
}

.LargeHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C5E41;
	display: inline;
	text-decoration: none;
}
.credits {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #bace93;
	text-decoration: none;
}	
	.MediumHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #bace93;
	text-decoration: none;
}

.MediumHeading a:hover{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: underline;
	
	
}
.markuptext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #006633;
}
.sidenav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #65997C;
	text-align: left;
	text-indent: 5px;
	text-decoration: none;
}
.sidenav  a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #BF3516;
	text-align: left;
	text-indent: 5px;
	text-decoration: underline;
}

.MainTextbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #69957C;
	font-size: 12px;
	font-weight: bold;
}
.RedHighlight {
	color: #900;
	font-weight: bold;
}

