/* Richter style sheet richter.css - Don Moyle Jan 2005 */

html {
	 background: #FFFFFF;
	 color: #808080;
	 display: block;
	 margin: 0;
	 padding: 0;
	 }
	 
Body {
	 font-weight: normal;
	 text-align: left;
	 text-indent: 0;
	 background: #transparent;
	 color: #666666;
	 font-family: Arial, Helv, Helvetica, Verdana, Geneva, sans-serif;
	 margin-top: 0;
	 }
	 
P	{
	font-size: 10pt;
	}
	
.popup {
		cursor:pointer;
		cursor:hand;
		color: #DBA507;
		}
		
A:link	{color: #DBA507;
	background: #transparent;
	 }

A:visited	{
	color: #800000;
	background: #transparent;
			}

a:hover	{
      background : transparent;
      color : #000000;
      text-decoration : underline;
 		}

H1	{
	 font-weight: bold;
	 text-indent: 20;
	 font-size: 18pt;
	 background: #transparent;
	 color: #DBA507;
	 }

H3	{
	font-weight: normal;
	font-size: 10pt;
	background: #transparent;
	color: #DBA507;
	}
	 
CITE {
	color: #DBA507;
	background: #transparent;
	font-style: normal;
	font-size: 8pt;
	text-align: right;
	}