	body { 
		background-color: #FFFFFF;
	}

	table { 
		font-family: arial; 
		font-size: 12px; 
		color: #002147;
	}

	input {
		font-family: arial; 
		font-size: 12px;
		height: 20px; 
	}

	input[type=button] {
		font-family: arial; 
		font-size: 11px;
		height: 24px;
		color: #002147;
		background-color: #F8F5F1; 
		letter-spacing: 1px; 
	}

	input[type=button]:hover {
		color: #FFFFFF;
		background-color: #002147;
	}

	select {
		font-family: arial; 
		font-size: 10px;
		height: 20px; 
	}

	a { 
		font-family: arial; 
		font-size: 12px; 
		text-decoration: none; 
		color: #A48754;
	}

	a:hover { 
		text-decoration: underline;
	}

	#container { 
		width: 960px; 
		margin-top: 10px; 
		padding: 10px; 
		border: 1px solid #FFFFFF; 
		background-color: #FFFFFF;
	}

	.pge_header { 
		font-weight: normal; 
		font-size: 24px; 
		color: #002147; 
		letter-spacing: 2px;
	}

	.sub_header { 
		font-weight: normal; 
		font-size: 18px; 
		color: #002147; 
		letter-spacing: 2px;
	}

	.doc_header { 
		font-weight: bold; 
		font-size: 18px; 
		color: #A48754; 
		letter-spacing: 2px;
	}

	.rpt_header { 
		font-weight: bold; 
		font-size: 18px; 
		color: #002147; 
		letter-spacing: 2px;
	}

	.col_header { 
		line-height: 19px; 
		font-weight: bold; 
		font-size: 13px; 
		color: #002147; 
		background-color: #E3DACA; 
		border-top: 1px solid #A48754; 
		border-bottom: 1px solid #A48754;
	}

	.col_subheader { 
		line-height: 19px; 
		font-weight: bold; 
		font-size: 13px; 
		color: #002147; 
		border-bottom: 1px solid #A48754;
	}

	.dtl_height { 
		line-height: 19px; 
	}

	.dtl_subheight { 
		line-height: 15px; 
	}

	.noprint {
		display: none;
	}