body,td,th {
	color: #000000;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
}
.style1 {font-size: medium;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {font-size: small; 
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {font-size: medium;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {font-size: small;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {font-size: x-small; 
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {font-size: x-small; 
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	margin-top: 4px;
	padding-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	color: #FFFFFF;
	background-image:url('images/bluefill.jpg');
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: normal;
	font-weight: normal;
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-style: italic;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	font-weight: bold;
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-style: italic;
	color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
    font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

div.img
{
  margin: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin:0px;
  border:0px solid #EEEEEE;
}
div.desc
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  line-height: normal;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  text-align: center;
  width: 128px;
  height: 40px;
  margin:2px;
}
