/*  ===== import ========================================== */

@import url("2009-06-01 layout.css");

/*  ===== default ========================================== */

body {
	font-family: "trebuchet ms", sans-serif;	font-size: 14px;	margin-left: 5px;	margin-right: 5px;	margin-top: 20px;	margin-bottom: 20px;
	color: black;
}a {	color: gray;	text-decoration: none;
}

a:hover {
	color: black;	text-decoration: none;}

h1 {
	font-size: 18px;
	margin: 0;
	padding-top: 5px;	margin-bottom: 10px;}
p {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;}

ul, ol {
	list-style-type: square;
	margin: 0;
	padding: 0;
	margin-left: 3em; 
	padding-left: 0px;
	text-align: justify;}

li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

img {	border: 0;
}

small {
	font-size: 12pt;
}