.background {
	background-color: #456E9C;
	padding: 5px 0px 0px;
	margin: 5px 0px 0px;
}
.linesLeft {
	background-image: url(images/linesLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 540px;
	width: 40px;
}
.linesRight {
	background-image: url(images/linesRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 540px;
	width: 42px;
}
.linesTB {
	background-repeat: repeat-x;
	background-position: left top;
	height: 540px;
	background-image: url(images/linesTB.gif);
}
.linesTL {
	background-image: url(images/linesLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 40px;
}
.linesTR {
	background-image: url(images/linesRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 43px;
	width: 42px;
}
.linesT {
	background-image: url(images/linesTB.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 540px;
}
.linesRepeatLeft {
	background-image: url(images/linesRepeatLeft.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 40px;
}
.linesBL {
	background-image: url(images/linesLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 40px;
}
.linesB {
	background-image: url(images/linesTB.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.backSeal {
	background-image: url(images/logoSeal.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #305072;
	text-decoration: none;
}
a.footerText:visited {
	color: #305072;
}
a.footerText:hover {
	text-decoration: underline;
}

