a:link,
a:visited {
    color: #ccc;
    text-decoration: none;
font-weight: bold;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: underline;
}


#boxMenu  ul a:link,
#boxMenu  ul a:visited {

}

#boxMenu  ul a:hover,
#boxMenu  ul a:focus {
	background-color: #194774;
    text-decoration: none;
}

#boxMenu  ul li ul a:link,
#boxMenu  ul li ul a:visited {
	color: #4aa5da;
}

#boxMenu  ul li ul a:hover,
#boxMenu  ul li ul a:focus {
	color: #003366;
	background-color: #4aa5da;
    text-decoration: none;
}

#boxFooter ul a:link,
#boxFooter  ul a:visited {

}

#boxFooter  ul a:hover,
#boxFooter  ul a:focus {
    text-decoration: none;
}

#boxFooter  ul li ul a:link,
#boxFooter  ul li ul a:visited {
	font-weight: normal;
}

#boxFooter  ul li ul a:hover,
#boxFooter  ul li ul a:focus {
    text-decoration: none;
}


.flvVideo {
	margin: 0 0 14px 0;
}
.flvVideo a:link,
.flvVideo a:visited {
	color: #05396b;
	background-color: #4aa5da;
	padding: 3px 6px;
    border-bottom: 1px solid #999;
	font-weight: bold;
}

.flvVideo a:hover,
.flvVideo a:focus {
	color: #fff;
	background-color: #335c84;
    text-decoration: none;
}


.flvVideo a {
}


.linkMore a {
	color: #4aa5da;
	font-weight: bold;
}