/* CSS Document */

h4 {
	font-size: 15px;
	font-weight: normal;
	color: #003300;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin:0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	line-height: 120%;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	color: #003300;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin:0px;
	line-height: 120%;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #993333;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin:0px;
	line-height: 120%;
	
}
.box {
	border: 1px solid #666666;
}
