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


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

/* DEFAULT LIST STYLES */
ul, li, ol {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	padding-left: 15px;
}
li, ol {
	/*margin-left: 15px;*/
	list-style-position: outside;
	list-style-type: square;
}
.li0, .li1, .li2, .li3, .li4, .li5 .li6 .li7 .li8 {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.litd0, .litd1, .litd2, .litd3, .litd4, .litd5, .litd6, .litd7, .litd8 {
	font-size: 30px;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
}
.litd0 {
	color: #0e6ea4;
}
.litd1 {
	color: #5a8f00;
}
.litd3 {
	color: #8fc600;
}
.litd2 {
	color: #ffc600;
}
.litd4 {
	color: #ff8f00;
}
.litd5 {
	color: #c60000;
}
.litd6 {
	color: #8fc600;
}
.litd7 {
	color: #ff8f00;
}
.litd8 {
	color: #c60000;
}


/* DEFAULT IMAGE STYLES */
img {
	border-width: 0px;
}


/* COLORED TABLE STYLES */
.colortable {
	width: 600px;
}
.colortable td {
	border-bottom: 1px solid #eeeeee;
	padding: 2px 10px 2px 0px;
}
.newstable {
	width: 100%;
}
.newstable td {
	border-bottom: 1px solid #eeeeee;
	padding: 0px 0px 2px 0px;
}


/* LINK STYLES */
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #333333;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}
.backdg {
	background-color: #333333;
}
.backbl {
	background-color: #147aad;
}
.backgd {
	background-color: #669900;
}
.backgl {
	background-color: #99cc00;
}
.backye {
	background-color: #ffcc00;
}
.backor {
	background-color: #ff9900;
}
.backre {
	background-color: #cc0000;
}
.backlg {
	background-color: #eeeeee;
}


/* 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 */
h2 {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
}
