body { background-color: #f5f5dc;
font-family: Arial, Courier, 'Times New Roman', serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	overflow: auto;
	padding: 10px;
	width: 100%;
	color : Navy;
	scrollbar-3d-light-color: #f5f5dc;
	scrollbar-arrow-color: Navy;
	scrollbar-base-color: #706C3A;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #C1C168;
	scrollbar-highlight-color: #54541B;
	scrollbar-shadow-color: #f5f5dc;
	scrollbar-track-color: #DEE2A9;
	scrollbar-3dlight-color: #f5f5dc;
	scrollbar-darkshadow-color: #9B9C34;
	}
td {
	font-size: 14px;
	font-family: Arial, Courier, 'Times New Roman', serif;

}

table {
	width: 620px;
}

table.s {
	width: 310px;
}


a:link, a:visited  {

	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #D2691E;
	text-decoration: none;
}

a:active {
	color: #2B2CFF;
	text-decoration: none;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px;
	border-bottom-style: inset;
	border-bottom-color: #0001AA;
	border-width: 1px;
	filter: dropshadow(color=#CCCCCC offX =-2 OffY=-2);
	height: 1%;
	}
h3 { font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0px;

}
h4 { font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0px;

}

hr {
	height: 1px;
	color: Navy;
}

li { margin-bottom: 12px; }

.gross {
	font-size: 19px;
	font-weight: bold;

}

.datum {
	font-family: Arial, Courier, 'Times New Roman', serif;
	font-size: 14px;
	color: Black;
	cursor: crosshair;
	text-align: right;
	font-weight: bold;
	}


a:link.nav, a:visited.nav {
	width : 120px;
	background-color : Navy;
	font-family: Arial, Courier, 'Times New Roman';
	text-decoration : none;
	color : white;
	font-weight : normal;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 4px;
	border : 2px groove #0082FF;
	font-size: 12px;
	font-weight: bold;
	display: block;
	}


a:hover.nav {
	width : 120px;
	background-color : Navy;
	font-family: Arial, Courier, 'Times New Roman';
	color : #f5f5dc;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 4px;
	border : 2px inset #f5f5dc;
	font-size: 12px;
	font-weight: bold;
	display: block;
		}


a:active.nav {
	width : 120px;
	background-color : Navy;
	font-family: Arial, Courier, 'Times New Roman';
	text-decoration : none;
	color : #F0E68C;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 4px;
	border : 2px inset brown;
	font-size: 12px;
	font-weight: bolder;
	display: block;
		}

font.headline {
	color: #000063;
	font-size: 14px;
	font-family: Arial, Courier, 'Times New Roman';
	font-weight: bold;
}

font.content {
	color: #000063;
	font-size: 13px;
	font-family: Arial, Courier, 'Times New Roman';
	font-weight: bold;
}

.justify {
	text-align: justify;
}