body, table, tr, td {
	background: white;
	font: 10pt verdana;
	color: black;
}

.editor_b {
	padding: 3px 3px 3px 3px;
	background: #ecf0fb;
	border: #41832f solid 1px;
	font-weight: bold;
	display: inline;
	float: left;
	text-align:center;
	margin: 1px 1px 1px 1px;
	height:14px;
	width: 15px;
}
.color {
	padding: 3px 3px 3px 3px;
	background: #ecf0fb;
	border: #41832f solid 1px;
	font-weight: normal;
	display: inline;
	float: left;
	text-align:center;
	margin: 1px 1px 1px 1px;
	height:14px;
	width: 33px;
}
.editor_i {
	padding: 3px 3px 3px 3px;
	background: #ecf0fb;
	border: #41832f solid 1px;
	display: inline;
	float: left;
	text-align:center;
	margin: 1px 1px 1px 1px;
	height:14px;
	width: 15px;
	font-style: italic;
}
.editor_u {
	padding: 3px 3px 3px 3px;
	background: #ecf0fb;
	border: #41832f solid 1px;
	font-weight: none;
	display: inline;
	float: left;
	text-align:center;
	margin: 1px 1px 1px 1px;
	height:14px;
	width: 15px;
	text-decoration: underline;
}
.editor_url {
	padding: 3px 3px 3px 3px;
	border: #41832f solid 1px;
	font-weight: none;
	display: inline;
	float: left;
	text-align:center;
	margin: 1px 1px 1px 1px;
	height:14px;
	width: 20px;
	text-decoration: underline;
	background: #ecf0fb url(images/link.gif) no-repeat center center;
}
.editor_img {
	padding: 3px 3px 3px 3px;
	border: #41832f solid 1px;
	font-weight: none;
	display: inline;
	float: left;
	text-align:center;
	margin: 1px 1px 1px 1px;
	height:14px;
	width: 20px;
	text-decoration: underline;
	background: #ecf0fb url(images/image.gif) no-repeat center center;
}
.editor_align_l {
	padding: 3px 3px 3px 3px;
	border: #41832f solid 1px;
	font-weight: none;
	display: inline;
	float: left;
	text-align:center;
	margin: 1px 1px 1px 1px;
	height:14px;
	width: 15px;
	text-decoration: underline;
	background: #ecf0fb url(images/align_left.gif) no-repeat center center;
}
.editor_align_r {
	padding: 3px 3px 3px 3px;
	border: #41832f solid 1px;
	font-weight: none;
	display: inline;
	float: left;
	text-align:center;
	margin: 1px 1px 1px 1px;
	height:14px;
	width: 15px;
	text-decoration: underline;
	background: #ecf0fb url(images/align_left.gif) no-repeat center center;
}
.editor_align_c {
	padding: 3px 3px 3px 3px;
	border: #41832f solid 1px;
	font-weight: none;
	display: inline;
	float: left;
	text-align:center;
	margin: 1px 1px 1px 1px;
	height:14px;
	width: 15px;
	text-decoration: underline;
	background: #ecf0fb url(images/align_center.gif) no-repeat center center;
}
