/* CSS Document */

<style type="text/css">;

a.one:link {color: #FF00CC}
a.one:visited {color: #FF00CC}
a.one:hover {color: #FFA800}
a.one {text-decoration: none}
a.one {font-size: 8pt;}
a.one {font-weight: normal;}

a.two:link {color: #FF00CC}
a.two:visited {color: #FF00CC}
a.two:hover {color: #FFA800}
a.two {text-decoration: none}
a.two {font-size: 14pt;}
a.two {font-weight: bold;}

a.three:link {color: #FF00CC}
a.three:visited {color: #FF00CC}
a.three:hover {color: #FFA800}
a.three {text-decoration: none}
a.three {font-size: 10.5pt;}
a.three {font-weight: bold;}

a.four:link {color: #FF00CC}
a.four:visited {color: #FF00CC}
a.four:hover {color: #FFA800}
a.four {text-decoration: none}
a.four {font-size: 8pt;}
a.four {font-weight: normal;}

a.five:link {color: #FF00CC}
a.five:visited {color: #FF00CC}
a.five:hover {color: #FFA800}
a.five {text-decoration: none}
a.five {font-size: 18pt;}
a.five {font-weight: normal;}

a.six:link {color: #000000}
a.six:visited {color: #000000}
a.six:hover {color: #FFFFFF}
a.six {text-decoration: none}
a.six {font-size: 12pt;}
a.six {font-weight: bold;}

a.seven:link {color: #FFFFFF}
a.seven:visited {color: #FFFFFF}
a.seven:hover {color: #FF00CC}
a.seven {text-decoration: none}
a.seven {font-size: 6pt;}
a.seven {font-weight: none;}

p {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a {
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

b {
	font-size: 9.5pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 10pt;
	color: #004080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	text-decoration: none;
}

h2 {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-size: 14pt;
	color: #004080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	text-decoration: none;
}

h5 {
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}


h6 {
	font-size: 16pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

</style>
