.background {
	background-color: #FFF5C1;
}
.standard {
	background-color: #FFFDF2;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #480082;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
.bold_gold {
	color: #A1A100;
	font-weight: bold;
}
.bold_purple {
	color: #82587F;
	font-weight: bold;
}
.bold_dark {
	color: #480082;
	font-weight: bold;
}
.footer {
	background-color: #FFFDF2;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
}
.cursor {
	cursor: pointer;
	cursor: hand;
}
img {	
	border: none;
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #480082;
	font-weight: bold;
}
a:visited {
	color: #D4D400;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
}
a:active {
	color: #A1A100;
	font-weight: bold;
}
