.orange {
	color: #cc6633;
}
.bold {
	font-weight: bold;
	color: #000000;
}
.blue {
	color: #0099cc;
}
.background {
	background-color: #F0F7E8;
}
.center {
	text-align: center;
	position: absolute;
}
.centered {
	background-position: center;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC6633;
	font-size: 14pt;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.nounderline {
	text-decoration: none;
}
.georgiabold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.bullet {
	list-style-image: url(images/bullet.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.border {
	border: thin solid #CC6633;
}
.orangeunder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #CC6633;
}
