.BBbold {
	font-weight: bold;
	}

.BBitalics {
	font-style: italic;
	}

.BBunderline {
	text-decoration: underline;
	}

.BBstrikethrough {
	text-decoration: line-through;
	}

.BBoverline {
	text-decoration: overline;
	}

.BBquotecodeheader {
	}

.BBcodebody {
	background-color: #FFFFFF;
	color: #006600;
	border: 1px solid #BFBFBF;
	}

.BBquotebody {
	background-color: #FFFFFF;
	color: #660002;
	border: 1px solid #BFBFBF;
	}

.BBlistbullet {
	list-style-type: disc;
	list-style-position: inside;
	}

.BBlistdecimal {
	list-style-type: decimal;
	list-style-position: inside;
	}

.BBlistlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
	}

.BBlistupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
	}

.BBlistloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
	}

.BBlistupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
	}
