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


/* Page Margins */

body { 
	margin: 0px; 
}

/* Body Text Main */

.bodytext-white {
	color: #FFFFFF;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 22px;
}

.bodytext-spacers {
	padding-left: 25px;
	padding-right: 25px;
}

.bodytext-spacers-smaller {
	padding-left: 10px;
	padding-right: 10px;
}

.bodytext-yellow {
	color: #FFFF00;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 22px;
}


/* Body Text Headers */


.headertext-yellow {
	color: #FFFF00;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 24px;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.headertext-white {
	color: #FFFFFF;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 24px;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Body Text SubHeaders */

.subheadtext-yellow {
	color: #FFFF00;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.subheadtext-white {
	color: #FFFFFF;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.subheadtext-grey {
	color: #A3A3A3;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}



/* Links 1 */

a.bodytext-white:link {
	text-decoration: none;
}

a.bodytext-white:visited {
	text-decoration: none;
}

a.bodytext-white:hover {
	border-bottom: thick;
	border-bottom-color: #FFFF00;
	border-bottom-style: solid;
}

a.bodytext-white:active {
	border-bottom: thick;
	border-bottom-color: #FFFF00;
	border-bottom-style: solid;
}





