body {
	background-image: url(images/bg_01.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.lhs {
	background-image: url(images/bits_12.gif);
	background-repeat: repeat-y;
}
.rhs {
	background-image: url(images/bits_13.gif);
	background-repeat: repeat-y;
}
.fd {
	background-image: url(images/fd_16.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.textheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #0073c7;
}
.texttable {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0073c7;
}