<style>
<!--
body {  font-family: Arial, Helvetica, sans-serif; color : grey; }
A { text-decoration : none; color : teal; }
A:Hover { text-decoration : underline; color : teal; }

body
{
	margin: 0px;
	background: #002F43 url(images/bg01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B9B9B9;
	
	}
	
	html {scrollbar-face-color: #999999;
scrollbar-face-color:#293E4C;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#6A747A;
scrollbar-darkshadow-color:#3A444A;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#ff0000;
scrollbar-track-color:#3399ff;
}

#bg2 {
	background: url(images/bg03.jpg) no-repeat center top;
}
#bg3 {
	background: url(images/bg04.jpg) repeat-y center top;
}

#bg4 {
	background: url(images/bg05.jpg) no-repeat center top;
}

#bg5 {
	background: url(images/bg06.jpg) no-repeat center bottom;
}

/* Header */

#header {
	width: 900px;
	height: 135px;
	margin: 0px auto;
	text-transform: lowercase;
	color: #FFFFFF;
}

-->
</style>