body {
	margin:0px;
	padding:0px;
	background-color:white;
	font-family: verdana, helvetica, arial,  sans-serif;
	}
.Footer {
	margin:0px auto;
	width:650px;
	padding:0px;
	font-size: x-small;
	line-height:20px;
}
#Header {
	margin:0px auto;
	width:650px;
	padding:10px;
	bottom: auto;
	
	}
.Content {
	margin:0px auto;
	width:650px;
	padding:10px;
	color:black;
	background-color:#EEEEEE;
	border-width:1px;
	border-style:solid;
	border-color: #FFD0B0;
	}
p {
	font-size: small;
	line-height:20px;
	margin:0px 0px 12px 0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}
a {
	text-decoration:underline;
	font-weight:400;
	}
a:link {
	color:#FF6600;
	text-decoration: underline;
}
a:visited {color:#FF6600;
		text-decoration: none
}
a:hover {
			text-decoration: none;
}
h1 {
	color:#FF6600;
	font-size: large;
	font-weight:900;
	
	}
h2 {
	color:#666666;
	font-size: large;
	font-weight:700;
	margin:0px 0px 3px 0px;
	}
h3 {
	color:#6666666;
	font-size: large;
	font-weight:800;
	margin:6px 0px 3px 0px;
	}

img {border-width:0px;}
img.thumb {margin:30px 1px;}


.Address {
	padding:0px;
	font-size: small;
	color:#666666;
}
ol, ul {
	margin-top:0;
	margin-bottom:1em;
	line-height:1;
	}
#Content p+ol, #Content p+ul {margin-top:0em;
.first {margin-top:0px; padding-top:0px;}