/* RTE.classes */
.title {
    font-size: 12px;
    font-weight: bold;
	color: #143EB4;
	background-color: #DDDDDD;
	padding: 1px;
	padding-left: 3px;
	letter-spacing: -1px;
}
.title * {
    font-size: 12px;
    font-weight: bold;
	color: #143EB4;
	background-color: #DDDDDD;
	letter-spacing: -1px;
}
.title a {
	text-decoration: none;
	letter-spacing: -1px;
}
.title a * {
	text-decoration: none;
	letter-spacing: -1px;
}
.title a:hover {
	color: #345ED4;
}
.title a:hover * {
	color: #345ED4;
}

.comment {
	font-weight: bold;
	color: #858585;
	background-color: #DEDFDE;
	letter-spacing: -1px;
} 
.comment * {
	font-weight: bold;
	color: #858585;
	background-color: #DEDFDE;
	letter-spacing: -1px;
}
.comment a {
	text-decoration: none;
	letter-spacing: -1px;
}
.comment a * {
	text-decoration: none;
	letter-spacing: -1px;
}
.comment a:hover {
	color: #656565;
}
.comment a:hover * {
	color: #656565;
}









.topLeftContentContainer {
	vertical-align: top;
	height: 154px;
}

.topRightContentContainer {
	vertical-align: top;
}

.bottomContentContainer {
	vertical-align: top;
	border: 1px solid #D2D2D2;
	padding: 2px;
}

.bottomContentContainerBE {
	vertical-align: top;
	border-left: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 2px;
}

.BEContentContainer {
	vertical-align: top;
	border: 1px solid #D2D2D2;
	padding: 2px;
}
