@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: normal;
	line-height: normal;
	font-family: 'Verdana', sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	word-break: break-all;
	vertical-align: top;
}

body {
	background-color: #fff;
	color: #222;
	text-align: center;
}

dl {
	margin: 10px 0 5px 0;
	clear: both;
}

dt {
	border-bottom: solid 1px #222;
	font-weight: bold;
}

dd {
	padding: 5px 0 0 0;
}

p {
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

p.box {
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
	border-bottom: solid 1px #222;
	font-weight: bold;
}

div#bar {
	width: 100%;
	height: 20px;
	padding: 0;
	margin: 0;
	background: #08d url('back.png') repeat-x bottom;
	color: #fff;
	text-align: center;
}

div#top {
	width: 650px;
	margin: 0 auto;
}

div#top a {
	padding: 0 4px 0 4px;
	color: #fff;
	text-decoration: none;
}

div#top a:hover {
	color: #ff2;
}

div#topleft {
	width: 300px;
	float: left;
	margin-left: 0;
	font-weight: bold;
}

div#topright {
	width: 300px;
	float: right;
	margin-right: 0;
	text-align: right;
}

div#content {
	width: 650px;
	margin: 0 auto;
}

div#boxleft {
	width: 150px;
	float: left;
	border: none;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

div#boxright {
	width: 500px;
	float: right;
	border: none;
	margin-left: auto;
	margin-right: 0;
	margin-top: auto;
	margin-bottom: auto;
}

div#right {
	margin-top: 30px;
	width: 100%;
	background-color: #fff;
	color: #999;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

span.big {
	font-size: 12pt;
	font-weight: bold;
}

span.small {
	font-size: 8pt;
}

span.small a {
	font-size: 8pt;
	color: #666;
}

span.small a:hover {
	color: #000;
}

span.small span.bold {
	font-size: 8pt;
	font-weight: bold;
}

a {
	color: #666;
}

a:hover {
	color: #000;
}

a.jump {
	color: #22f;
}

a.jump:hover {
	color: #f22;
}

img {
	border: none;
}

table {
	width: 650px;
	border: 0;
}

td {
	height: 25px;
}

td.tableleft {
	width: 150px;
}

td.tablecenter {
	width: 250px;
	font-weight: bold;
}

td.tableright {
	width: 250px;
	color: #999;
}

textarea {
	width: 650px;
	height: 120px;
	border: solid 1px #999;
	font-size: 10pt;
	color: #222;
}

input.box {
	width: 220px;
	border: dotted 1px #999;
	border-width: 0 0 1px 0;
	background-color: #fff;
	color: #222;
	font-weight: bold;
}

input.box:focus {
	border: solid 1px #999;
	border-width: 1px;
	background-color: #eee;
}

input.box:disabled {
	border: dotted 1px #ddd;
	border-width: 0 0 1px 0;
}

input.btn {
	padding: 0 5px;
	border: solid 1px #222;
	background-color: #aaa;
	color: #222;
	font-weight: bold;
}

input.btn:disabled {
	border: solid 1px #666;
	color: #666;
}
