
<STYLE>	 /* PLEASE NOTE THAT CSS DOCS ARE CASE SENSITIVE AND CANNOT CONTAIN AN UNDERSCORE (_) FOR NAMING PURPOSES*/

	 P  {}

	 H1  {}

	 H2  {}

	 H3  {}

	 A  {
	 	color : #3300CC;
	 	font-weight : bold;
	 }

	 A:hover  {
	 	color : red;
	 }

	 A:visited:  {
	 }

	 A:visited:hover  {
	 	color : red;
	 }

	 .bodysmall  {
	 	font-family : Verdana, Arial, Helvetica, sans-serif;
	 	font-size : 8pt;
	 	color : #000000;
	 }

	 .contacttitle  {
	 	font-family : Verdana,sans-serif,arial;;
	 	font-size : 8pt;
	 	color : #808080;
	 }

	 .footertext {
	 	font-family : Arial, Helvetica, sans-serif;
	 	font-size : 10px;
	 	color : White;
	 	font-style : italic;
	 	text-decoration : none;
	 }

	 .header  {
	 	font-family : Arial, Helvetica, sans-serif;
	 	font-size : 12pt;
	 	font-weight : bold;
	 	color : #000000;
	 	text-align : left;
	 }

	 .headerright  {
	 	font-family : Arial, Helvetica, sans-serif;
	 	font-size : 10pt;
	 	font-weight : bold;
	 	color : #000000;
	 	text-align : right;
	 }

	 .mainborder {
	 	color : #FFFFFF;
	 	background-color : #FFFFFF;
	 }

	 .primarylink {
	 	font-family: Verdana, Arial, Helvetica, sans-serif;
	 	font-size: 10pt;
	 	color: #000000;
	 	text-decoration : none;
	 	font-weight : bold;
	 }

	 .secondarylink {
	 	font-family: Verdana, Arial, Helvetica, sans-serif;
	 	font-size: 8pt;
	 	color: #A2E3F3;
	 	text-decoration : underline;
	 	font-weight : normal;
	 }

	 .subheader  {
	 	font-family : Verdana, Arial, Helvetica, sans-serif;
	 	font-size : 12pt;
	 	font-weight : bold;
	 	color : #FFFFFF;
	 	text-align : left;
	 }

	 .techbody  {
	 	font-family : Arial, Helvetica, sans-serif;
	 	font-size : 10pt;
	 	color : #000000;
	 }

	 .techbodylink  {
	 	font-family : Arial, Helvetica, sans-serif;
	 	font-size : 10pt;
	 	color : #3300cc;
	 }
</STYLE>