Body{ 
	margin: 0px auto;
	width: 780px;
	background-color: #FFFFFF;
	}

A {
	font-family:inherit;
	font-weight:inherit;
	text-align:inherit;
	font-size:inherit;
	letter-spacing: inherit;
	font-stretch:inherit;
	color:#000066;
	text-decoration: inherit;
	}

A:hover {
	font-family:inherit;
	font-weight: bold;
	text-align:inherit;
	font-size:inherit;
	letter-spacing: inherit;
	font-stretch:inherit;
	color:#006600;
	text-decoration: underline;
	}	
	
.headline{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000066;
	font-size: 14pt;
	font-weight: bold;
	}

.pagetext{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
	text-align: justify;
	}

.sectionhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#009900; 
	font-size: 12pt; 
	font-weight: bold;
	text-align: left;
	}
	
.topNav{
	font-family: Tahoma, Verdana, Helvetica, Sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 12pt;
	letter-spacing: 500%;
	font-stretch: expanded;
	color: #000000;
	text-decoration: none;
	margin-left: 7pt;
	margin-right: 7pt;
	}
	
.topNav:hover{
	font-family: Tahoma, Verdana, Helvetica, Sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 12pt;
	letter-spacing:  120%;
	font-stretch: semi-expanded;
	color: #000066;
	text-decoration: underline;
	
	}	
	
.bottomNav{
	font-family: Verdana, Helvetica, Sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 8pt;
	letter-spacing:  60%;
	font-stretch: semi-expanded;
	color:#CCCCCC;
	text-decoration: none;
	}

.bottomNav:hover{
	font-family: Verdana, Helvetica, Sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 8pt;
	letter-spacing:  60%;
	font-stretch: semi-expanded;
	color: #006600;
	text-decoration: underline;
	}	

.infoLink{
      font-family:Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 9pt; 
	  font-weight: bold; 
	  color:#0033CC; 
	  text-decoration:none;
	  }

.infoLink:hover{
      font-family:Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 9pt; 
	  font-weight: bold; 
	  color:#006600;
	  text-decoration:underline;
	  }	  
	  
.oddRow{
    width: 600px;
	height: 80px;
	vertical-align:middle;
	border-width: 1px;
	border-style:solid;
	border-color:#333333;
	background-color:#FFFFFF;
	margin: 2px 0px 2px 20px;
	}

.evenRow{
    width: 600px;
	height: 80px;
	vertical-align:middle;	
	border-width: 1px;
	border-style:solid;
	border-color:#333333;
	background-color:#ccffcc;
	margin: 2px 0px 2px 20px;	
	}	