body {
	margin: 6px;
	font: 0.8em Verdana, Arial, Sans-serif;
	color: #397BAD;
	background-color: #E3F6DB;
}

a {
	color: #000000;
}

h1 {
	color: #397BAD;
	font-size: 16px;
	margin-left: 16px;
	text-shadow: 0px 1px 1px #ffffff;
	margin-bottom: 5px;
	margin-top: 20px;
}

ul {
	-webkit-border-radius: 10px;
	border: 1px solid #397BAD;
	background-color: #ffffff;
	width: 306px;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

li {
	word-wrap: break-word;
	border-top: 1px solid #397BAD;
	padding: 10px;
	color: #255079;
}

li span {
	font-weight: normal;
	color: #397BAD;
	display: block;
	width: 279px;
	text-align: right;
	margin-top: -18px;
}

li a {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	color: #397BAD;
	font-weight: bold;
}

li:first-child {
	border-top: none;
}

p {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	color: #397BAD;
}

p a, span a {
	font-weight: normal;
	text-align: left;
	display: inline;
	text-decoration: underline;
	color: #397BAD;
	background-image: none;
}

p + p {
	margin-top: 12px;
}

.disabled {
	color: gray;
}

.centered {
	text-align: center;
}