/* CSS Document */

/* Content */
body, div, span, p, td, input, select, textarea {
	color: black;
	font-size: 9pt;
	font-family: verdana, arial, geneva, sans-serif;
}
a {
	color: #004960;
}
h1, h2, h3, h4 {
	color: #DDEEFF;
	font-weight: normal;
	font-family: Corbel, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	color: #004960;
	font-size: 18px;
}
h4 {
	color: #004960;
	font-size: 16px;
}
blockquote {
	padding-left: 15px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
div.Break {
	color: white;
	background-color: white;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top-style: dotted;
	border-top-color: silver;
	border-top-width: 1px;
}
ul.Padded li {
	padding-bottom: 10px;
}
ul.Clients {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.Clients li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}