@charset "utf-8";
/**************************************************************/
.clear {
	clear: both;
}
.column0 {
	float: left;
	width: 555px;
}
.column1 {
	float: left;
	width: 270px;
}
.column2 {
	float: right;
	width: 275px;
	margin-right: 5px;
}
.column1-small {
	float: left;
	width: 200px;
	margin-left: 10px;
}
.column2-small {
	float: right;
	width: 200px;
	margin-right: 20px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.section-space {
	height: 10px;
}
.small-space {
	height: 10px;
}
.med-space {
	height: 25px;
}
.big-space {
	height: 40px;
}
.startpage-space {
	height: 20px;
}
.endpage-space {
	height: 40px;
}
.big-text {
	font-size: 18px;
	font-weight: bold;
}
.small-text {
	font-size: 11px;
}
.header {
	background-color: #49551C;
	width: 570px;
	height: 21px;
	padding: 5px;
}
.header-short {
	position: relative;
	left: 470px;
	background-color: #FFF;
	color: #F00;
	width: 100px;
	height: 21px;
	padding: 5px;
}
/**************************************************************/
