html,body
	{
	margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
	padding: 0;
	/*\*/	overflow: auto; /* because Mac IE5 don't understand */
	height: 100%;
	scrollbar-3d-light-color:#ffffff;
    scrollbar-arrow-color:#0054a6;
    scrollbar-base-color:#676667;
    scrollbar-dark-shadow-color:#676667;
    scrollbar-face-color:#e5e5e6;
    scrollbar-highlight-color:#676667;
    scrollbar-shadow-color:#676667;
	}

#header
	{
	position: absolute;
	top: 0;
	width: 760px;
	height: 135px;
	left: 50%;
	margin-left: -380px;
	}
#content
	{
	/*\*/
	position: absolute;
	/* Exclude abs positioning for Mac IE5 */
	width: 760px;
	/*\*/
	top: 135px;
	bottom: 0px;
	left: 50%;
	margin-left: -380px;
	/* Exclude all previous props for Mac IE5 */
	/*\*/ overflow: auto; /* no need for Mac IE5 to see this */
	}
	
.noprint { display: none; }
.image {background-repeat: no-repeat;} 
.headerclass1{font-family: Palatino, Arial, sans-serif; font-size:18pt; line-height: 20pt;}
.headerclass2{font-family: Arial, sans-serif; font-size:12pt; line-height: 16pt;}
.fontclass1{font-family: Arial, sans-serif; font-size:10pt; line-height: 12pt;}
.fontclass2{font-family: Arial, sans-serif; font-size:10pt; line-height: 14pt;}
.fontclass3{font-family: Arial, sans-serif; font-size:7pt; line-height: 10pt;}
.fontclass4{font-family: Arial, sans-serif; font-size:8pt; line-height: 9pt;}

A:link { font-size: 9pt; 
	text-decoration: underline;
	color: #676667;
	font-family: Arial, sans-serif; }
A:visited { font-size: 9pt; 
	text-decoration: underline;
	color: #676667;
	font-family: Arial, sans-serif; }
A:hover { font-size: 9pt; 
	text-decoration: underline;
	color: #0054a6;
	font-family: Arial, sans-serif; }
A:active { font-size: 9pt; 
	text-decoration: underline;
	color: #0054a6;
	font-family: Arial, sans-serif; }