/* CSS Document */
.style1 {
	font-family: Arial;
	font-size: 12px;
	color: #848EAC;
}
.style2 {
	font-family: "Arial Narrow";
	font-size: 21px;
	color: #FFFFFF;
}
.style4:active {
	font-family: Arial;
	font-size: 12px;
	color: #2d9bff;
}

.style4:visited {
	font-family: Arial;
	font-size: 12px;
	color: #2d9bff;
}

.style4:link {
	font-family: Arial;
	font-size: 12px;
	color: #2d9bff;
}


.style4:hover {
	font-family: Arial;
	font-size: 12px;
	color: #2d9bff;
}

.style01:active {
	font-family: Arial;
	font-size: 12px;
	color: #2d9bff;
}

.style01:visited {
	font-family: Arial;
	font-size: 12px;
	color: #2d9bff;
	text-decoration:none;
}

.style01:link {
	font-family: Arial;
	font-size: 12px;
	color: #2d9bff;
	text-decoration:none;
}

.style01:hover {
	font-family: Arial;
	font-size: 12px;
	color: #2d9bff;
	text-decoration:none;
}
.style5 {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
}

.style6 {
	font-family: Arial;
	font-size: 12px;
	color: #5F6881;
}

.style7 {
	font-family: Arial;
	font-size: 12px;
	color: #2D9BFF;
	text-decoration:none;
}
.style8 {
	font-family: Arial;
	font-size: 12px;
	color: #848EAC;
}
.style9 {
	font-family: "Arial Narrow";
	font-size: 21px;
	color: #FFFFFF;
	}
	a:link {
	font-family: Arial;
	color: #2d9bff;
	font-size: 12px;
	text-decoration: none;
	}
	
a:visited 
{
font-family:Arial;
color: #2d9bff;
font-size: 12px;
text-decoration: none;
}
a:hover 
{
font-family: Arial;
color: #2d9bff;
font-size: 12px;
 text-decoration: none;
 }
a:active {
font-family: Arial;
color: #2d9bff;
font-size: 12px;
text-decoration: none;
 }