.logoWidth {
	width: 240px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.header {
	font-size: 13px;
}
.headerGold {
	font-size: 14px;
	font-weight: bold;
	color: #FFED8D;
}
H1 {
	font-size: 16px;
	color: #05057F;
	font-weight: bold;
}
.heading1 {
	font-size: 13px;
	color: #05057F;
	font-weight: bold;
	background-color: #FFEC85;
	text-transform: uppercase;
}
.textSmall {
	font-size: 11px;
}
.borderHeader {
	border: 1px solid #05057F;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5757A6;
}
.borderFooter {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #05057F;
	border-bottom-color: #05057F;
	border-left-color: #05057F;
}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #05057F;
	text-transform: uppercase;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
