body {
	background: #e8f0e6; /* ie */
	background: -moz-linear-gradient(top, #72a164, #e8f0e6); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#72a164), to(#e8f0e6)); /* chrome - safari */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72a164, endColorstr=#e8f0e6); /* IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#72a164, endColorstr=#e8f0e6)"; /* IE 8 */
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2d2d2d;
	}
	
#wrap{
	background: #e8f0e6; /* ie */
	background: -moz-linear-gradient(top, #72a164, #e8f0e6); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#72a164), to(#e8f0e6)); /* chrome - safari */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72a164, endColorstr=#e8f0e6); /* IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#72a164, endColorstr=#e8f0e6)"; /* IE 8 */
	}

h1 {
	color: 2d2d2d;
	font-weight: bold;
    font-size: 1em;
	letter-spacing: .1em;
	line-height: 1em;
	margin:0px;
	padding: 10px 0 2px;;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 2px #000 dotted;
	}

h1:first-letter { font-size: 2em; }

h2 {
	color: 2d2d2d;
	font-weight: bold;
    font-size: 1em;
	letter-spacing: .1em;
	line-height: 1em;
	margin:0px;
	padding: 10px 0 2px;;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px #000 dotted;
	}

h3 {
	color: #999999;
    font-size: .7em;
	letter-spacing: .1em;
	line-height: .6em;
	margin:0px;
	padding: 4px 0 10px;;
	text-align: center;
	}

h4 {
	color: #666666;
    font-size: .7em;
	letter-spacing: .1em;
	line-height: .6em;
	margin:0px;
	padding: 10px 0 2px;;
	text-align: center;
	text-transform: uppercase;
	}

h5 {
	color: 2d2d2d;
	font-weight: bold;
    font-size: 1em;
	letter-spacing: .1em;
	line-height: 1em;
	margin: 0px 0px 5px 0px;
	padding: 10px 0 2px 0px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px #000 dotted;
	}
	
h6 {
	font-weight: bold;
	font-size: 16px;
	margin: 8px 0px 0px 0px;
	padding: 0;
	}
	
a {
	font-weight: bold;
	text-decoration: none;
	color: #436a37;
	}
	
a:hover {
	text-decoration: underline;
	}

#ulli ul{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#ulli li{
	background-image: url('../img/li.png');
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 0px 0px;
	line-height: 14px;
	}
	
#ulli ul li:first-letter { font-weight: bold; }
	
#right {
	float: right; 
	margin: -15px 0px -40px 0px;
	position: relative;
	}	
	
ul#print {
	list-style: none;
	}

ul#print li {
	float: left;
	}

ul#print li a{
	display: block;
	height: 100%;
	text-indent: -9000px;
	}

ul#print li#printer {
	background: url(../img/print.png) no-repeat 0 0;
	height: 50px;
	width: 50px;
	}

ul#print li#printer a:hover {
	background: url(../img/print.png) no-repeat 0 0;
	background-position: 0 -50px;
	}