body {
	background-color: #0f0f0f;
	color: #5c948d;
	font-family: Palatino Linotype;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	}

td, th {
	}

.container {
	background-color: #112e2a;
	font-size:small;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat;
	padding-top:0px;
	}
	
.header {
	background-color: #112e2a;
	background-image: url(../images/bg_green_tile.png);
	background-repeat: repeat;
	min-height:90px;
	font-size:medium;
	letter-spacing:4px;
	}

.headerbar {
	background-image: url(../images/bg_header.png);
	background-repeat: repeat;
	min-height:23px;
	vertical-align:bottom;
	margin-top:-5px;
	}

.content {
	min-height:555px;
	background-image: url(../images/fish_02.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	}

.footer {
	font-size:small;
	text-align:center;
	vertical-align:bottom;
	background-image: url(../images/bg_green_tile.png);
	background-repeat: repeat;
	letter-spacing:4px;
	}

.footerbar {
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat;
	vertical-align:top;
	min-height:20px;
	}

a:link {
	color: #5c948d;
    text-decoration: none;
	}

a:visited {
	color: #5c948d;
    text-decoration: none;
	}

a:hover {
	color: #c5e0dd;
	text-decoration: underline;
	}

.style1 {
	font-size: medium;
	text-align:center;
	color:#346d66;
	font-weight:normal;
	letter-spacing:normal;
	}

.style2 {
	font-size:medium;
	font-weight:bold;
	text-align:center;
	color:#346d66;
	}
	
.style3 {
	font-size:medium;
	font-weight:bold;
	text-align:center;
	color: #c5e0dd;
	}

.style4 {
	font-size: small;
	text-align:center;
	}
	
.style5 {
	font-size: xx-large;
	text-align:center;
	color:#346d66;
	letter-spacing:3px;
	}



