body {
	margin-left: 6;
	margin-top: 2;
}
body, td {
	background: #F0F0F0;
	color: #000000;
	font-family: "Segoe UI", Arial;
	font-size: 9pt;
}
body.title {
	margin: 0px;
}
td.title {
	background: #000000;
}
td.menu {
	background: #C1C1C1;
    background-image: url("img/menubg.png");
	color: #00A0A0;
	font-weight: bold;
	font-size: 8pt;
	padding: 4px;
	border-right: solid #000000 1px;
}
table.menu {
	border-right: solid #000000 1px;
}
td.empty {
	background: #000000;
	background-image: url("img/menubg.png");
}
table.gen {
	border: solid #707070 1px;
}
th.gen {
	background: #9E9E9E;
	background-image: url("img/groupcaption.gif");
	color: #DEDEDE;
	font-weight: bold;
	font-size: 9pt;
	border-top: solid #F0F0F0 1px;
	border-left: solid #F0F0F0 1px;
	border-right: solid #F0F0F0 1px;
	cursor: default;
}
td.genleft {
	border: solid #F0F0F0 1px;
	background: #D8D8D8;
	color: #404040;
	cursor: default;
}
td.gen {
	border: solid #F0F0F0 1px;
	background: #E0E0E0;
	color: #202020;
	text-align: left;
	cursor: default;
}
td.rightborder {
	background: url("img/shadows/shadow-right.png");
	background-repeat: repeat-y
}
td.bottomborder {
	background: url("img/shadows/shadow-bottom.png");
	background-repeat: repeat-x
}
th.thispage {
  background: url("img/sectioncaption.gif");
	border: solid #F0F0FF 1px;
	color: #70707F;
  font-weight: bold;	
	font-size: 11pt;
}
td.thispage {
	background: #70729E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	padding: 4;
	border-left: solid #9497E0 1px;
}
td.siteinfo {
  background: #000000;
  color: #707070;
  font-weight: bold;
  font-size: 7pt;
  text-align: right;
  vertical-align: bottom;
  padding: 5px;
  padding-right: 10px;
  cursor: default;
}
.indent {
	padding-left: 20;
}
li {
	list-style-type: disc
}
.small {
	font-size: 8pt;
	color: #6669D0;
	font-weight: normal;
}
a.menu:hover {
    color: #D0F0D0;
	text-decoration: none;
}
a.menu:link {
	color: #D0D0D0;
	text-decoration: none;
}
a.menu:visited {
    color: #D0D0D0;
	text-decoration: none;
}
a.menu:visited:hover {
	color: #B0B0B0;
	text-decoration: none;
}
a:hover {
    color: #2030C0;
	text-decoration: none;
}
a:link {
	color: #3040D0;
	text-decoration: none;
}
a:visited {
    color: #3040D0;
	text-decoration: none;
}
a:visited:hover {
    color: #2030C0;
	text-decoration: none;
}
