@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;.
	font-family: Tahoma;
	font-size: 11px;
	color: #818286;
	}
	
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #818286;
	}
	
a:link, a:visited {
	color: #4a6e81;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #82a7ba;
	text-decoration: none;
	}
	
a.white:link, a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a.white:hover, a.white:active {
	color: #FFFFFF;
	text-decoration: none;
	}
		
.shadow_top {
	background-image: url('../images/shadow_top.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 14px;
	}
	
.shadow_left {
	background-image: url('../images/shadow_left.jpg');
	background-repeat: repeat-y;
	background-position: right;
	width: 9px;
	}
	
.shadow_right {
	background-image: url('../images/shadow_right.jpg');
	background-repeat: repeat-y;
	background-position: left;
	width: 9px;
	}
	
.shadow_bottom {
	background-image: url('../images/shadow_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
	}
	
.main_content {
	border: solid 1px #3e6c84;
	}
	
.header {
	background-image: url('../images/header_bg.jpg');
	background-repeat: repeat-y;
	background-position: top;
	border-bottom: solid 1px #3e6c84;
	}
	
.header_right {
	background-image: url('../images/header_dolphin.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	}
	
.menu {
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: solid 1px #3e6c84;
	}
	
.left_content {
	background-color: #FFFFFF;
	border-right: solid 1px #3e6c84;
	}
	
.blue_bar {
	background-color: #82a7ba;
	background-image: url('../images/blue_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	font-size: 10px;
	}
	
.footer {
	color: #4a6e81;
	font-size: 10px;
	}