body
{
    font-family: "Helvetica Neue", Arial, sans-serif;
	color: #333333;
	background-color: rgb(64, 64,64);
	font-size: 10pt;
}

.content
{
	width: 50em;
	border: 1px solid #eeeeee; 
	padding: 2em;
	background-color: #ffffff;
	text-align: left;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-webkit-box-shadow: 0em 0em 1em rgb(64, 64,255); 
	-moz-box-shadow: 0px 4px 8px #cccccc; 
}

.section
{
	border-bottom: 1px dotted #eeeeee;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
}

.heading1
{
	font-size: 2em;
}

.heading2
{
	font-size: 1.5em;
}

.heading3
{
	font-size: 1.2em;
	font-weight: bold;
}

.heading4
{
	font-size: 1em;
	font-weight: bold;
}

.aside
{
	font-size: 0.8em;
	font-style: italic;
	padding-left: 5em;
}

.copy
{
	padding-left: 5em;
}

.copy ol li
{
    padding-top: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #cccccc;
}

.copy ol li:last-child
{
    border-bottom: none;
}

.link
{
	padding-left: 2em;
}

.breadcrumbs
{
	font-size: 0.8em;
	/*text-align: right;*/
}