@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e3e0db;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 3px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
.Arial_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
a:link {
	color: #7092C4;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7092C4;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #7092C4;
}
ul {
	margin-top: 2px;
	margin-left: 25px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p.quote {
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	}
div.floatleft {
	float: left;
	}
div.floatright {
	float: right;
	}
div.floatclear {
	clear: both;
	height: 1px;
	visibility: hidden;
	}