.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 5px;
	color: #FFFFFF;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-color: #3399FF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(images/page-title-bg.gif);



}
.pagesubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;

}
.ListLevel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-type: disc;
	text-transform: uppercase;
	padding-left: 10px;

}
.ListLevel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	padding-left: 35px;
	text-align: justify;
}
.AnchorLinks {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	padding-left: 35px;
}
.IndentLevel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-type: disc;
	text-transform: uppercase;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-left: 10px;

}
.IndentLevel1NoLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 20px;
	text-transform: capitalize;

}
.NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	list-style-type: square;


}
.IndentLevel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	padding-left: 35px;
	text-align: justify;

}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active {
	color: #FF3366;
	text-decoration: underline overline;
}

