.txtBG {
	background-image: url(../images/_txt.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(../images/_tile.jpg);
}
body, td, p, input, textarea {
    font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#021D54;
}
a:link {
	font-weight: normal;
	color: #021D54;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #021D54;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #021D54;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #021D54;
	text-decoration: none;
}
.quote {
	font-size: 12px;
	font-weight:bold;
}
