/* Details Page style definations */
	body {background-image; background-color: #ffffff;}
	body {margin-left: 0; margin-bottom: 0; margin-right: 0; margin-top: 0;}

/* Text styles - Black */
    b.h1 {color: #000000; font: 9pt "Arial"}
	b.h2 {color: #000000; font: bold 9pt "Arial"}
    b.h3 {color: #000000; font: italic 9pt "Arial"}
	b.h4 {color: #000000; font: italic bold 9pt "Arial"}
    b.h5 {color: #000000; font: 8pt "Arial"}
	b.h6 {color: #000000; font: bold 8pt "Arial"}
    b.h7 {color: #000000; font: italic 8pt "Arial"}
	b.h8 {color: #000000; font: italic bold 8pt "Arial"}
	b.h9 {color: #000000; font: 7pt "Arial"}
	b.h10 {color: #000000; font: bold 7pt "Arial"}
    b.h11 {color: #000000; font: italic 7pt "Arial"}
	b.h12 {color: #000000; font: italic bold 7pt "Arial"}
	b.h13 {color: #FF0000; font: 12pt "Arial"}
	b.h14 {color: #000000; font: bold 12pt "Arial"}
    b.h15 {color: #000000; font: italic 12pt "Arial"}
	b.h16 {color: #000000; font: italic bold 12pt "Arial"}
	b.h17 {color: #000000; font: bold 13pt "Arial"}

/* Link styles  */	
	A:link {color: #000000; text-decoration: none}
    A:visited {color: #000000; text-decoration: none}
    A:active {color: #996600; text-decoration: underline}
	A:hover {color: #CC0000; text-decoration: none}
