body, p, td {
	font-family: Helvetica, sans-serif;
	font-size:12pt;

	color: #666666;
}

table {
	background-color: #ffffff;
}

.bold {
	font-weight: bold;
}

.bold-italic {
	font-weight: bold;
	font-style: italic;
}

.italic {
	font-style: italic;
}

.fineprint {
	font-style: italic;
	font-size: 9pt;
}

.adderss {
	font-family: Helvetica, sans-serif;
	font-size:8pt;
	font-weight: bold;
	color: #999999;
}

a.address:link {
	font-family: Helvetica, sans-serif;
	font-size:8pt;
	font-weight: bold;
	color: #999999;
}

a.address:visited {	
	font-family: Helvetica, sans-serif;
	font-size:8pt;
	font-weight: bold;
	color: #bbbbbb;
}

.norepeat {
	background-repeat: no-repeat;
	background-position: center center;

}

.img {
	position: absolute;
	left: 0;
	top: 430px;
}

.header {
	font-size: 16pt;
}
	
.subheader {
	font-size: 13pt;
}

li {
	list-style-image: url(images/arrows.gif);
}

a:link {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-size:12pt;
	color: #666666;
}
a:visited {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-size:12pt;
	color: #666666;
}
a:active {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-size:12pt;
	color: #FCA71A;
}
a:hover {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-size:12pt;
	color: #FCA71A;
}