body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	background-image: url(images/layout/leftbg.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: 18px;
	text-align: center;
}
h2 {
	font-size: 16px;
	text-align: center;
}
.leftbar {
	font-size: 9px;
	position: absolute;
	width: 112px;
	left: 6px;
	top: 6px;
	z-index: 10;
}
.header {
	position: absolute;
	height: 100px;
	width: 647px;
	left: 133px;
	top: 0px;
}
.leftbg {
	font-size: 9px;
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-image: url(images/layout/leftbg.gif);
	background-repeat: repeat-y;
	position: absolute;
	margin-left: 1px;
	height: 100%;
	width: 133px;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
.content {
	position: absolute;
	width: 643px;
	left: 135px;
	top: 128px;
	overflow: auto;
}
.navbar {
	font-size: 9px;
	position: absolute;
	height: 16px;
	width: 628px;
	left: 142px;
	top: 106px;
	text-align: center;
}
input#submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
