body {
	width:620px;
	margin:0 auto 0 auto;
	background-color: white;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 11pt;
}
h1, h2, h3 {
	font-weight:normal;
	color: #901c59;
	letter-spacing:-1px;
}
h1 {
	font-size: 3em;
	margin: 0 0 0.5 0;
	display: none;
}
h1 small {
	display: none;
	color: gray;
}
h2 {
	font-size: 1.9em;
	margin: 1.8em 0 0.5em 0;
	border-top: 1px dotted #ccc;
	padding: 8px 0 2px 0;
	clear: both;
}
h3 {
	font-size: 1.5em;
	margin: 0 0 0.3em 0;
}

div.header,
div.content {
	background-color: white;
}
div.header {
	padding-top: 16px;
	overflow: auto;
	margin: 16px 0 48px 0;
}
div.content {
	background-color: white;
}
img.right {
	float: right;
}
p, label, li {
	font-size:1em;
}
label {
	color:black;
}
p, li, a {
	color: #444;
}
p {
	margin: 0 0 1em 0;
	line-height:1.5em;
	width: 420px;
}

a, a:visited, a:hover {
	color: #333;
}
a:hover {
	text-decoration:none;
}
blockquote {
	font-size: 10pt;
	line-height: 1.4em;
	color: #111;
	font-family:"Courier New", Courier, monospace;
	background-color: #ffffdd;
	padding:6px;
	width:175px;
	float: right;
	margin: 0 0 1em 1em;
}
blockquote small {
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size:7pt;
	display:block;
	margin-top:0.5em;
	line-height:1.2em;
	border-top:1px solid #ccc;
	padding-top:4px;
}
blockquote img {
	width:50px;
	padding:1px;
	border:1px solid white;
	float:left;
	margin-right:4px;
}
strong {
	font-weight:bold;
}
div.block {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display: block;
	xbackground-color: #e3fde3;
	margin: 1em 0 1em 0;
	overflow: auto;
	padding: 8px 0 0 0;
}
div.half {
	width:305px;
	float: left;
	display: block;
	border-right: 4px solid white;
}
div.block h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
}
div.block p {
	font-size: 0.8em;
}
p.footer {
	color: #666;
	border-top: 1px solid #ccc;
	width: 100%;
	line-height: 1.4em;
	font-size: 0.7em;
	margin-top:32px;
}
p.footer a {
	color: #666;
	text-decoration:none;
}
small {
	color: #666;
	font-size: 8pt;
	line-height: 1.4em;
}
div.person {
	margin: 2em 0 2em 0;
	clear: left;
	overflow: auto;
}
div.person img {
	width: 120px;
	padding: 1px;
	margin: 0 1em 0 0;
	border: 1px solid #ccc;
	float: left;
}
div.person p {
	font-size:0.9em;
}
br.clear {
	clear: both;
}
div.formwrapper {
	width:400px;
	border:4px dotted #901c59;
	padding:8px;
	background-color: #ffff99;
}
div.formwrapper p {
	color:black;
	width:380px;
}
div.formwrapper input.text {
	margin-bottom:8px;
	width:350px;
}
div.formwrapper label {
	font-size:0.9em;
}
div.formwrapper input.submit {
	font-size:1.2em;
}
li {
	list-style-type:none;
	margin-bottom:1.5em;
	line-height:1.5em;
}
li a {
	text-decoration:none;
}
li a:hover {
	text-decoration:underline;
}
li img {
	float:left;
	width:50px;
	margin-right:8px;
	padding:1px;
	border:1px solid #ccc;
}
span.gratis {
	margin-left:1em;
	padding:1px;
	color:white;
	background-color:red;
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
}