/* CSS Document */
.l1{
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	color: #404040;
	text-decoration: none;
	}
.l1 a:link{
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	color: #028CEF;
	text-decoration: none;
	}
.l1 a:visited{
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	color: #028CEF;
	text-decoration: none;
	}
.l1 a:hover{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #028CEF;
	text-decoration : underline; 
	}

.l2{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	}
.l2 a:link{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #028CEF;
	text-decoration: none;
	}
.l2 a:visited{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #028CEF;
	text-decoration: none;
	}
.l2 a:hover{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #028CEF;
	text-decoration : underline; 
	}
.headr{
font-size:16px;
color: #208bc1;
font-weight:bold;
text-transform:uppercase;
}
