.tableBorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808080;
}
.tableBorderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;

}
body {
	background-image: url(images/BG.gif);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
