body {
	line-height: 130%;
}
ul {
	font-size: 0.85em;
}
dl{
	padding:0px;
	height:1%;
	background-image: url(img/top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
dl.bluebox {
	background-color: #66CCFF;
}
dl.greenbox {
	background-color: #66CC00;
}
dl.pinkbox {
	background-color: #FFCCFF;
}
dt {
	font-weight: bold;
	font-size: 1em;
	background-image: url(img/top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}
dd {
	font-size: 0.9em;
	background-image: url(img/bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	margin: 0px;
}
dd p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
dd p.last {
	background-image: url(img/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}

