body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
.footerA {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #336699;
	border-bottom-color: #336699;
	background-image: url(images/footerA.jpg);
	background-repeat: no-repeat;
}
.blueBar {
	background-image: url(images/blueBar.gif);
	background-repeat: no-repeat;
}
.borderLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-left-color: #336699;
	background-color: #FFFFFF;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #006699;
}
a:active {
	color: #006699;
	text-decoration: none;
}
.greenBox {
	background-image: url(images/greenBox.jpg);
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.borderR {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.pad30L {
	padding-left: 30px;
}
.pad40L {
	padding-left: 40px;
}
.vertline {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
.whiteTXT {
	color: #FFFFFF;
}
.pad7 {
	padding-right: 7px;
	padding-left: 7px;
}
.txtLRG {
	font-size: 110%;
}
