
/* GENERAL */
body {
	background-color: #dfdfdf;
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444444;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
td {
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444444;
	vertical-align: top;
}
.maxwidth {
	width: 100%;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.textbottom {
	vertical-align: text-bottom;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
td.link {
	cursor: pointer;
	color: #5f80d0;
}
td.nowrap {
	white-space: nowrap;
}
a {
	text-decoration: none;
	color: #5f80d0;
}
a:visited {
	text-decoration: none;
	color: #5f80d0;
}
a:hover {
	text-decoration: none;
	color: #5f80d0;
}
hr {
	color: #f9f7e1;
	height: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
}
span.sep {
	color: #f9f7e1;
	padding-left: 8px;
	padding-right: 8px;
}