body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 10px;
	background-color: #e5efe9;
}
th, td {
	font-size: 11px;
}
a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #0584b1;
}
a:hover {
	color: #a30303;
}

h2 {
	color: #fff;
	font-weight: bold;
	height: 20px;
	padding-left: 9px;
	line-height: 20px;
	font-size: 10px;
	margin-bottom: 3px;
}

h2.cms_header_blue {
	background-color: #0486b7;
}
h2.cms_header_red {
	background-color: #A30303;
}
h2.cms_header_green {
	background-color: #b8d8c5;
}
h2.cms_header_black {
	background-color: #000;
}

h3 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
h4 {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: normal;
}
li {
	list-style-type: square;
}
