body {
	background: #fff;
}

h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #d1006c;
}

div {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #3f3f3f;
}

div#header {
	margin: 20px;
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}

div#content {
	margin: 20px;
}

div#footer {
	margin: 20px;
	font-size: 10px;
	color: #7e7e7e;
	text-align: center;
}

div.quote {
	font-family: Courier New;
	font-size: 12px;
	color: #000;
	padding-left: 20px;
	padding-bottom: 20px;
}

a:link, a:visited {
	color: #c50154;
	text-decoration: none;
	background-color: transparent;
	border-color: #c50154;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

a:hover, a:active {
	color: #006bef;
	text-decoration: none;
	background-color: transparent;
	border-color: #006bef;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

div.quote div.info a.id:link, div.quote div.info a.id:visited {
	font-weight: bold;
}

div.quote div.info a.id:hover, div.quote div.info a.id:active {
	font-weight: bold;
}

input, input.submit, textarea {
	font-family: Verdana, Tahoma, Arial, sant-serif;
	font-size: 11px
}

input, input.submit, textarea {
	background: #ededed;
	padding: 4px;
	color: #4e5a6b;
}

input, textarea {
	border-left: 1px solid #a8a8a8;
	border-top: 1px solid #a8a8a8;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

input.submit {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	font-weight: bold;
}

fieldset {
	border: 1px solid #dddddd;
}

form fieldset ol li label {
	display: block;
	font-weight: bold;
	padding: 6px;
}

form fieldset ol li, form fieldset ol {
	list-style-type: none;
	margin: 6px;
	padding: 0;
}

legend {
	font-weight: bold;
	font-size: 20px;
	color: #c6024f;
}

span.host {
	font-size: 10px;
	color: #7e7e7e;
}