body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1, h2, h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	background-color:#006699;
	background-image:url(images_template/heading_bkg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:.1em .1em .1em .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;
}

#main {
	list-style-type:square;
}

/* Border on images */

.border {
	padding:10px 9px 19px 10px;
	border-right:1px solid #d1d4c2;
	border-bottom:1px solid #d1d4c2;
	background-color:#ffffff;
	margin:4px;	
}