body {

}
body, div, td, p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
}
#mcmseditor td {
	font-size: 14px;
}
a {
	color: #000;
}
a:hover {

}

a img {
	border: 0;
}
p {
	margin: 15px 0;
}

h1 {
	margin: 10px 0 5px 0;
	font-size: 1.7em;
	color: #000;
}
h1:first-child {
	margin-top: 0;
}
h2 {
	margin: 10px 0 5px 0;
	font-size: 1.4em;
	color: #000;
}
h2+p {
	margin-top: 0;
}
h3 {
	font-size: 1.2em;
}
img[align="left"] {
	margin: 0 10px 10px 0;
}
img[align="right"] {
	margin: 0 0 10px 10px;
}
hr {
	border: 1px solid #FFF;
	border-top: 1px dotted #333;
}
td p:first-child {
	margin: 0;
}

#mcol ul, #mcmseditor ul {
	list-style: none;
	padding: 0;
	margin: 11px 0;
}
#mcol ul li, #mcmseditor ul li {
	background: url(img/li.png) no-repeat 0 5px;
	margin: 0;
	padding-left: 15px;
}

table.tbl {
	width: 100%;
	border-spacing: 0;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
table.tbl th, table.tbl td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 5px;
}
table.tbl:not(.l) th {
	background-color: #EEE;
}
table.tbl th {
	color: #000;
	text-align: left;
}
table.tbl tr:nth-child(odd) td, table.tbl.l tr:nth-child(odd) th {
	background-color: rgba(0,0,0,0.05);
}
table.tbl tr:hover td, table.tbl.l tr:hover th {
	background: #DDD;
}
