/* CSS Document */
.l1 {
	font-family: tahoma;
	font-size: 12px;
	font-weight:normal;
	color:#9C9C9C;
	text-decoration: none;
	}
.l1 a:link{
	font-family: tahoma;
	font-size: 12px;
	font-weight:normal;
	color: #9C9C9C;
	text-decoration: none;
	}
.l1 a:visited{
	font-family: tahoma;
	font-size: 12px;
	font-weight:normal;
	color: #9C9C9C;
	text-decoration: none;
	}
.l1 a:hover{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #00B13B;
	text-decoration : underline; 
	}
.l2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #9C9C9C;
	text-decoration: none;
	}
.l2 a:link{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #9C9C9C;
	text-decoration: none;
	}
.l2 a:visited{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #9C9C9C;
	text-decoration: none;
	}
.l2 a:hover{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #00B13B;
	text-decoration : underline; 
}
