body {
	background-color : #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #666666;
}

a:hover {
	color: #999999;
	text-decoration: none;
	
	font-size: 8pt;
}

a {
	color: #017FC1;
	text-decoration: none;
	
	font-size: 8pt;
}

p, td {
	
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	line-height: 12pt;
}

th.header, tr.header {
	font-weight: bold;
	
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	line-height: 12pt
}

.new {
	
	font-size: 8pt;
	color: #FF6600;
	text-decoration: none;
	line-height: 12pt;
}

.enviro {
	
	font-size: 8pt;
	color: #11BB11;
	text-decoration: none;
	line-height: 12pt;
}

.footer {
	
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	line-height: 12pt;
}

h1 {
	
	font-size: 16pt;
	color: #017FC1;
	text-decoration: none;
	line-height: 14pt;
	text-transform: capitalize;
}

h2 {
	
	font-size: 9pt;
	font-weight: bold;
	color: #017FC1;
	text-decoration: none;
	/* line-height: 14pt; */
}

h3 {
	
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
	line-height: 12pt;
	font-style: normal;
	font-weight: normal;
} 

li {
	
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	line-height: 12pt;
}

.topnav {
	
	font-size: 8pt;
}

.quotation {
	
	background-color: #CCF5FF;
	color: #555555;
	text-decoration: none;
	font-size: 9pt;
	font-style: italic;
	line-height: 12pt;
}

DT {
	margin-above: 0.5em;
}

DD {
	margin-left: 1em;
	margin-right: 0px;
}

@media print {
	.hideprint {
		display: none;
	}
}

