body {
	font: 110% calibri, Arial, Helvetica, sans-serif;
	color: white;
	background: #0d004c url(/imgs/bg/bluefractal.jpg) center top no-repeat;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
* {
	margin: 0;
}
td {
	vertical-align: top;
}
p {
	margin-bottom: 20px;
	text-indent: 20px;
}

h1, h2 {
	padding-top: 14px;
	border-bottom: 1px solid #18008e;
}
h3, h4 {
	padding-top: 12px;
	border-bottom: 1px solid #b2aad9;
}

ul {
	zborder: 1px solid #18008e;
	padding-left: .8em;
	padding-bottom: 1em;
}
li {
	margin-left: .8em;
	zborder: 1px solid #b2aad9;
}

em {
	font-size: 75%;
	color: #444;
}

.content a, .content a:visited {
	color: #22a;
	text-decoration: none;
	border-bottom: 1px solid #b2aad9;
}
.content a:hover {
	color: #44f;
	text-decoration: underline;
	border-bottom: 1px solid #18008e;
}

.breadcrumbs {
	margin-bottom: -12px;
	font-size: 75%;
}