@charset "iso-8859-1";
/*
 * Style sheet
 */

h1, h2, h3, h4, p, td, th, li, dt, dd, blockquote {
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
}
p, td, li, dt, dd, blockquote {
	font-size: 10pt;
	color: #333333;
}
p.trailer {
	font-size: 8pt;
	font-style: italic;
	text-align: center; 
	border-top: 1px solid #006633;
	padding-top: 8px;
	margin: 20 60 0 60;
}

body {
	margin: 0;
	padding: 0;
}

td {
	font-size: 8pt;
	color: #333333;
	line-height: 166%;
	vertical-align: top;
	padding: 6 12 6 12;
}
td.left {
	text-align: right;
	border-right: solid #006633 1px;
}

.hdr {
	background-image: url(../images/glbg.gif);
	font-family: verdana;
	margin: 0 0 0 0;
	padding: 28 0 12 60;
	color: white;
	border-bottom: 2px solid #006633;
}
.preHdr {
	font-size: 10pt;
	font-weight: bold;
	width: 510px;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}
.subHdr {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: center;
	margin-left: 120px;
	margin-top: 2px;
}
.hdr h1 {
	margin: 0 0 0 0;
	font-family: times new roman;
	font-weight: normal;
	font-size: 24pt;
}
.hlinks {
	position: absolute;
	left: 541;
	top: 44;
}

a, a:link {
	color: #33CC66;
	text-decoration: none;
}
a:visited {
	color: #339966;
}
a:hover {
	color: black;
	text-decoration: underline;
}

