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

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align: justify;
}
.blue a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1754a9;
	text-align: justify;
	order-bottom:1px solid #ffd55c;
	text-decoration: none;
	font-weight: bold;
}
.blue a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #faba00;
	text-align: justify;
	text-decoration: none;
	border-bottom:1px solid #ffd55c;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffd55c;
	text-align: justify;
	border-bottom:1px solid #1754a9;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

.nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffd55c;
	text-align: justify;
	border-bottom:1px solid #1754a9;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
	text-decoration: none;
	border-bottom:1px solid #ffd55c;
}

