/* CSS Document */

td img {display: block;}

body {
	background-color: #6d6d6d;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6d6d;
	line-height: 16px;
	text-align:justify;
}
a:link {
	text-decoration: none;
	color: #6d6d6d;
}
a:visited {
	text-decoration: none;
	color: #6d6d6d;
}
a:hover {
	text-decoration: none;
	color: #7cc242;
}
a:active {
	text-decoration: none;
	color: #6d6d6d;
}
.pageTitle {
	color: #7cc242;
	font-size: 18px;
}
h1 {
	line-height:normal;
	font-size:12px;
}
.green {color: #005837}
ul {
margin: 15px;
padding: 0;
}
li {
list-style:none;
background-image:url(images/bullet.jpg);
background-repeat:no-repeat;
background-position: 0 .3em;
padding: 0px 0px 0px 15px;
font-weight:bold;
}