.boxhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #00005E;
	border: #00005E;
	text-align: center;

}

.topbox {
	background-color: #FFFFFF;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px none #000066;
	border-left: 1px solid #000066;

}

.midbox {
	background-color: #FFFFFF;
	border-top: 1px none #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px none #000066;
	border-left: 1px solid #000066;

}

.bottombox {
	background-color: #FFFFFF;
	border-top: 1px none #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;

}




.boxtitle {
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #00005E;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: bottom;
	height: 22px;


}
.boxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-indent: 5pt;
	line-height: 1.6em;



}
.boxrule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #00005E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00005E;
	border-left-color: #000066;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	text-indent: 10pt;
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFD5D5;
}

