.blackBorder {
	border: 1px solid #000000;
}
.blueHeaderBG {
	background-image: url(images/layout/blueBG.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.lightBrownHeaderBG {
	background-image: url(images/layout/brownBG.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.darkGreyHeaderBG {
	background-image: url(images/layout/greyBG.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.greenHeaderBG {
	background-image: url(images/layout/greenBG.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.greyHeaderBg {
	background-image: url(images/layout/grayGradient.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.greySmallGradient {
	background-image: url(images/layout/smallGrea.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.footerTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.bottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.whiteHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.blackHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0B0B0B;
	padding-left: 10px;
}
li {
	list-style-position: outside;
	list-style-type: square;
}

.brownSmallHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #523423;
	padding-left: 10px;
}
.navBG {
	background-image: url(images/layout/navBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.NavL:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.NavL:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.NavL:hover {
	color: #4D5972;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.bodyTXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.smallTEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


a.NavL:active {
	color: #4D5972;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.greyLargeGradient {
	background-image: url(images/layout/grayLGreadient.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.greenLargeGradient {
	background-image: url(images/layout/geenGradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.brownLargeGradient {
	background-image: url(images/layout/brownGradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.greyAttLargeGradient {
	background-image: url(images/layout/greyGradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.btopRight {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-right-width: 1px;
}
.btop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.lrLine {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.rline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.topBlackLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
