<style>

<!--

        BODY  {
	font-family : sans-serif;
	color : Black;
	font-size : 10pt;
	background-color : White;
}

P  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}

TABLE  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}

H1  {
	font-size : 10pt;
	font-family : sans-serif;
	color : #006633;
; font-weight: bold
}

H2  {
	font-size : 16pt;
	font-family : sans-serif;
	color : Olive;
}

H3  {
	font-size : 10pt;
	font-family : sans-serif;
	color : Black;
	font-weight : bold;
}

A  {
	color : Blue;
	text-decoration : underline;
	font-weight : normal;
}

A:Visited  {
	color : #FF3333;
	text-decoration : underline;
}

A:Active  {
	text-decoration : underline;
	color : Teal;
}

A:Hover  {
	text-decoration : underline;
	color : Red;
}

.articleTitle  {
	color : #333333;
	font-size : 18pt;
}

.sectionTitle  {
	color : Navy;
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : bold;
}

.bodyText  {
	font-family : sans-serif;
	font-size : 10pt;
}

.bodyList  {
	font-family : sans-serif;
	font-size : 10pt;
}

.bodyListItem  {
	font-family : sans-serif;
	font-size : 10pt;
}

.embeddedList  {
	font-size : 10pt;
	font-family : sans-serif;
}

.embeddedListItem  {
	font-size : 10pt;
	font-family : sans-serif;
}

.styleSample  {
	font-size : smaller;
	font-family : monospace;
}

.codeText  {
	font-family : sans-serif;
	font-size : larger;
	font-weight : bold;
	color : #008000;
}

.codeSample  {
	font-family : monospace;
	font-size : smaller;
}

.note  {
	padding : 2pt;
	border-width : 1pt;
	border-color : #000000;
	border-style : solid;
	font-size : smaller;
	margin-left : 1cm;
	margin-right : 1cm;
	font-family : sans-serif;
}

.footer  {
	font-size : 8pt;
	color : Gray;
	font-family : sans-serif;
}

H4  {
	font-size : 10pt;
	font-weight : bold;
	color : Navy;
	font-family : sans-serif;
}

