@charset "utf-8";
/* CSS Document */

.content p {
	font-size: small;
}
.maintitle {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
}

.p_indent {
	text-indent: 2em;
}

.floatright {
	float:right;
	margin-left: .5em;
}
.floatleft {
	float:left;
	margin-right: .5em;
}

.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	padding: 0;
	margin: 0;
	color: #00C;
}

.spacer1 {
	height: 5em;
}
.spacer2 {
	height: 7em;
}
.spacer3 {
	height: .5em;
}
.spacer4 {
	height: 10em;
}

.centermap {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.info_bold {
	font-weight: bold;
}

.info_bold_right {
	width: 100%;
	text-align: right;
	font-weight: bold;
}
.small_italic {
	font-size: small;
	font-style: italic;
}