body {
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: navy;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #0001ae;
	
}
img.left {
	float: left;
	margin-right: 4px;
}
.max-text {
	margin-right: 50px;
	padding-right: 50px;
}
li {
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	vertical-align: middle;
}
tr.color {
	background-image: url(images/back-files.png);
	background-repeat: no-repeat;
	height: 25px
}
.lines {
border-bottom-style: dotted;
border-bottom-width: thin;
border-bottom-color: gray;
}
.color-lines {
background-image:url(images/back-files.png);
background-position:left;
background-repeat:no-repeat;
}