body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #FFFFFF;
	color:#333333;
	margin: 0px;
}
a, a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
.sl {
	font-size: 12px;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:5px;
}
.sl:hover {
	color: #5f9dd7;
	background-color: #333333;
}
.mm {
	display: inline;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 6px;
	border-width: 0px;
}
.mm:hover{
	background-color: #333333;
	color: #5f9dd7;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5f9dd7;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 36px;
}
.indent {
	text-indent: 1cm;
}
.code {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
.textbox {
	border: 1px solid #333333;
	color: #333333;
	background-color: #5f9dd7;
	font-size: 18px;
}
.form-button {
	border: 1px solid #333333;
	color: #333333;
	background-color: #5f9dd7;
	font-size: 18px;
}
.form-button:hover {
	border: 1px solid #333333;
	color: #5f9dd7;
	background-color: #333333;
	font-size: 18px;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5f9dd7;
	font-size:16px;
}
#header {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image:url(../images/content/web-header-bg.png);
	background-repeat:repeat-x;
	background-position: center,top;
	text-align: center;
}
#balance {
	position: absolute;
	top: 90px;
	right: 300px;
	left: 300px;
	height: 20px;
	text-align: center;
	overflow:visible;
	border: dashed 1px #333333;
	background-color: #FFFFFF;
}
#topmenu {
	position: absolute;
	top: 120px;
	left: 100px;
	right: 100px;
	height: 30px;
	background-image:url(../images/content/web-header-menu-mid.png);
	background-repeat: repeat-x;
	background-position: center, top;
	overflow: visible;
}
#topmenu-left {
	position: absolute;
	left: -10px;
	background-image: url(../images/content/web-header-menu-left.png);
	background-position: top, left;
	background-repeat: no-repeat;
	width: 10px;
	height: 30px;
}
#topmenu-right{
	position: absolute;
	right: -10px;
	background-image: url(../images/content/web-header-menu-right.png);
	background-position: top, right;
	background-repeat: no-repeat;
	width: 10px;
	height: 30px;
}
#topmenu-links {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}
#status {
	position: absolute;
	top: 160px;
	right: 100px;
	width: 400px;
	margin-left: 5px;
	height: 20px;
	text-align: left;
}
#sidemenu {
	position: absolute;
	top: 151px;
	left: 100px;
	width: 130px;
	text-align: right;
	border-right:solid 1px #333333;
	border-left:solid 1px #333333;
	border-bottom:solid 1px #333333;
}
#content {
	position: absolute;
	top: 151px;
	right: 100px;
	left: 231px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	border-right:solid 1px #333333;
	border-left:solid 1px #333333;
	border-bottom:solid 1px #333333;
}
#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align:center;
	border-top: dashed 1px #333333;
}
