.background {
	margin: 0;
	background-image: url(../images/tile01.gif);
	background-repeat: repeat-x;
	background-color: #999999;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A2B34;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A2B34;
	font-weight: bold;
}
.bodyTextBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2A2B34;
}
.bodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A2B34;
}.bodyTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A2B34;
	font-style: italic;
}
.bodyTextBullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #996600;
	font-weight: bold;
}
.HeadingBoldCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A2B34;
	font-weight: bold;
	text-transform: uppercase;
}
.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
