a {
	text-decoration: none;
}
a:link {
	color: #666666;
	border-color:#666666;
	border-width: 0 0 1px;
	border-style: none none dotted;



}
a:visited {
	color: #666666;
	border-color: #666666;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;


}
a:hover {
	color:#333333;
	text-decoration:none;
	background-color:#ECECF1;
	border-color:#333333;
}
a:active {
	color: #FF9900;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	padding-right: 22px;
	padding-left: 22px;
	text-align: left;
	line-height: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	padding-right: 22px;
	padding-left: 22px;
	color: #666666;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	padding-right: 22px;
	padding-left: 22px;
	color: #666666;
	text-align: left;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 22px;
	padding-left: 22px;
	color: #666666;
	text-align: left;	
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 12px;
}
hr {
	border-top: 1px dotted #666666;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #FFFFFF;
}

.fine_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
