/* CSS Document */
.l1 {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #407cb5;
	text-decoration: none;
	}
.l1 a:link{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #407cb5;
	text-decoration: none;
	}
.l1 a:visited
{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #407cb5;
	text-decoration: none;
	}
.l1 a:hover{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #407cb5;
	text-decoration : underline; 
	}
.l2 {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #407cb5;
	text-decoration: none;
	}
.l2 a:link{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #407cb5;
	text-decoration: none;
	}
.l2 a:visited{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #407cb5;
	text-decoration: none;
	}
.l2 a:hover{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #407cb5;
	text-decoration : underline; 
	}

