BODY
{
	background-image: url(/images/background.gif);
	background-color: #FEFDFF;
	margin-top: 20px;
	background-repeat: repeat-x;
}

h1 { 
  font-family: Georgia, Times New Roman, Serif; 
  font-size: 12pt; 
  color: #3D3D3D; 
  padding-left: 10px;
}

h2 { 
  font-family: Georgia, Times New Roman, Serif; 
  font-size: 11pt; 
  color: #3D3D3D; 
}

.textbody { 
  font-family: Georgia, Times New Roman, Serif; 
  font-size: 10pt; 
  color: #000000; 
  padding: 10px;
}

.textbody A { 
  color: #0D4474; 
  text-decoration: none;
}

.textbody A:hover { 
  color: #0D4474; 
  text-decoration: underline;
}

.bottomarea { 
  background-color: #CDE8FB;
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 7.5pt; 
  font-weight: bold;
  color: #000000; 
  padding: 2px;
}
.bottomarea A { 
  color: #0D4474; 
  text-decoration: none;
}
.bottomarea A:hover { 
  color: #0D4474; 
  text-decoration: underline;
}

.tableborder {
  border-right: 1px #0D4474 solid;
  border-left: 1px #0D4474 solid;
  border-top: 1px #0D4474 solid;
  border-bottom: 4px #437CB0 solid;
}

.tablearea { 
  font-family: Georgia, Times New Roman, Serif; 
  font-size: 9pt; 
  color: #000000; 
  padding: 0px;
}