@charset "utf-8";
.heading_format {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #0FC;
}
.sectiontitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C96;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	list-style:none;
	list-style-type:none;
	font-weight: bold;

	
}
.largeheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #0FF;
}
.large_white {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}
.larbe_blue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #C96;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	list-style:none;
	float:right;
	padding-right:32px;
	
}

.navbar a {
	color:#FFF;
	text-decoration:none;
	
}

.navbar a:hover {
	color:#C96;
	cursor: hand; 
	cursor:pointer;
	
}

.copyrightfont {
	font-style: italic;
	color: #FFF;
}
.bodytextlarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C96;
	text-align: left;
}
.body_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #033;
	font-weight: bold;
}
.section_green {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #033;
}
.body_green a {
	color: #063;
}
