@charset "UTF-8";
/* CSS Document */


.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.6pt;
line-height: 1.3;
}

.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0.6pt;
line-height: 1.3;
}

.style3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: 0.6pt;
line-height: 1.3;
}

a.top {
	color: #FF9900;
	text-decoration: none;
	
}
a.top:link {
	color: #FF9900;
	text-decoration: none;
}
a.top:visited {
	color: #FF9900;
	text-decoration: none;
	}

a.top:active {
	color: #FF9900;
	text-decoration: none;
}
	
a.top:hover {
	color:  #FF9900;
	text-decoration: none;
	background-color: transparent;
	border-color: #FF9900;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}



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

a:hover {
	color:  #000000;
	text-decoration: none;
	background-color: transparent;
	border-color: #000000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

a:active {
	text-decoration: none;
}

