A {
	color : #B4491F;
	text-decoration : none;
}

A:link {
	color : #B4491F;
	text-decoration : none;
}

A:visited {
	text-decoration : none;
	color : #B4491F;
}

A:hover {
	text-decoration : underline;
	color : #B4491F;
}

.headline {
	font-family : Arial,Helvetica,sans-serif;
	color : #B4491F;
	font-weight : normal;
	font-size : 16pt;
	line-height : 18pt;
}

.subhead {
	font-family : Arial,Helvetica,sans-serif;
	color : #7F7F7F;
	font-weight : bold;
	font-size : 10pt;
	line-height : 18pt;
}

.normal {
	font-family : Arial,Helvetica,sans-serif;
	color : #7F7F7F;
	font-weight : normal;
	font-size : 9pt;
	line-height : 18pt;
}

.normalBold {
	font-family : Arial,Helvetica,sans-serif;
	color : #7F7F7F;
	font-weight : bold;
	font-size : 9pt;
	line-height : 18pt;
}

.small {
	font-family : Arial,Helvetica,sans-serif;
	color : #555554;
	font-weight : normal;
	font-size : 8pt;
	line-height : 12pt;
}

.footer {
	font-family : Arial,Helvetica,sans-serif;
	color : #555554;
	font-weight : normal;
	font-size : 7pt;
	line-height : 11pt;
}

.alert {
	font-family : Arial,Helvetica,sans-serif;
	color : #F82E13;
	font-weight : bold;
	font-size : 9pt;
	line-height : 18pt;
}

