A {
	color : #B60A00;
	text-decoration : none;
}

A:link {
	color : #B60A00;
	text-decoration : none;
}

A:visited {
	text-decoration : none;
	color : #B60A00;
}

A:hover {
	text-decoration : underline;
	color : #013D59;
}

.headline {
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 11pt;
	line-height: 13pt;
	text-transform: uppercase;
	font-weight: bold;
}

.subhead {
	font-family : Arial,Helvetica,sans-serif;
	color : #013D59;
	font-size : 10pt;
	line-height : 12pt;
	font-weight: bold;
}

.normal {
	font-family : Arial,Helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 10pt;
	line-height : 12pt;
}

.normalBold {
	font-family : Arial,Helvetica,sans-serif;
	color : #000000;
	font-weight : bold;
	font-size : 10pt;
	line-height : 12pt;
}

.normalItalic {
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
	font-style: italic;
}

.small {
	font-family : Arial,Helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 9pt;
	line-height : 11pt;
}

.alert {
	font-family : Arial,Helvetica,sans-serif;
	color : #F82E13;
	font-weight : bold;
	font-size : 10pt;
	line-height : 12pt;
}
