/*
Plain Stylesheet v1.1
Target: All
*/

body {
	padding: 20px;
	font: normal 95%/1.8 Arial, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Verdana, Helvetica, sans-serif;
	color: #666;
}

p, form, ol, ul, dl, #content li {
	margin-bottom: 0.6em;
}

h1 {
	font-size: 150%;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 133%;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 120%;
	line-height: 1.4em;
	margin-top: 1em;
}

h4, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

small {
	font-size: 60%;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}

a abbr, a acronym {
	border-bottom: none;
}

a:link, a:visited {
	color: #369;
}

a:hover, a:active {
	color: #036;
}

.hide {
	display: none;
}

/* Site specific */

#main ul, #main ol {
	padding-left: 2em;
}

#main ul li {
	list-style: disc;
}

#main ol li {
	list-style-type: decimal;
}

