/* CSS Document */


.l1 {
	font-family: "Times New Roman", "Times Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #231F20;
	text-decoration: none;
	}
.l1 a:link{
	font-family: "Times New Roman", "Times Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #e69840;
	text-decoration: underline;
	}
.l1 a:visited{
	font-family: "Times New Roman", "Times Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #e69840;
	text-decoration: underline;
	}
.l1 a:hover{
	font-family: "Times New Roman", "Times Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #231F20;
	text-decoration : none;
	}
.l2 {
	font-family: "Times New Roman", "Times Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #231F20;
	text-decoration: none;
	text-align: justify;
	}
.l2 a:link{
	font-family: "Times New Roman", "Times Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #e69840;
	text-decoration: underline;
	}
.l2 a:visited{
	font-family: "Times New Roman", "Times Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #e69840;
	text-decoration: underline;
	}
.l2 a:hover{
	font-family: "Times New Roman", "Times Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #231F20;
	text-decoration : none;
	}

.heading{
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #e69840;
	font-weight: normal;
	border-bottom: 2px dotted #e0861a;
	padding-bottom: 14px;

	 }
	 
	 
