body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
}
a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	color: #65A5A9;
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
p {
	font-size: 0.8em;
	color: #333333;
	font-weight: 100;
	line-height: 1.5em;
	text-align: left;
}	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	color: #006666;
	margin-bottom: -1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	color: #87A030;
	margin-bottom: -10px;
	line-height: 1.5em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -5px;
	color: #333333;
	font-family: Arial;
	line-height: 1.4em;
}
h4 {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #79A6AD;
	margin-bottom: -10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
h5 {
	font-family: Arial;
	font-size: 0.7em;
	color: #333333;
	background-color: #DDDDDD;
	margin-top: -16px;
	padding: 3px;
	font-weight: normal;
}
h6 {
	font-family: Arial;
	font-size: 0.7em;
	color: #666666;
	font-weight: lighter;
	padding-top: 5px;
	padding-bottom: 5px;
}
hr {
	margin-top: 15px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	border: 10px solid #CCCCCC;
}
.imgright {
	float: right;
	margin-left: 10px;
	border: 10px solid #CCCCCC;
}
.imgborder {
	border: 10px solid #999999;
}
.white {
	color: #FFFFFF;
}
.green {
	color: #94AF34;
}
.quote {
	margin-left: 30px;
}
.grey {
	color: #999999;
}
