/* block */
/* heading */
/* paragraph */
/* table */



/* heading */
h1 {
	color: #000000;
	border-left-width: 3px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 3px;
	border-color: #00aa51;
	width: 500px;
	padding: 4px;
	border-style: solid;
	font-weight: normal;
	background-color: #edffea;
	font-family: serif;
	text-align: center;
}
h2 {
	color: #42403c;
	border-left-width: 6px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #cecece;
	width: 10em;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border-style: double;
	font-weight: normal;
	background-color: #edffea;
	font-family: serif;
	margin-right: auto;
	margin-left: 3%;
	margin-top: 2%;
}


/* heading */


/* paragraph */
td.va {
	vertical-align:top;
}
.text-dd {
	text-align:		left;
	color:			#000000;
	line-height: 1.4;
	background-color: #edfff2;
	text-indent: 1em;
	padding: 8px;
	font-size: small;
	margin-top: 0px;
	margin-left:0px;
}

.text-dd-orange {
	text-align:		left;
	color:			#000000;
	line-height: 1.4;
	background-color: #ffffe2;
	text-indent: 1em;
	padding: 8px;
	font-size: small;
	margin-top: 0px;
	width :275px;
	margin-left:0px;
}

.text-dd-blue {
	text-align:		left;
	color:			#000000;
	line-height: 1.4;
	background-color: #ffffcc;
	text-indent: 1em;
	padding: 8px;
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
	width: 275px;
}

dt {
	color: #000000;
	border-left-width: 4px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #f9b525;
	width: 265px;
	padding-left: 16px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border-style: solid;
	font-weight: normal;
	background-color: #edffea;
	font-family: serif;
	font-size: medium;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align:left;
}
/* paragraph */


/* table */


div.a {
	color: #42403c;
	background-color:	#f9fff4;
	text-align:			left;
	border-style:		solid;
	border-color:		#66cc33;
	border-width:		2px;
	margin-bottom:		60px;

}

td.b {
	color: #42403c;
	background-color: #f9fff4;
}
/* table */
img.bq {
	display: block;
	width: 128px;
	height: 96px;
}