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:#e4f5e5;
	background-image:url(images_template/shadow-pale.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:.1em .1em .4em .2em;
	color:#000099;
}

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;	
}

.border_right {
	float:right;
	padding:4px;
	border:1px solid #cce0eb;
	margin:0 0 10px 10px;	
}

.border_center {
	text-align:center;
	padding:4px;
	border:1px solid #cce0eb;
	margin:0 5px 10px 5px;	
}

