a.b:link {
	color:#E2E2E2;
	text-decoration: none;
	font-weight:bold;
}
a.b:visited {
	text-decoration: none;
	color: #E2E2E2;
	font-weight:bold;
}
a.b:hover {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
a.b:active {
	text-decoration: none;
	font-weight:bold;
}
a.c:link {
	color:#000000;
	text-decoration: none;
	background-color:#D4E8F3;
	padding-left:15px;
	padding-top:4px;
	height:25px;
	line-height:25px;
	width:180px;
}
a.c:visited {
	color:#000000;
	text-decoration: none;
	background-color:#D4E8F3;
	padding-left:15px;
	padding-top:4px;
	height:25px;
	line-height:25px;
	width:180px;
}
a.c:hover {
	color:#ffffff;
	text-decoration: none;
	background-color:#143093;
	padding-left:15px;
	padding-top:4px;
	height:25px;
	line-height:25px;
	width:180px;
}
a.c:active {
	text-decoration: none;
	padding-left:15px;
	padding-top:4px;
	height:25px;
	line-height:25px;
	width:180px;
}
a.d:link {
	color:#E2E2E2;
	text-decoration: none;
}
a.d:visited {
	text-decoration: none;
	color: #E2E2E2;
}
a.d:hover {
	text-decoration: none;
	color: #666666;
}
a.d:active {
	text-decoration: none;
}
.border{ border:1px solid #B9C1CA;}
.bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}