body {
	font:11px/1.5 Arial,'Liberation Sans',FreeSans,sans-serif;
	color:#666;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom:20px;
}
a.green {
	color:#83a000;
	text-decoration:none;
	}

a:focus {
	border: none;
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
}

h1 {
	font-size:15px;
	color: #333;
	text-transform: uppercase;
	background-image: url(bg-headline.gif);
 	background-repeat: repeat-x;
 	background-position: bottom;
	height: 30px;
}

h2, h3, h4, h5, h6 {
	font-size:11px;
	color:#83a000;
	margin-bottom: 0px;
	font-style: normal;
}


ol {
	list-style:decimal;
}

ul {
	list-style:square;
}

li {
	margin-left:30px;
}

