html {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	background: url(images/background.jpg) repeat-x bottom;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

.toplinks {
	font-size: 10px;
	color: #495b80;
	letter-spacing: -0.5px;
}
a.toplinks:link {
	text-decoration: none;
}
a.toplinks:visited {
	text-decoration: none;
}
a.toplinks:hover {
	text-decoration: underline;
}


.baselinecolor {
	background: #000;
}

.backgroundcolor {
	background: #fff;
}

.leftmenubar-active, .leftmenubar-visible, .leftmenubar-hidden {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	width: 2px;
	height: 15px;
}

.leftmenubar-active, .leftmenubar-visible {
	background: #0d2551;
}

.leftmenubar-hidden {
	background: #fff;
}