body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	margin: 0px;
	background-color: #E2E7E7;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/bg.gif);
}
p {
	font-size: 0.7em;
	line-height: 1.2em;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	line-height: normal;
	text-decoration: none;
	margin-bottom: -5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-size: 1em;
	line-height: 1.6em;
	text-decoration: none;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin-top: 1px;
}
h3 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
}h4 {
	font-size: 0.7em;
	font-weight: normal;
	margin-top: -1px;
	color: #999FA1;
}
h5 {
	font-size: 0.6em;
	text-align: right;
}
h6 {
	font-size: 0.6em;
	color: #666666;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}	
a:hover {
	text-decoration: underline;
	color: #488E98;
}
hr {
	color: #E2E7E7;
	background-color: #E2E7E7;
}
.blue {
	color: #488E98;
}
.imgright {
	float: right;
	border: 0px solid #000033;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.imgleft {
	float: left;
	border: 0px solid #000033;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.white {
	color: #FFFFFF;
}
