body {
	font-family:Arial,Helvetica,sans-serif;
}

img {
	border:none;
	padding:0;
	margin:0;
}

em {
	font-family:"Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-style:italic;
	text-transform:uppercase;
}

dt {
	font-weight:bold;
}

dd {
	margin:0 0 1em 0;
}

td {
	padding:0 1.5em 0.5em 0;
	vertical-align:top;
}

input {
	border:1px solid #666;
	padding:0.2em;
	background:#eee;
}

blockquote {
	margin:0;
	padding:0;
	font-style:italic;
	font-family:Georgia,Time,serif;
	line-height:150%;
	color:#333;
}

blockquote p {
	margin:0 0 0.25em 0;
	text-indent:25px;
	background:url('/img/site/quote.png') top left no-repeat;
}

hr {
	border:none;
	height:1px;
	border-bottom:1px dotted #999;
}

h1, h2, h3, h4, h5, h6, strong {
	color:#333;
}

h1 {
	font-size:2.4em;
	margin:0 0 0.5em 0;
}

h2 {
	font-size:1.8em;
	margin:0.75em 0 0.25em 0;
}

h3 {
	font-size:1.5em;
	margin:0.75em 0 0.5em 0;
}

h4 {
	font-size:1.2em;
	margin:0.75em 0 0.5em 0;
}

table h1, table h2, table h3, table h4, table h5, table h6
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
	margin-top:0;
}

p {
	line-height:150%;
	margin:0 0 1em 0;
}

ul, ol {
	margin:0 0 1em 0;
	padding:0 0 0 1.5em;
}

li {
	margin-bottom:0.5em;
}

ul.clean {
	padding:0;
	list-style-type:none;
}

.content a, .sidebar a {
	color:#c00;
	text-decoration:none;
	border-bottom:1px dotted #c00;
}

.content a:hover, .sidebar a:hover {
	color:#000;
	border-bottom:1px solid #000;
}

.content a.clean, .sidebar a.clean,
.content a.clean:hover, .sidebar a.clean:hover {
	border:none;
}

.hidden {
	display:none;
}

.big {
	font-size:1.4em;
	font-weight:bold;
}

.big a {
	color:#333;
	border-bottom:1px dotted #333;
}

.indented {
	margin-left:6.5em;
}

.small {
	font-size:0.8em;
}

.inline {
	vertical-align:middle;
}

.spaced {
	margin-right:0.75em;
	margin-bottom:0.75em;
}

.left {
	float:left;
	margin:0 1em 0.5em 0;
}

.right {
	float:right;
	margin:0 0 0.5em 1em;
}

.center {
	text-align:center;
}

.reference {
	margin:0 0 1.5em 1em;
}

.clear {
	clear:both;
}

.highlight, .error {
	color:#c00;
}

.nomargin {
	margin:0;
}

hr.spacer {
	border:none;
	margin:1em 0;
}