body.wysiwyg {
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
}
body.wysiwyg table,body.wysiwyg tr, body.wysiwyg td, body.wysiwyg th {
	font-size: 100%;
}

.wysiwyg {
	color: #83593C;
}

.wysiwyg a {
	color: #E6A469;
}
.wysiwyg a:hover {
	text-decoration: none;
	color: black;
}

h2 {
	color: black;
	margin-bottom: 5px;
	font-size: 1.3em;	
}

h3 {
	color: #6A5D5E;
	margin-bottom: 5px;
	font-size: 1.3em;	
}

h4 {
	color: #83593C;
	margin-bottom: 5px;
	font-size: 1.1em;	
}

.wysiwyg p {
	margin-bottom: 15px;
}

.perex {
	font-weight: bold;
}

.wysiwyg ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
/*	padding-left: 15px;
	_padding-left: 20px;*/
	/*list-style: none;*/
	margin-bottom: 15px;
}
.wysiwyg ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	padding-left: 0px;
	
	/*background: url('../img/li.gif') 0 0.1em no-repeat;*/
}
.wysiwyg ol {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 15px;
}

.wysiwyg hr {
	height: 1px;
	color: #83593C;
	background-color: #83593C;
	border: none;
}
.wysiwyg table {
	border-collapse: collapse;
	border: 2px #83593C solid;
	margin-bottom: 15px;
	width: 99%;
}

.wysiwyg table td, .wysiwyg table th {
	padding: 5px 8px;
	vertical-align: top;
}

.wysiwyg table th {
	color:#83593C;
	text-align: left;
}

.wysiwyg table tr.tableRowEven {
	background: #FFF8E1;
}

.bigger {
	font-size: 150%;
}

.smaller {
	font-size: 80%;
}