/* CSS Document */
.l1 {
	font-family: 'Trebuchet MS', Arial; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	}
.l1 a:link{
	font-family: 'Trebuchet MS', Arial; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
.l1 a:visited{
	font-family: 'Trebuchet MS', Arial; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
.l1 a:hover{
	font-family: 'Trebuchet MS', Arial; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #DC143C;
	text-decoration : underline; 
	}
.l2 {
	font-family: 'Trebuchet MS', Arial; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	}
.l2 a:link{
	font-family: 'Trebuchet MS', Arial; 
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.l2 a:visited{
	font-family: 'Trebuchet MS', Arial; 
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.l2 a:hover{
	font-family:'Trebuchet MS', Arial; 
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DC143C;
	text-decoration : underline; 
	}

.heading{
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3399CC;
	background-repeat: no-repeat;
		
}
