.BodyText
{
	text-indent: 0;
	text-align: left;
	line-height: normal;
	text-transform: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	color: #AAAAAA;
	font-family: helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	padding: 0 10 0 0px;
}

.IndentedText
{
	text-indent: 0;
	text-align: left;
	line-height: normal;
	text-transform: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	color: #AAAAAA;
	font-family: helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	padding: 0 0 0 10px;
	background-color: #000;
}

.IndentedTextHeading
{
	text-indent: 0;
	text-align: left;
	line-height: normal;
	text-transform: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	color: #FF0000;
	font-family: helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 10px;
	background-color: #000;
}