@charset "utf-8";
/* CSS Document */
.whiteblue a {
color: #6dcff6;
text-decoration:none;
}
.whiteblue a:hover {
color: white;
text-decoration:none;
}
.whiteblue a:active {
color: #6dcff6;
text-decoration:none;
}
.whiteblue {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6dcff6;
}

.greyblue a {
color: #414142;
text-decoration:none;
}
.greyblue a:hover {
color: #007dc5;
text-decoration:none;
}
.greyblue a:active {
color: #414142;
text-decoration:none;
}
.greyblue {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#414142;
}

.white_underline a {
color: white;
text-decoration:none;
}
.white_underline  a:hover {
color: white;
text-decoration:underline;
}
.white_underline  a:active {
color: white;
text-decoration:none;
}
.white_underline  {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
}