body {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans,sans-serif;
	font-size: 10px;
	color: #111;
}

h1, h2, h3, h4, h5, h6 {
	color:#039;
	font-weight: bold;
}


/* Font sizes */

h1 { font-size: 22px; line-height:1.25em; letter-spacing:1px; }
h2 { font-size: 16px; line-height:1.33em; }
h3 { font-size: 14px; line-height:1.25em; }
h4 { font-size: 12px; line-height:1.5em; }

p, caption, td, th, dd, dt, pre, code, address {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.image-caption {
	font-size:.95em;
	color:#666;
	margin-top:5px;
}

hr {
	background-color: #b3b3b3;
	border: 0;
	color: #b3b3b3;
	height: 1px;
	margin-bottom: 10px;
	width: 100%;
}

/* Links */
a:link {color: #039; text-decoration: none;} 
a:visited {color: #039; text-decoration: none;}
a:hover,a:focus {color: #039; text-decoration: underline;}
a:active {}

/* Lists and stuff */
ul, ol {
	margin: 0 0 10px 0;
}

ul {
	list-style-type:disc;
	text-indent:-10px;
	padding-left:20px;
}

ol {
	list-style-type:decimal;
	text-indent:-10px;
	padding-left:10px;
}

li {	
	font-size: 12px;	/* declared explicitly to avoid nesting bugs */
	margin: 0 0 5px 0;
	line-height: 1.5em;
	list-style-position: outside;
}

li li {margin: 5px 0 5px 15px;} /* pad nested list items */

dt {
	font-weight: bold;
}

dd {
	font-style: italic;
	padding-left: 10px;
	margin: 0 0 10px 0;
}

/* Tables */
.tinted-table {
	background-color:#E8EFF8;
}

.tinted-table tr {
	border-bottom:#FFF solid 2px;
}

.tinted-table th {
	background-color: #036;
	color:#FFF;
	padding:3px 10px;
	text-align:left;
}

.tinted-table td {
	padding:3px 10px;
}

caption {	
	font-style: italic;
	text-align: left;
}

/* Other blocks of content */

blockquote {
	color: #333;
	font-style: italic;
	margin: 10px;
}

code {
	color: #666;
	display: block;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0 0 10px 0;
}

pre {
	color: #666;
	display: block;
	margin: 0 0 10px 0;
}

/* Misc html elements */

del {color: #999;}

ins {font-style: italic;}