body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
}
td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #404040;
}
a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.sidebarLink {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #eeeeee;
}
.sidebarLink:hover {
	text-decoration: none;
}
div.sidebarItem {
	position: relative;
	left: 4px;
	top: 7px;
}
div.sidebarHeading {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #eeeeee;
	padding-top: 20px;
	padding-left: 40px;
}
.mainTable {
	background-color: #ffffff;
}
.fullBorder {
	border-top: 2pt solid #404040;
	border-bottom: 2pt solid #404040;
	border-right: 2pt solid #404040;
	border-left: 2pt solid #404040;
}
.sidebar {
	width: 150;
	background-color: #404040;
	font-size: 12px;
}
.LastUpdateText {
	background-color: #404040;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
}
div.button {
	font-weight: bold;
	color: #eeeeee;
	text-align: left;
	background-image: url('images/button.jpg');
	background-repeat: no-repeat;
	width: 150;
	height: 28;
}
div.button:hover {
	background-image: url('images/button_hover.jpg');
}
div.buttonPressed {
	font-weight: bold;
	color: #404040;
	text-align: left;
	background-image: url('images/button_pressed.jpg');
	background-repeat: no-repeat;
	width: 150;
	height: 28;
}
.titleHr {
	background-image: url('images/title_hr.jpg');
	background-repeat: repeat;
	height: 27;
	width: 100%;
}
.headerSeparator {
	background-color: #000000;
	background-image: url('images/header_separator.jpg');
	background-repeat: no-repeat;
	height: 25px;
	width: 100%;
}
.heading {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #eeeeee;
	background-color: #404040;
}