/* GLOBAL ELEMENTS ----------------------------------*/

body {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans;
	font-size: 12px;
	color: black;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	background-color: #2E2E2E;
}
.bodyCopyBold {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
.bodyCopyCaps {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans;
	font-size: 12px;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
}
.bodyQUOTE {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans;
	font-size: 12px;
	color: gray;
	font-weight: bold;
}
a:link {
	color: #F96800;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #F96800;
	font-weight: lighter;
}
a:hover {
	color: #D8DB6F;
	text-decoration: underline;
}

/* HEADER ELEMENTS ----------------------------------*/
h1 {
	font-family: helvetica, arial, sans;
	font-size: 26px;
	font-weight: bolder;
	color: black;
	font-weight: bold;
}
h2 {
	font-family: helvetica, arial, sans;
	font-size: 20px;
	font-weight: bolder;
	color: black;
	font-weight: bold;
}
h3 {
	font-family: helvetica, arial, sans;
	font-size: 14px;
	font-weight: bolder;
	color: black;
	font-weight: bold;	
}
h4 {
	font-family: helvetica, arial, sans;
	font-size: 12px;
	font-weight: bolder;
	color: black;
	font-weight: bold;
	

/* FOOTER ELEMENTS ----------------------------------*/
}
.footer {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.footerCopyright {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans;
	font-size: 9px;
	color: #FFFFFF;
}

/* GLOBAL NAV */

.linkGlobal {
	font-family: helvetica, arial, sans;
	color: black;
	font-size: 12px;
	font-weight: bolder;
} 
.linkGlobal a:link {
	color: black;
	font-weight: bolder;
	text-decoration: underline;
}
.linkGlobal a:visited {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
.linkGlobal a:hover {
	color: #ffffff;
	text-decoration: none;
}
.lingkGlobalWhite {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
} 
.lingkGlobalWhite a:link {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
}
.lingkGlobalWhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.lingkGlobalWhite a:hover {
	color: #FFFFFF;
	text-decoration: none;
