.fullSize {
	clear: both;
	width: 100%;
}
.bumper {
	height: 0px;
	padding: 0px;
	margin: 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #090b38;
}
.bumperMed {
	height: 0px;
	padding: 0px;
	margin: 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
.bumperGold {
	height: 0px;
	padding: 0px;
	margin: 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #914c00;
}
.shadow {
	left: 2px;
	top: 2px;
	color: #000000;
	filter: Alpha(Opacity=16);
	-moz-opacity: 0.16;
   	opacity: 0.16;
}
.indent {
	padding-left: 30px;
}