@charset "utf-8";
.NLC2008 {
	font-family: Arial, Helvetica, sans-serif;
}
.LeftBorder {
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}
.BottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}
.LeftRightBorder {
	border-left: 1px;
	border-left-color: ffffff;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: ffffff;
	border-right-style: solid;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
	background-color: 7fb8d9;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: f49b2f;
}


.BorderNoTop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left: 1px;
	border-left-color: ffffff;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: ffffff;
	border-right-style: solid;
	
}

a:link {
	color: #000000;
}
a:visited {
	color: 8d5ba6;
}
a:active {
	color: 0073b6;
}
.FullBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left: 1px;
	border-left-color: ffffff;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: ffffff;
	border-right-style: solid;
	border-top: 1px;
	border-top-color: ffffff;
	border-top-style: solid;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	line-height: 25px;
}
