/* Details Page style definations */

	body {
	background-color: #717171;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;	
}

/* Text styles - Black */
 
 
 b.H1 {color: #000000; font-size: 15pt; font-weight: bold; font-family: "Arial", Helvetica, sans-serif; font-style: italic;}
 b.NAV {color: #000000; font-size: 10pt; font-weight: bold;	font-family: "Arial", Helvetica, sans-serif;}
 b.H2 {color: #000000; font-size: 9pt; font-weight: bold;	font-family: "Arial", Helvetica, sans-serif;}
 b.H3 {color: #000000; font-size: 8pt; font-weight: font-family: "Arial", Helvetica, sans-serif;}
 

/* Link styles  */	

	A:link {color: #000000;	text-decoration: none}
    A:visited {color: #000000; text-decoration: none}
    A:active {color: #666666; text-decoration: none}
	A:hover {color: #999999; text-decoration: none}

