.bb_mailto img, .bb_mailto:hover img {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	width: auto !important;
	background-color: transparent !important;
}

.bb_mailto:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

.bb_u {
	text-decoration: underline;
}

.bb_s {
	text-decoration: line-through;
}


.bb_code {
	color: #5555AA;
	margin: 7px 0px;
	padding: 4px;
	font-family: courier new;
	background-color: #DFF1FF;
	border: 1px solid #8888AA;
}

.bb_left {
	text-align: left !important;
}

.bb_center {
	text-align: center !important;
}

.bb_right {
	text-align: right !important;
}

span.bb_center {
	display: block;
	text-align: center;
}


.bb_link, .bb_link:hover {
	text-decoration: underline;
}

.bb_link:hover {
	text-decoration: underline;
}


.bb_hr {
	width: 100%;
	height: 1px;
	color: #000000;
}

.bb_quote {
	display: block;
	border: 1px solid #8888AA;
	background-color: #E2E7EB;
	margin: 7px 0px;
	padding: 2px;
}

.bb_table {
	margin: 10px auto;
	font-size: 13px;
	border-collapse: collapse;
}

.bb_table th {
	text-align: left;
	padding: 6px 5px;
	background-color: #208DEC;
	color: #FFFFFF;
}

.bb_table td {
	text-align: left;
	padding: 4px 5px;
}

.bb_error {
	color: #FF0000;
}








