/* CSS Document */

.l1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-align:justify;
	text-decoration: none;
	}
.l1 a:link{
	FONT-SIZE: 12px;
	COLOR: #666666;
	FONT-FAMILY: verdana;
	TEXT-DECORATION:none;
	}
.l1 a:visited{
	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	}
.l1 a:hover{
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: verdana;
	TEXT-DECORATION:underline;
	}
.l2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align:justify;
	text-decoration: none;
	}
.l2 a:link{
	FONT-SIZE: 12px;
	COLOR: #666666;
	FONT-FAMILY: verdana;
	TEXT-DECORATION:none;
	font-weight: bold;
	}
.l2 a:visited{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.l2 a:hover{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #9b8f70;
	text-decoration : underline; 
	}

