body {
	height:100%;
	margin:4px 0 12px 0;
/*	background-color:#ffffff; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1, h2, h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	background-color:#e5f5e5;
	padding:.1em .1em .1em .3em;
	color:#000099;
}

h1 {
	font-size:x-large;
	clear:right;
}

h2 {
	font-size:large;
	clear:right;
}

h3 {
	font-size:medium;
	clear:right;
}

p {
	color:#333333;
	line-height:1.4em;
}

li {
	color:#333333;
	list-style-type:square;
	line-height:1.9em;
}

/* Border on images */

.border {
	padding:4px;
	border:1px solid #cce0eb;
	margin:0 0 10px 20px;	
}

.image_right {
	float:right;
	margin:0 0 10px 20px;
	padding:6px;
	background-color:#f0f0f0;
}

.image_right p {
	margin:0 0 6px 0;
	font-size:x-small;
	font-style:italic;
	color:#009900;
	text-align:center;
}