body { }


/* FORMATTING */

h1, h2 {
	display:block;
	color:#333333;
	padding:0 0 0 24px;
	border-bottom:1px dotted #00cc00;
	background-image:url(images_template/logo_bullet.gif);
	background-position: left middle;
	background-repeat:no-repeat;
	clear:right;
}

h1 {
	font-size:large;
	margin: .5em 0 .1em 0;
}

h2 {
	font-size:medium;
	margin:.5em 0 1em 0;
}






/* FORMATTING FOR TABLES OF DATA */

.datatable {
	border-top:1px solid #027b2c;
	border-bottom:1px solid #027b2c;
}

.datatable .heading {
	line-height:1.4em;
	font-weight:bold;
	font-size:small;
	background-color:#ffffff;
}
.datatable th {
	background-color:#f0f9f0;
}

.datatable td {
	background-color:#f0f0f0;
}