body, td, pre, p, caption {
	color: #bdbdbd;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Verdana;
}
a:link, a:visited {
	color: #ff9c00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	background: transparent url(../images/bullet.gif) no-repeat scroll left center;
	padding-left: 20px;
	margin-top: 15px;
	color: #bdbdbd;

	font-weight: normal;
	font-size: 22px;
	font-family: Times New Roman;
}
h2 {
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #ff9c00;
}
h3 {
	font-size: 14px;
}
p {
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}
img {
	border: 0;
}
ul {
	list-style-image: url(../images/bullet.gif);
}
.mceEditorArea {
    background-color: #323639;
}