body {
	height:100%;
	margin:4px 0 12px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	background-color:#c2172c;
	background-image:url(images_template/heading_bkg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:.1em .1em .2em .2em;
	color:#ffffff;
}

h1 {
	font-size:x-large;
	clear:right;
}

h2 {
	font-size:large;
	clear:right;
}

h3 {
	font-size:medium;
	clear:right;
}

p, li {
	color:#333333;
	line-height:1.4em;
	list-style-type:square;
}

/* Border on images */

.border {
	padding:4px;
	border:1px solid #cce0eb;
	margin:0 0 10px 20px;	
}