body {
	background-color:#333333;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}

.smallheader {
  background-color: #993333;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.darktext{
	font-size: 10px;
	color: #666666;
}

.red{
	color: #003399;
	font-weight: bold;
}

.footerlink:link{
	color: #999999;
}

.footerlink:visited{
	color: #999999;
}

.footerlink:hover{
	color: #999999;
	text-decoration: underline;
}

.footerlink:visited:hover{
	color: #999999;
	text-decoration: underline;
}

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

img {
  border: 0;
}

h1 {
  color: #003399;
  font-size: x-large;
  border-color: #333333;
  background-color: #cccccc;
}

h2 {
  font-size: large;
  color: #003399;
  border-width: thin;
  border-color: #333333;
  margin-bottom: 0px;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #003399;
	height: 1px;
}

h3 {
  font-size: small;
  background-color: #eeeeee;
}

div.item {
  margin-left: 0px;
  margin-bottom: 0px;
}

li {
  padding: 0px;
  margin: 5px;
}

.mainimage{
  padding: 4px; 
  margin: 0 0 2px 7px; 
  display: inline; 
	float: right;
}
