/* DEFAULT TEMPLATE & EDITOR STYLES */
body {
	background-color: #ffffff;
}
body, input, textarea, select, form, a, p, span, div, td, th, font, h1, h2, h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	outline: none;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border-width: 0px;
}


/* LINK STYLES */
a {
	color: #b2b800;
	text-decoration: none;
}
a:hover {
	color: #b2b800;
	text-decoration: underline;
}
a img {
	border-width: 0px;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}


/* IMAGE STYLES */
.imageleft {
	float:left;
	margin-right: 30px;
}
.imageright {
	float: right;
	margin-left: 30px;
}
.imagecenter {
	margin-left: 30px;
	margin-right: 30px;
	vertical-align: middle;
}
.imagecenter, .imageleft, .imageright {
	border: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}


/* EDITOR STYLES */
.title {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}