@charset "UTF-8";
/* CSS Document */
.green {
	color: #67bd45;
	font-weight: bold;
}

.red {
	color: #f20000;
	font-weight: bold;
}

.orange {
	color: #d25600;
	font-weight: bold;
}
.spacer {
	padding: 0px;
	padding-top: 15px;
}
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear:both;
}
.bold {
	font-weight: bold;
}
.horizontal-divider {
	padding-left: 15px;
	padding-right: 15px;
/*	line-height: 24px;*/
/*	font-size: 18px;*/
	font-weight: bold;
}
.center {
	text-align: center;
}
.small {
	font-size: 85%;
}
.strikeout {
	text-decoration: line-through;
}