body {
	background-color: #feda81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #330000;
	letter-spacing: 1pt;
}

.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
a {
	color: #F4F4F4;
}
a:link {
	text-decoration: underline;
	color: #CC6600;
}
a:visited {
	text-decoration: underline;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #CC6600;
}
.header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}
.bold {
	font-weight: bold;
}
.bolder {
	font-weight: bold;
	font-size: 11pt;
}
.small {
	font-size: xx-small;
}
.banner {
	font-weight: bold;
	font-size: 12px;
}