/* CSS Document */


.heading {
	font-family: Times New Roman;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #400080;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.content_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #9933CC;
}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.footnote {
	color: #FFFF00;
}

a.footnote:visited {
	color: #FFCC00;
}

a.footnote:active {
	color: #FFCC00;
}

a.footnote:hover {
	color: #FF9900;
}

a {
	color: #BE0000;
}

a:visited {
	color: #000080;
}

a:active {
	color: #000080;
}

a:hover {
	color: #800080;
}
	
