@charset "ISO-8859-1";
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333333;
	letter-spacing: 0.0px;
	font-weight: normal;
	line-height: 150%;
}
a {
	font-weight: lighter;
	text-decoration: underline;
	color: #333333;
	font-weight: lighter;
	font-style: normal;
	font-size: 11px;
}
a img {
	clear: left;
	float: left;
	display: block;
	border: none;
}
a:link {
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	text-decoration: line-through;
}
a:hover {
	color: #FFC344;
}
a:active {
	font-weight: inherit;
	text-decoration: none;
}
div#logo {
	clear: left;
	float: left;
	height: 100px;
	width: 100px;
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}
div#menu  {
	height: 500px;
	width: 150px;
	clear: left;
	float: left;
	position: fixed;
	margin: 0px;
	left: 100px;
	top: 65px;
}
div.viewArea {
	clear: left;
	float: left;
	height: 600px;
	width: 600px;
	padding-left: 10px;
	position: absolute;
	left: 275px;
	top: 35px;
}
span.logoName {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
}
h1 {
	color: #000000;
	font-size: 30px;
	line-height: 120%;
	font-weight: normal;
}
