.mainMenu {
	font : 10pt Tahoma;
	color : CDC57C;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
.mainMenu a:link {
	color : CDC57C;
	text-decoration: none;
}

.mainMenu a:visited {
	color : CDC57C;
	text-decoration: none;
}

.mainMenu a:hover {
	color : BCD292;
	text-decoration: none;
}

.subMenu {
	font : 8pt Tahoma;
	color : CDC57C;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
.subMenu a:link {
	color : CDC57C;
	text-decoration: none;
}

.subMenu a:visited {
	color : CDC57C;
	text-decoration: none;
}

.subMenu a:hover {
	color : BCD292;
	text-decoration: none;
}

.pageTitle {
	font : 14pt Tahoma;
	color : CDC57C;
	font-weight: bold;
	text-decoration: none;
}

.sectionTitle {
	font : 12pt Tahoma;
	color : CDC57C;
	font-weight: bold;
	text-decoration: none;
}

.bodyDark {
	font : 9pt Tahoma;
	color : CDC57C;
	line-height : 16px;
	text-decoration: none;
}

.bodyLightBold {
	font : 8pt Tahoma;
	color : 999999;
	font-weight: bold;
	text-decoration: none;
}

.bodylight {
	font : 8pt Tahoma;
	color : 999999;
	text-decoration: none;
}
.bodylight a:link {
	color : 666666;
	text-decoration: underline;
}

.bodylight a:visited {
	color : 666666;
	text-decoration: underline;
}

.bodylight a:hover {
	color : 666666;
	text-decoration: underline;
}

.footerText {
	font : 7pt Tahoma;
	color : F9FCF5;
	text-align: center;
}

/*Form Fields*/
.selectbox {
	font : 8pt Tahoma;
}

.textbox {
	font : 8pt Tahoma;
}

.textareabox {
	font : 8pt Tahoma;
}

.checkbox {
	font : 8pt Tahoma;
}

.submitbutton {
	font : 8pt Tahoma;		
}
