body {
	margin: 20px;
	font: 10pt Arial;
	color:#fff;
	background-color: #1f1a17;
}
img {
	border-style:none;
	vertical-align:bottom;
}
table.MainTable {
	border-style:none;
	border-collapse:collapse;
	margin: 0 auto;
	width:800px;
}
table.MainTable td {
	width:200px;
	vertical-align:top;
	text-align:center;
	padding:10px;
}
table.MainTable td.Module {
	background-color:#141211;
	border-top: 1px solid #000;
	border-right: 1px solid #362f2b;
	border-bottom: 1px solid #362f2b;
	border-left: 1px solid #000;
	padding:16px;
	text-align:left;
}
table.MainTable td.Module p {
	width:225px;
	float:left;
	padding:10px;
	min-height:77px;
	border:1px solid #222;
	margin:4px;
	color:#ddd;
	font-size:9pt;
}
table.MainTable td.Module p:hover {
	width:225px;
	float:left;
	padding:10px;
	min-height:77px;
	border:1px solid #3f3f3f;
	background-color:#222;
	margin:4px;
	color:#fff;
	font-size:9pt;
}
div.Link {
	width:800px;
	margin:0 auto 4px auto;
	text-align:right;
	padding-right:8px;
}
a:link,
a:visited,
a:active {
	color:#c00;
	text-decoration:none;
}
a:hover {
	color:#d00;
	text-decoration:underline;
}
h2 {
	margin:0;
}
div.Module {
	background-color:#141211;
	border-top: 1px solid #000;
	border-right: 1px solid #362f2b;
	border-bottom: 1px solid #362f2b;
	border-left: 1px solid #000;
	padding:16px;
	text-align:left;
	min-height:100px;
}
h3 {
	margin-top:0px;
	margin-bottom:8px;
	color:#eee;
	text-align:left;
}
hr {
	height:0;
	padding:0;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom: 1px solid #362f2b;
	border-left: 1px solid #362f2b;
}
div.Return {
	width:920px;
	margin: 4px auto;
	text-align:right;
}