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:#d0ecf5;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-base-color:#233973;
    scrollbar-dark-shadow-color:#233973;
    scrollbar-face-color:#e5d5be;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#434243
	}

#header
	{
	position: absolute;
	top: 0;
	width: 760px;
	height: 120px;
	left: 50%;
	margin-left: -380px;
	}
#content
	{
	/*\*/
	position: absolute;
	/* Exclude abs positioning for Mac IE5 */
	width: 760px;
	/*\*/
	top: 120px;
	bottom: 0px;
	left: 50%;
	margin-left: -380px;
	/* Exclude all previous props for Mac IE5 */
	/*\*/ overflow: auto; /* no need for Mac IE5 to see this */
	}

.locator a:hover{FILTER: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5}
.image { background-repeat: no-repeat; }	
.noprint { display: none; }
.fontheader1{font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-size:18pt; line-height: 22pt; font-weight: bold; color:#233973;}
.fontheader2{font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-size:14pt; line-height: 18pt; font-weight: bold; color:#233973;}
.fontbody1{font-family: "Trebuchet MS", Tahoma, sans-serif; font-size:12pt; line-height: 13pt; font-weight: bold; color:#233973;}
.fontbody2{font-family: "Trebuchet MS", Tahoma, sans-serif; font-size:12pt; line-height: 13pt; font-weight: normal; color:#FFFFFF;}
.fontbody3{font-family: "Trebuchet MS", Tahoma, sans-serif; font-size:10pt; line-height: 12pt; font-weight: normal; color:#000000;}
.fontbody4{font-family: "Trebuchet MS", Tahoma, sans-serif; font-size:7pt; line-height: 9pt; font-weight: normal; color:#000000;}

A:link { font-size: 10pt; 
	text-decoration: underline;
	color: #233973;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; line-height: 16pt;}
A:visited { font-size: 10pt; 
	text-decoration: underline;
	color: #233973;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; line-height: 16pt;}
A:hover { font-size: 10pt; 
	text-decoration: underline;
	color: #c7b29d;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; line-height: 16pt;}
A:active { font-size: 10pt; 
	text-decoration: underline;
	color: #c7b29d;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; line-height: 16pt;}