body 		{
		background-color: rgb(230,255,255); 
		background-image: url("images/background.gif"); 
		font-family: Arial, Helvetica, sans-serif; 
		}

h1 		{
		color: rgb(0,0,128); 
		font-family: Arial, Helvetica, sans-serif;
  		font-size: 16pt;
  		font-weight: bold;
  		font-style: normal;
		font-variant: small-caps;
  		text-align: center;
 		}

h2 		{
		color: rgb(0,0,128); 
		font-family: Arial, Helvetica, sans-serif;
  		font-size: 14pt;
  		font-weight: bold;
  		font-style: normal;
		font-variant: normal;
  		text-align: center;
 		}

h3 		{
		color: rgb(0,0,128); 
		font-family: Arial, Helvetica, sans-serif;
  		font-size: 12pt;
  		font-weight: bold;
  		font-style: normal;
		font-variant: normal;
  		text-align: center;
 		}

h4 		{
		color: rgb(0,0,128); 
		font-family: Arial, Helvetica, sans-serif;
  		font-size: 11pt;
  		font-weight: bold;
  		font-style: normal;
		font-variant: small-caps;
  		text-align: left;
 		}
p 		{
		color: rgb(211,111,0); 
		font-family: Arial, "Arial narrow", sans-serif;
  		font-size: 10pt;
  		font-weight: normal;
  		font-style: normal;
		font-variant: normal;
  		text-align: left;
 		}

a:link 		{
		color: rgb(255,51,204)
		}
a:active 	{
		color: rgb(153,102,0)
		}
a:visited 	{
		COLOR: rgb(153,0,0)
		}

table 		{
		table-border-color-light: rgb(51, 51, 153); 
		table-border-color-dark: rgb(51, 51, 153);
		color: rgb(221,121,0); 
		font-family: "Arial narrow", sans-serif;
  		font-size: 10pt;
  		font-weight: normal;
  		font-style: normal;
		font-variant: normal;
  		text-align: left;
		}

menu 		{
		list-style: none; 
		color: rgb(206,114,0); 
		font-family: "Arial narrow", sans-serif;
  		font-size: 12pt;
  		font-weight: bold;
  		font-style: normal;
		font-variant: small-caps;
  		text-align: left;
		margin: 10;
		padding-left: 0;
 		}
ul 		{
		list-style-type: disc; 
		color: rgb(206,114,0); 
		font-family: "Arial narrow", sans-serif;
  		font-size: 10pt;
  		font-weight: normal;
  		font-style: normal;
		font-variant: small-caps;
  		text-align: left;
 		}
ol		{
		list-style: decimal; 
		color: rgb(206,114,0); 
		font-family: "Arial-narrow", sans-serif;
  		font-size: 10pt;
  		font-weight: normal;
		}


