@charset "UTF-8";
/* CSS Document */

body,html {
	background-color: White;
	color: #333333;
	font-family: "Verdana", "Tahoma", "Frutiger", "Univers", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	height: 100%;
	text-align: left;
}

#backdropall {
	width:100%;
	height:100%;
	margin: 0 auto 0 auto;
	position:relative;
	background-color: #eeeeee;
}

#backdroppage {
	width:810px;
	height:100%;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

.heading01 {
	font-size: 18px;
	font-weight: bold;
	color: #0097C9;
}

.heading02 {
	font-size: 12px;
	font-weight: bold;
	color: #0097C9;
}

.footer {
	color: #999999;
	font-size: 0.8em;
	line-height: 1.5em;
}

.footer a:link {
	color: #999999;
	text-decoration: none;
}

.footer a:visited {
	color: #999999;
	text-decoration: none;
}


