@charset "utf-8";
/* CSS Document */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFEE2;
}	
A.style1:LINK {
	color : #0066FF;
	text-decoration: none;
}
A.style1:ACTIVE {
	color : #0066FF;
	text-decoration: none;
}
A.style1:HOVER {
	color : #FFFFFF;
	text-decoration: underline;
}
A.style1:VISITED {
	color : 0066FF;
	text-decoration: none;
}
.style2 {
	font-size: 10;
	color: #5AABED;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}	
A.style3:LINK {
	color : #0066FF;
	text-decoration: none;
}
A.style3:ACTIVE {
	color : #0066FF;
	text-decoration: none;
}
A.style3:HOVER {
	color : #FFFFFF;
	text-decoration: underline;
}
A.style3:VISITED {
	color : 0066FF;
	text-decoration: none;
}

