body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.2em;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
#layout {
	margin: auto;
	width: 100%;
	position: relative;
}
#header {
	display: none;
}
#nav {
	display: none;
}
#content {
	width: 100%;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#footer {
	position: relative;
	font-size: 11px;
	text-align: center;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	padding-top: 5px;
}
a:link {
	color: #000000;
}
h1 {
	font-size: 1.5em;
	color: #000000;
}
h2 {
	font-size: 1.1em;
	color: #000000;
}
hr {
	background-color: #999999;
	color: #999999;
}
.textcolored {
	color: #999999;
}
.textsmall {
	font-size: .7em;
}

.bordercell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
