/* --- General Styles ----------------------------------------------------------------------- */

.menuItem {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-family: Arial;
}
.menuItem a:link, .menuItem a:visited	{
	color: #F3E5AE;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}
.menuItem a:hover, .menuItem a:active	{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

.BottomMenu {
	color: #414141;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial;
}
.BottomMenu a:link, .BottomMenu a:visited	{
	color: #414141;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial;
	text-decoration: none;
}
.BottomMenu a:hover, .BottomMenu a:active	{
	color: #414141;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial;
	text-decoration: underline;
}

.pageHeader {
	color: #A44E0D;
	font-size: 24px;
	line-height: 28px;
	font-family: Arial;
}

.text {
	color: #414141;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial;
}
.text a:link, .text a:visited	{
	color: #414141;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial;
	text-decoration: underline;
}
.text a:hover, .text a:active	{
	color: #414141;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial;
	text-decoration: underline;
}

.contacttext {
	color: #414141;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial;
}

form, input, textarea, select, option {
	color: #414141;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial;
}