body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #D3E1FA;
	
}

h1 {
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: 100;
}

h2 {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;
}

#upperTable {
	background-color: #6091EA;
}

.leftColum{
	font-size: 10pt;
	color: #000000;
	font-weight: 100;

}

.leftColum h1{
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	height: 20;
}

.rightColum{
	font-size: 8pt;
	color: #000000;
	font-weight: 500;
}

.rightColum h1{
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	height: 10;
	margin: 0px;
	padding: 0px;
}

.rightColum h2{
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	height: 10;
	margin: 0px;
	padding: 0px;
}

.rightColum a:link {
	font-size: 10pt;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
  }
.rightColum a:visited {
  font-size: 10pt; 
  color:#000000;
  text-decoration: none;
  font-weight: bold;
  }
.rightColum a:hover {
  font-size: 10pt;  
  color:#ffffff;
  text-decoration: none;
  font-weight: bold;
  }
  
  

.tableBD {
	border: 1pt solid #003366;
}
.tableBDBD {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
