body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
}
.maintext, .maintext_link, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	text-align: justify;
	vertical-align: top;
	line-height: 1.5em;
}
a.maintext_link, a {
	text-decoration: underline;
}
a.maintext_link:Hover, a:Hover {
	color: #AAA0AF;
	text-decoration: underline;
}
.footer a {
	font: inherit;
	text-decoration: none;
}
hr {
	color: #AAA0AF;
}
.mainborder {
	padding-right: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.editfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	max-width: 200px;
	border: 1px solid #999999;
	height: 3ex;
	vertical-align: left;
	font-size: 11px;
	background-color: #555555;
	color: #CCDDEE;
}
#link a {
	color: #000000;
	text-decoration: underline;
}
#link a:Hover {
	color: #F18E00;
	text-decoration: underline;
}
.quickbar {
	position: relative;
	height: 24px;
	width: 1%;
	top: 5px;
	right: 0px;
	overflow: hidden;
	text-align: right;
}
.maintitle {
	position: relative;
	height: 24px;
	width: 99%;
	top: 10px;
	left: 0px;
	overflow: hidden;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCFF;
	float:left;
	font-weight: bold;
}
.maintitle_line {
	position: relative;
	top: 5px;
	height: 15px;
}
.maintitle_line hr{
	color: #AAA0AF;
}
.subtitle {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #DDD2CF;
	font-weight: bold;
}
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
	position: relative;
	text-decoration: none;
	font-style: bold;
	border-bottom:1px dotted #F18E00;
	cursor: pointer;
}
a.tooltip:hover {
	background: transparent;
	z-index: 100;
}
a.tooltip span {
	display: none;
	text-decoration: none;
}
a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	min-width: 200px;
	max-width: 500px;
	z-index: 100;
}
a.quickselect:hover span {
	top: 0px;
}
a.tooltip span.shadow{
	display: none;
	text-decoration: none;
}
a.tooltip:hover span.shadow{
	display: block;
	position: absolute;
	top: 34px;
	left: 4px;
	min-width: 200px;
	max-width: 500px;
	z-index: 99;
}
a.quickselect:hover span.shadow{
	top: 4px;
}
table.rolloverTable:Hover {
	background-color: #FFF2D9;
}
table.rolloverTable {
	background-color: ;
}
.row {
	cursor: default;
}
.rowOver {
	background-color: #FFF2D9;
	cursor: hand;
	cursor: pointer;
}
.rowSelected {
	background-color: #FFE1AA;
	cursor: default;
}

li.menu {
	display: block;
}

* html li.menu {
	list-style: none;
	margin-left: -17px;
	margin-bottom: 0.8ex;
}

li.menu a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 3ex;
}

li.menu a:Hover {
	text-decoration: none;
}

li.menu_subitem_selected,
li.menu_subitem {
	text-indent: 5px;
}

li.menu_subitem_selected {
	list-style: circle;
}

li.menu_subitem a:Hover,
li.menu_subitem a,
li.menu_subitem_selected a:Hover,
li.menu_subitem_selected a {
	text-decoration: none;
}

li.menu_spacer {
	display: block;
	height: 1.2ex;
}

* html li.menu_spacer {
	list-style: none;
	margin-bottom: -1ex;
}

.menu_menuItemActive a,
.menu_menuItemOpen a {
	color: #AAA0AF;
}

li.menu_menuItemOpen  {
	margin-bottom: -0.2ex;
}

#logolink {
	display: block;
	width: 100%;
	height: 100%;
}