/* CSS Document */

.l1 {
	font-family : Tahoma,Verdana,Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left : 10px;
	margin-right : 10px;
	}
.l1 a:link{
	font-family : Tahoma,Verdana,Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	}
.l1 a:visited{
	font-family : Tahoma,Verdana,Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	}
.l1 a:hover{
	font-family : Tahoma,Verdana,Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CC9900;
	text-decoration : underline; 
	}
.l2 {
	font-family : Tahoma,Verdana,Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left : 10px;
	margin-right : 10px;
	}
.l2 a:link{
	font-family : Tahoma,Verdana,Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	}
.l2 a:visited{
	font-family : Tahoma,Verdana,Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	}
.l2 a:hover{
	font-family : Tahoma,Verdana,Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC9900;
	text-decoration : underline; 
	}
