.wysiwyg p {
	margin-bottom: 15px;
}

.wysiwyg h1 {
	color: #4259A5;
	border-bottom: 1px #DEE7F7 solid;
	font-family: times, serif;
	font-variant: small-caps;
	margin-bottom: 10px;
	line-height: 100%;
	font-size: 2em;
}

.wysiwyg h2 {
	font-family: times, serif;
	color: #6B6963;
	font-variant: small-caps;
	margin-bottom: 10px;
	border-bottom: 1px #E7E7E7 solid;
	font-size: 1.4em;	
}

.wysiwyg h3 {
	color: #3951A5;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}

.wysiwyg h4 {
	color: #3951A5;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.wysiwyg p.perex {
	background: #F7F7F7;
	padding: 10px 15px;
	xposition: relative;
}

.wysiwyg p.perex2 {
	font-weight: bold;
}

.wysiwyg a {
	color: #4259A5;
}

.wysiwyg a:hover, .wysiwyg a:active {
	color: #6B6952;
}

.wysiwyg a:visited {
	color: #737173;
}

.wysiwyg ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wysiwyg li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url('../img/ul.gif') 0px 5px no-repeat;	
}



.wysiwyg img {
	border: 1px #E7DFC6 solid;
}

.wysiwyg img.no-border {
	border: none;
}

.wysiwyg table {
	border-collapse: collapse;	
}

.wysiwyg table th {
	background: #6371B5;
	color: white;
	border-left: 1px #B5BEDE solid;
	border-right: 1px #B5BEDE solid;
}

.wysiwyg table th, .wysiwyg table td {
	padding: 11px 14px;
}

.wysiwyg table td {
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
}

.wysiwyg tr.odd {
	background: #F7F7F7;
}

.wysiwyg tr.even {
	background: #FFFFFF;
}