* {
	border: 0;
	margin: 0;
	padding: 0;
}


body {
	margin: .25in .75in .25in 1.5in;
	font: 11pt/190% "Georgia" , "Lucida Bright", Lucidabright, serif;
	background-color: #fff;
}
h1 {
	font-family: "Georgia", serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #83aa01;
	margin:  0 0 1em;
	padding: .5em 0;
	border-bottom: 1px solid #eee;
}


a:link {
	color: #069;
	text-decoration: none;
}

a:visited {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration: none;
	border-bottom: 1px dotted #036;
}

a:active {
	color: #fff;
	background: #069;
	text-decoration: none;
}

p, th, td, li, ul, ol { 
	color: #333333;
	margin: 0;
	padding: 0;
}
p {
	padding-bottom: 1em;
}

	
ul, 
ol {
	margin-left: 3em;
}


ul + p, 
ol + p {
	margin-top: 1em;
}

hr {
	border: 0;
	margin: 10px 0;
	width: 98%;
	color: #999;
	background-color: #eee;
	height: 1px;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #eee;
}


