		body {
			margin: 0px;
			background-image: url(../images/background_home.gif);
			background-repeat: repeat-y;
			background-color: #002c41;
		}
		.copy_normal {
			font: normal 12px verdana, arial, helvetica;
			color: #333;
			line-height: 140%;
		}
		.copy_small {
			font: normal 12px verdana, arial, helvetica;
			color: #666;
			line-height: 140%;
		}
		.copy_large {
			font: bold 14px verdana, arial, helvetica;
			color: #666;
			line-height: 140%;
		}
		.copy_nav_arrow {
			font: normal 12px verdana, arial, helvetica;
			color: #333;
			width: 10px;
			text-align: right;
			padding-right: 4px;
			line-height: 18px;
		}
		.form { width: 300px; }
		h1 {
			font: italic normal 20px times new roman, times, georgia;
			color: #002c41;
		}
		.header_right {
			font: italic normal 20px times new roman, times, georgia;
			color: #fff;
		}
		#background {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 1;
		}
		#foreground {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 10;
		}
		#navigation {
			position: absolute;
			top: 311px;
			left: 15px;
			z-index: 10;
		}
		#body_copy {
			position: absolute;
			top: 316px;
			left: 219px;
			z-index: 10;
			width: 502px;
		}
		#navigation_supp {
			position: absolute;
			top: 195px;
			left: 15px;
			z-index: 10;
		}
		#body_copy_supp {
			position: absolute;
			top: 172px;
			left: 219px;
			z-index: 10;
			width: 502px;
		}
		#body_right {
			position: absolute;
			top: 172px;
			left: 771px;
			z-index: 10;
			width: 200px;
			text-align: center;
		}
		a.nav {
			font: bold 12px verdana, arial, helvetica;
			color: #090;
			text-decoration: none;
		}
		a.nav:hover { text-decoration: underline; }
		
		.grid_header {
			background-color: #ddd;
			padding: 4px;
			font: bold 12px verdana, arial, helvetica;
			color: #333;
		}
		.grid_data{
			background-color: #eee;
			padding: 4px;
			font: bold 11px verdana, arial, helvetica;
			color: #333;
		}
		#grid_data a {
			background-color: #eee;
			padding: 4px;
			font: normal 11px verdana, arial, helvetica;
			color: #002c41;
		}
		
			