/* body */
body {font-size: 10pt;
	 font-family: arial,helvetica;
	 color: #000000;
	 background-image:url("images/logogrey.gif"); 
	 SCROLLBAR-FACE-COLOR: #006633;
	 SCROLLBAR-HIGHLIGHT-COLOR: #ffffcc;
	 SCROLLBAR-SHADOW-COLOR: #ffffcc;
	 SCROLLBAR-3DLIGHT-COLOR: #006633;
	 SCROLLBAR-ARROW-COLOR: #ffffcc;
	 SCROLLBAR-DARKSHADOW-COLOR: #ffffcc;
	 SCROLLBAR-BASE-COLOR: #006633}
	 
	 
/* Indent paragraphs */
p {margin-left: 24pt;
   margin-right: 24pt;}
   
/* Headings */
h1 {font:  24pt arial,helvetica;
   color: #0000ff;
   font-weight: bold;
   line-height: 30pt;
   text-align: center}
   
h2 {font: 10pt arial,helvetica;
   color: #0000ff;
   font-weight: bold;
   margin-left: 24pt;}
   


/* Underline links, make links blue */
a:hover {COLOR: #006633}
a {text-decoration: underline;}
a:visited {#0000ff;}
a:link {#0000ff;}
a:active {#0000ff;}
 


