BODY {
			 	color: #AAAAAA;
			 	font-family: arial,helvetica;
			 	font-size: 10pt;
			 	background-color: #666666;
}

H1	{ 
				font-size: 14pt;
				font-weight:bold;
				font-style:italic;
}
H2	{
				font-size: 12pt;
				font-weight:bold;
				font-style:italic;
			}
H2.list {
				margin-top: 2px;
				margin-bottom: 2px;

}
H3	{
				font-Size: 11pt;
			 	font-weight: bold;
}

UL.list {
				margin-top: 2px;
				margin-bottom: 2px;
}

PRE	{
				font-family: courier;
				font-Size: 9pt;
				background-color: #465050;
}

span	{
				font-size: smaller;
}
P {
				font-size: 9pt;
}
P.center {
				text-align: center;
}			
A {
				color: #8e9dab;
			 	font-size: 9pt;
}
code {
				font-family: courier;
				font-style:italic;
				font-Size: 8pt;
}
div.error {
				color: #ee0000;
				font-size: 9pt;
}
div.center {
				text-align: center;
				width: 100%;
}

