/*  text page */
h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol{
	padding: 0 0 10px 0;
}
table{
	margin: 0 0 10px 0;
}
ul,ol{
	padding: 10px 0 5px 30px;
}
li{
	padding-bottom: 8px;
}
h1,h2,h3,h4,h5,h6{
	color: #618D0A;
}
h1{
	margin-bottom: 15px;
	font-size: 170%;
	text-transform: uppercase;
	background: url('../images/design/div-content.png') bottom left repeat-x;
}
h2{
	font-size: 140%;
}
h3{
	font-size: 130%;
}
h4{
	font-size: 110%;
}
h5,h6{
	font-size: 100%;
}
img{
	margin: 10px;
}

table{
	border-top: 1px #486D00 solid;
	border-left: 1px #486D00 solid;
}
table th,table td{
	border-right: 1px #486D00 solid;
	border-bottom: 1px #486D00 solid;
	padding: 5px 10px;
	empty-cells: show;
}
table td{
	text-align: right;
	color: #76716C;
}
table th{
	background-color: #D9E9BA;
	color: #3C342E;
}
table tr.even td{
	background-color: #F0F6E3;
}

.highlight{
	padding: 20px;
	background-color: #ECF4DC;
}