@charset "UTF-8";
/* CSS Document */

.Mainlinks { color:#000000; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}
a.navbar:link {color:#FF0000}
a.navbar:visited {color:#000000}
a.navbar:hover {color:#FF0000}
a.navbar:active {color:#000000}

.Bodylinks {color:#000000; font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
a.navbar:link {color:#000000}
a.navbar:visited {color:#000000}
a.navbar:hover {color:#FF0000; text-decoration: underline;}
a.navbar:active {color:#000000}

.Redbodylinks {
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.navbar:link {color:#FF0000}
a.navbar:visited {color:#FF0000}
a.navbar:hover {
	color:#FF0000;
	text-decoration: underline;
}
a.navbar:active {color:#FF0000}

.Bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.Redbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.subodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.Whitebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.Subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	font-variant: small-caps;
}
.Blacksubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.Blacksubheadbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F00;
}
