/* CSS1 style sheet for left panel */
BODY {font-family: Verdana, sans-serif; font-style: normal; font-size: 9pt; color: 003333; background-color: D4D4FF;}
P {color: 005050;margin-top:0 ; margin-bottom:10px; font-size: 8pt;}
P.feint {color:669999; margin-top:0 ; margin-bottom:0; font-size: 7pt;}
P.subtext {color:005050; margin-top:0 ; margin-bottom:0; margin-left: 10px; font-size: 7pt;}
H1 {font-size: 14pt; font-weight: bold; text-align: left;margin-top:0 ; margin-bottom: 0}
H2 {font-size: 10pt; font-weight: bold; text-align: left;margin-top:0 ; margin-bottom: 0}
H3 {font-size: 8pt; font-weight: bold; margin-top: 10px ; margin-bottom: 0}
A:link { color: 005050 ; text-decoration: underline}       
A:visited { color: 007070 ; text-decoration: underline} 
A:active { color: salmon ; text-decoration: underline }   
ul {font-size: 8pt; padding:0px; margin:10px; margin-bottom:10px;}
li {margin-bottom: 6px;}
ul.error
	{
	list-style-type: square;
	padding:0px;
	margin:10px;
	font-size: 8pt;
	color: red;
	}

