#mainContent h1 {
	font-size: 108%;
	line-height: 2;
	font-weight: bold;
	text-align: center;
}
.message1 {
	float: left;
	width: 380px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
dl  {
	border: 1px solid #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}
dl dt  {
	font-size: 108%;
	line-height: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #EEE;
	text-align: center;
	font-weight: bold;
}
dl dd  {
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
dl ul  {
	margin: 0px;
	padding: 0em;
}
dl ul li  {
	line-height: 1.6;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	font-size: 93%;
	margin: 1.5em;
}
dl dd ul li a {
	color: #222;
	text-decoration: none;
}
dl dd ul li a:hover {
	color: #00F;
	text-decoration: underline;
}
.message1 dl dd ul li img {
	margin-left: 5px;
}

