body {
	background-color: #FFF;
	background-image: url(images/background.png);
}
a {
	color: #fff200;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #dfecf2;
	text-decoration: none;
}
.customInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #d1eefc;
	text-decoration: none;
}
.footerLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #d1eefc;
	text-decoration: none;
}
.footerLink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
}
.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004d6d;
	text-decoration: none;
}
.menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f58020;
	text-decoration: none;
}
.headerOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #f58020;
	text-decoration: none;
}
.headerGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #febf0f;
	text-decoration: none;
}
.boldGold {
	font-weight: bold;
	color: #febf0f;
}
.boldOrange {
	font-weight: bold;
	color: #f58020;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #f58020;
	text-decoration: none;
}
.pageTitleAccentColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #febf0f;
	text-decoration: none;
}

