.boxRightLine {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCC;
}
.BoxOutsideBorders {
	border: 2px solid #CCC;
}
.BoxBtmBorder {
	border-bottom-width: 3px;
	border-top-style: none;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	padding-right: 5px;
	padding-left: 5px;
}
.HeaderWhite {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.BodyBlackReg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}
.HeaderBlack {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.HeaderBlue {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00F;
}
.boxLeftBtmSpace {
	margin-bottom: 5px;
	margin-left: 5px;
}
.boxPadTopBtm {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.whiteRegular {
	color: #FFF;
}
.WHITElINKS {
	color: #FFF;
	text-decoration: underline blink;
	font-size: 12px;
	background-color: #434377;
}
