.clear {clear: both;	width: 100%;	height: 1px;}


.floatRight {float: right;	display: block;}
.floatLeft {float: left;	display: block;}
.marginBottom {	height: 30px;}
.space {
	clear: both;
	height: 30px;
}
.center {
	width: 100%;
	display: block;
	text-align:center;
}
.line {border-bottom: 1px solid #888D9F; padding-bottom: 20px; margin-bottom:10px;width: 665px;
}
.lines{border-bottom: 1px solid #888D9F; padding-bottom: 20px; margin-bottom:10px;width: 890px;
}
.margin {
	margin-right: 20px;
}
.450 {
	width: 450px;
	float: left;
}
.red {
	color: #9B010F;
}
.centers
{
margin-left:auto;
margin-right:auto;
width:70%;
}