/* CSS Document */

body 
  { 
  background-color: white;
  }
img 
  {
	border: 1;
	padding: 10px;
	border-color: #000000;
	border-width: 1px;
	text-align: center;
  }

ul,  ol,  li 
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : Black;
	font-weight:normal;
	margin-top: 1em;
	font-size: 90%;
  
  }
p 
  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : Black;
	font-weight:normal;
	font-size: 90%;
	text-decoration: none;
  }
  a
  {text-decoration: none;
  }
  a:hover	{	border-bottom:1px solid;}
  
  a:link 
  {
	color: #003399;
	font-weight: normal;


  }
a:visited 
  {
	color: #6666FF;
	font-weight: normal;

  }

  
td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : Black;
	font-weight:normal;
	padding-right: 5em;
}

h1
  {
	font-family: Arial, sans-serif;
	font-style: normal;
	color : #333366;
	text-align :left;
	font-weight:bold;
	font-size: 98%;
  }
h2
  {
	font-family: Arial, sans-serif;
	font-style: normal;
	color : #333366;
	text-align :left;
	font-weight:bold;
	font-size: 92%;
  }
h3
  {
	font-family: Arial, sans-serif;
	font-style: normal;
	color : #333366;
	text-align :left;
	font-weight:bold;
	font-size: 89%;
  }

  
