body {
	margin: 0px;
	padding: 0px;
	/*background: url(../img/contentbg.gif) top left no-repeat;*/
}
body, td {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}
img {
	border: 0px;
}
#wrapper, #mainnavi, #header, #middle, #footernavi, #footer {
	width: 940px;
}
#wrapper, #header, #mainnavi, #middle, #left, #content, #right, #footer, #footernavi {
	float: left;
}
#header {
	height: 66px;
	background: url(../img/header.gif) top left no-repeat;
}
#mainnavi {
	background: url(../img/header-navi.gif) top left no-repeat;
	height: 40px;
	text-align: center;
}
#footernavi {
	line-height: 24px;
	background-color: #EAECEB;
}
#left {
	width: 169px;
}
#right {
	width: 159px
}
#content {
	width: 612px;
	height: 402px;
	overflow: auto;
}
#footer {
	line-height: 139px;
}
h1, h2 {
	color: #006BB3;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
input.form, select.form, textarea.form {
	border: 1px solid #006BB3;
}
span.required {
	color: red;
}
a {
	color: #006BB3;
	text-decoration: none;
}
a:hover {
	color: #737573;
}