body {
	background: white;
	font-family: Verdana, Arial;
	font-size: 11pt;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border: 0px;
}

table {
	background: white;
	font-family: Verdana, Arial;
	font-size: 11pt;
}

#header {
	background: url(images/bg_top.png);
	height: 100px;
}

#footer {
	background: url(images/bg_bottom.png);
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	height: 50px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-color: white;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	display: block;
	color: #627583;
	font-weight: bold;
	font-size: 10pt;
}

li a {
	text-decoration : none;
	color: #627583;
}

li a:hover {
	color: #000;
}

.title {
	height: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
	border-style: dashed;
	border-color: #ACB2B4;
	border-width: 1px;
	background: url(images/m2.png) no-repeat;
	font-weight: bold;
}

