html {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

body, div, a, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0;
}

body {
	background-color: #45829e;
}

img {
	border: 0;

}

a {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 40px 20px;
	background-color: #fff;
	color: #45829e;
}

.template {
	width: 991px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 20px;
}

.column01 {
	width: 81px;
	float: left;
}

.column02 {
	width: 809px;
	float: left;
}

.column03 {
	width: 100px;
	height: 400px;
	background: url(/images/common/logo-vertical.gif) no-repeat;
	float: left;
}

.header {
	width: 809px;
	height: 111px;
	background: url(/images/common/header-bg.gif) no-repeat;
}

.navigation {
	width: 202px;
	margin-right: 30px;
	margin-top: 12px;
	float: left;

}

.body {
	width: 577px;
	padding-top: 12px;
	float: left;
}

.footer {
	margin: 30px 0px 30px 0px;
	text-align: center;
}

.footer-note {
	margin-top: 10px;
	font-size: 10px;
}

.float-left {
	float:left;
}

.clear-left {
	clear:left;
}

.float-right {
	float:right;
}

.clear-right {
	clear:right;
}

.clear-both {
	clear: both;
}

.block {
	display:block;
}