
body {
	font-style: normal;
	font-weight: normal;
	font-family: "Arial Narrow";
	text-align: center;
	color: #606060;
	background-color: #EFEFEF;
	background-attachment: fixed;
	margin: 0px;
	scrollbar-face-color: #ECECEC;
	scrollbar-highlight-color: #262626;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #F2F2F2;
}
  
 /* Headers */

H1{
  font-weight: bold;
  color: #666666;
}

/* Style for all table cells. */
td {
	font-size: 10pt;
}



 

.head{
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}



/* Custom link styles */
a:active {
	text-decoration: none;
	color: #9B9B9B;
}

a:visited {
	text-decoration: none;
	color: #6F6F6F;
}

a:hover {
	text-decoration: none;
	color: #FFAB2B;
}

a:link {
	text-decoration: none;
	color: #8B8B8B;
}




