TABLE {
	
	scrollbar-base-color: #008080;
	scrollbar-Arrow-color: #FFFFFF;
	font-family : Verdana;
	font-size : 10px;
	color : #008080;
	
}
A:LINK {
	color: #008080;
	text-decoration : none;
}
	
A:HOVER {
	text-decoration : underline;
	color : #006666;
	font-weight: bold;
}
A:ACTIVE {
	color: #CC3300;
	text-decoration : none;
	
}


TEXTAREA {
	font-family : Verdana;
	font-size : 10px;
	color : #008080;
}


BODY {
	scrollbar-base-color: #008080;
	scrollbar-Arrow-color: #FFFFFF;
	bgproperties: "fixed";
	background-attachment: scroll;
	background-image: url(/img/sfo.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

.maintable {
	width: 100%;
}
.menutable {
	width: 100%;
}
.activelink {
	font-size: 12px;
	font-weight: bold;
	color: #CC3399;
}
.bgheader {
	background-image: url(/img/sfo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	width: 100%;


}
