body {
	background-image: url(/images/background.gif);
	background-attachment:fixed;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	font-family: arial,sans-serif;
	font-size: 11px;
	text-align: left;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	width: 100%;
	background:#cfb7b4;
}
.bottom {
	font-size:9px;
	color:#CCCCCC;
}
.leftModule, .rightModule, .centerModule, .bigModule {
	margin-bottom:5px;
	border: solid 1px #cfb7b4;
	background:#fff0d5;
}
.rightModule {
	width:248px;
}
.centerModule {
	width:306px;
}
.leftModule {
	width:158px;
}
.bigModule {
	width:561px;
}
p {
	margin-top:0px;
	margin-bottom:2px;
}
a:link,a:visited,a:hover,a:active {
	color: #FF0000;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a {
	font-weight: bold;
}