body {
	margin: 0px;
	background-color:#333366;
}
.TextMain {
	font-family: Arial;
	font-size: 12px;
	color:#333366;
}
.SmallText {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
}
.PurpleText {
	font-family: Arial;
	font-size: 12px;
	color:#666699;
}
.MainTextLinks  a:link {
	font-family: Arial;
	font-size: 12px;
	color:#666699;
	text-decoration: none;
}
.MainTextLinks  a:visited {
	font-family: Arial;
	font-size: 12px;
	color:#666699;
	text-decoration: none;
}
.MainTextLinks  a:hover {
	font-family: Arial;
	font-size: 12px;
	color:#fc6805;
	text-decoration: none;
}
.MainTextLinks  a:active {
	font-family: Arial;
	font-size: 12px;
	color:#fc6805;
	text-decoration: none;
}
.SidebarTextLinks  a:link {
	font-family: Arial;
	font-size: 11px;
	color:#666699;
	text-decoration: none;
}
.SidebarTextLinks  a:visited {
	font-family: Arial;
	font-size: 11px;
	color:#666699;
	text-decoration: none;
}
.SidebarTextLinks  a:hover {
	font-family: Arial;
	font-size: 11px;
	color:#fc6805;
	text-decoration: none;
}
.SidebarTextLinks  a:active {
	font-family: Arial;
	font-size: 11px;
	color:#fc6805;
	text-decoration: none;
}
.banner {
	background-image:url(../images/BannerBG.gif);
	background-repeat:repeat-x;
}
.bodyBG {
	background-image:url(../images/BodyBG.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
.PageTitleBG {
	background-image:url(../images/PageTitleBG.jpg);
	background-repeat:no-repeat;
}
.Header1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#fc6805;
}
.OrangeDotRow {
	background-image:url(../images/OrangeDR.gif);
	background-repeat:repeat-x;
}
.PurpleDotRow {
	background-image:url(../images/purpledr.gif);
	background-repeat:repeat-x;
}
.VerticalOrangeDotRow {
	background-image:url(../images/VerticalOrangeDR.gif);
	background-repeat:repeat-y;
}

.ToTopLink a:link {
	font-family: Arial;
	font-size: 11px;
	color:#666699;
	text-decoration:none;
	}
.ToTopLink a:visited {
	font-family: Arial;
	font-size: 11px;
	color:#666699;
	text-decoration:none;
	}
.ToTopLink a:hover {
	font-family: Arial;
	font-size: 11px;
	color:#FF6600;
	text-decoration:none;
	}
.ToTopLink a:active {
	font-family: Arial;
	font-size: 11px;
	color:#FF6600;
	text-decoration:none;
	}

.LeftColumnLinks a:link {
	font-family:Arial;
	font-size: 11px;
	color:#666699;
	text-decoration:none;
	padding-left: 20px;
}
.LeftColumnLinks a:visited {
	font-family:Arial;
	font-size: 11px;
	color:#666699;
	text-decoration:none;
	padding-left: 20px;
}
.LeftColumnLinks a:hover {
	font-family:Arial;
	font-size: 11px;
	color:#fc6805;
	text-decoration:none;
	padding-left: 20px;
}
.LeftColumnLinks a:active {
	font-family:Arial;
	font-size: 11px;
	color:#fc6805;
	text-decoration:none;
	padding-left: 20px;
}
	
.LeftColumnBG {
	background-image:url(../images/LeftColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	border-right: 1px solid #999999;
}
.LeftColumnTopRowBG {
	background-image:url(../images/LeftColumTop.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-bottom: 1px solid #999999;
	height: 25px;
}
.ContentBox1 {
	background-image:url(../images/cb1Gradient.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	border: 1px solid #fc6805;
}
.ContentBox2 {
	background-image:url(../images/cb1Gradient.jpg);
	background-repeat:repeat-x;
	background-color:#fee8bc;
	border: 1px solid #fc6805;
}

.footerTop {
	background-color:#666699;
	border-top: 1px solid #9999cc;
}

.footerBody {
	background-color:#666699;
	border-right: 1px solid #9999cc;
	border-left: 1px solid #9999cc;
}

.footerBottom {
	background-color:#666699;
	border-bottom: 1px solid #9999cc;
}
.footerText {
	font-family: Arial;
	font-size: 10px;
	color:#FFFFFF;
}
.footerCopyright {
	font-family: Arial;
	font-size: 10px;
	color:#9999cc;
}

.FormValidation {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fc6805;
	}