A {
	color : #E5DDA8;
	text-decoration : none;
}

A:link {
	color : #E5DDA8;
	text-decoration : none;
}

A:visited {
	text-decoration : none;
	color : #E5DDA8;
}

A:hover {
	text-decoration : underline;
	color : #E5DDA8;
}

A.menuNav {
	color : #2E2E2E;
	text-decoration : none;
}

A.menuNav:link {
	color : #2E2E2E;
	text-decoration : none;
}

A.menuNav:visited {
	text-decoration : none;
	color : #2E2E2E;
}

A.menuNav:hover {
	text-decoration : none;
	color : #FFFFFF;
}

A.menuNav_current {
	text-decoration: none;
	color: #FFFFFF;
}

A.menuNav_current:link {
	color : #FFFFFF;
	text-decoration : none;
}

A.menuNav_current:visited {
	text-decoration : none;
	color : #FFFFFF;
}

A.menuNav_current:hover {
	text-decoration : none;
	color : #FFFFFF;
}

A.subheadNav {
	color : #E5DDA8;
	text-decoration : none;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
}

A.subheadNav:link {
	color : #E5DDA8;
	text-decoration : none;
}

A.subheadNav:visited {
	text-decoration : none;
	color : #E5DDA8;
}

A.subheadNav:hover {
	text-decoration : underline;
	color : #E5DDA8;
}

.superhead1 {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #E5DDA8;
	font-weight : bold;
	font-size : 20px;
	line-height : 24px;
}

.superhead2 {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #E5DDA8;
	font-weight : normal;
	font-size : 18px;
	line-height : 22px;
}

.headline {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #E5DDA8;
	font-weight : bold;
	font-size : 13px;
	line-height : 17px;
}

.subhead {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #E5DDA8;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
}

.normal {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #FFFFFF;
	font-weight : normal;
	font-size : 12px;
	line-height : 16px;
}

.normalBold {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
}

.normalAlert {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #FF0000;
	font-weight : normal;
	font-size : 12px;
	line-height : 16px;
}

.normalReverse {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #969292;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
}

.small {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #FFFFFF;
	font-weight : normal;
	font-size : 10px;
	line-height : 14px;
}

.footer {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #FFFFFF;
	font-weight : normal;
	font-size : 9px;
	line-height : 13px;
}

.formInput {
	border:1px solid #858585;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	text-align:left;
	vertical-align:top;
}

.formSubmit {
	background-color:#A69C77;
	border: 1px solid #726755;
	color: #2E2E2E;
	cursor:pointer;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
	text-align:center;
}


