@charset "utf-8";
/* CSS Document */


body {
	font: normal 85%/135%; font-family:Verdana, Geneva, sans-serif;
	color: #555;
	background-color: #fff;
}

img{border:0;}
.clear{clear:both}


h1, h2, h3 { color:#000; }
	
h1 { font-size: 2em; }
h2 { font-size: 1.2em; }
h3 { font-size: .90em; font-variant: small-caps; }

a { color: #036; }
a.section:link {color:#5c3315;text-decoration:none;}
a.section:visited {color:#5c3315;text-decoration:none;}
a.section:hover {text-decoration:underline;}
a.section:active {text-decoration:underline;}


p { width: 450px; margin: 25px 0; }

strong { font-weight: bold; color: #000; }

hr {
	color: #fff;
	border-top: dotted 1px #390;
	width: 600px;
	margin-left: 0;	
}

