body { /*background: blue url('../images/bg-1500-dkblu.jpg');*/
	font-family: Arial;
	font-size: 11pt;
	color: navy;
	background-image: url('../images/blue33lt.jpg')
	}

div.hr {
/*	background-color: navy;
	height: 2px;
*/	border-top:2px navy solid;
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
	height: 5px;
	}

.dnav {
	position: absolute;
	top: 10px;
	left: 11px;
	width: 136px;
	text-align: center;
	z-index: 40;
	}

.dmain,
.dmainJ {
	position: absolute;
	top: 0px;
	left: 175px;
	margin-top: 0px;
	margin-bottom: 6px;
	width: 600px;
	}

.dmain {
	text-align: center;
}

.dmainJ	{
	text-align: justify;
	}
	
.title {
	font-family: "comic sans MS";
	font-size: x-large;
	color: blue;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}

.dbg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 169px;
	height: 1500px;
	text-align: center;
	background-image:url('../images/bg-left.jpg');
	z-index: 0;
	}

.red {color: red;}

.border0 {
	border-width: 0px;
	}

.border1 {
	border-style: solid;
	border-width: 1px;
	}

.center {
	text-align: center;
}
