/* CSS Document */


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {

text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

body { font-size:10pt}
.style1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt;}
.style2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; color: #999999}
.style3 { font-family:Georgia, "Times New Roman", Times, serif; font-size:14pt; color: #ff9900; font-weight:bold}