.image-left {
	float: left;
	margin: 5px 10px 5px 0px;
	border: 1px solid #000;
}
.image-right {
	float: right;
	margin: 5px 0px 5px 10px;
	border: 1px solid #000;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}

.margin-cnr {
	margin: 10px 0px 0px 0px;
	padding: 0px 7px 0px 7px;
}

.outline {
	border: 1px solid #BAC0C2;
	/* border: 1px solid #000; */
	float: left;
	margin: 0px 5px 3px 0px;
}

.image-lined {
	border: 1px solid #000;
}

.block-arrow {
	background-image: url(images/rarrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
}

.text-selected {
	text-transform: uppercase;
}

.left-column {
	
}
.right-column {
	
}
.nowrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}
.decimals {
	
}

.table-cell-splitter {
	padding: 10px 1px 10px 1px;
}

.noborder {
	border: 0px;
}

.line-block {
	height: 15px;
	font-size: 1px;
}
.lined-block {
	border-top: 1px solid #E1E4E5;
	border-bottom: 1px solid #E1E4E5;
}

.clean {
	float: none;
	clear: both;
	height: 0px;
	font-size: 0px;
}

.elastic {
	float: right;
	font-size: 0px;
}

h6 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h6.left {
	text-align: left;
	margin: 10px 0px 0px 0px;
}
h6.right {
	text-align: right;
	margin: 10px 0px 0px 0px;
}
h6.center {
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.content-table {
	width: 100%;
	margin: 10px 0px 10px 0px;
	border-left: 1px solid #E1E4E5;
	border-bottom: 1px solid #E1E4E5;
}

.content-table .table-header td {
	background-color: #F7F8F8;
	font-weight: bold;
}

.content-table .table-description {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #C10000;
}

.content-table td {
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #E1E4E5;
	border-right: 1px solid #E1E4E5;
}

.select-title {
	font-family: Tahoma;
	font-size: 10px;
	color: #325FB9;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	float: none;
}