@charset "utf-8";
A.menu {
	font-family: Arial;
	font-weight: bold;
	color: #21516c;
	text-decoration: none;
	padding-left: 30px;
	font-size: 16px;
}
A.menu:hover{
	color: #2074A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	font-size: 16px;
	

}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-top: 2px;
	position: relative;
	}

.link
{
color:#205FDF;
}

.link:hover
{
color: #C00;
}
