@charset "utf-8";

.div_seperator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
}
.spacer_vert {
	height: 20px;
}
.spacer_vert20 {
	height: 20px;
}
.spacer_vert17 {
	height: 17px;
}
.spacer_vert10 {
	height: 10px;
}
.spacer_vert5 {
	height: 5px;
}
.spacer_vert1 {
	height: 1px;
}
.border1 {
	border: 1px solid #A2A2C1;
	padding-left: 20px;
	padding-right: 20px;
}
.smallprint {
	font-size: x-small;
	color: #669;
}
.clear_floats {
	clear: both;
}

