.normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #44414a;
	list-style-image: none;
	list-style-type: none;
}

.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #44414a;
	list-style-image: none;
	list-style-type: none;
}

.heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #44414a;
	list-style-image: none;
	list-style-type: none;
}

.redheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #d82d2a;
	list-style-image: none;
	list-style-type: none;
}

.largeredheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #d82d2a;
	list-style-image: none;
	list-style-type: none;
}

.bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #44414a;
	list-style-image: none;
	list-style-type: none;
}

.largebold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #44414a;
	list-style-image: none;
	list-style-type: none;
}

.italic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	color: #44414a;
	list-style-image: none;
	list-style-type: none;
}

.smallitalic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	color: #44414a;
	list-style-image: none;
	list-style-type: none;
}

.subheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #4a2383;
	list-style-image: none;
	list-style-type: none;
}

.justified
{
	text-align: justify;
}