a:link, img {
	color: #FF0000;
	border-color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active  {
	color: #FFFFFF;
}
a:visited, img {
	color: #800000;
	border-color: #800000;
	text-decoration: none;
}
a:visited:hover {
	text-decoration: underline;
}
body {
	background: #000000 url('/images/bg2.gif') repeat-y fixed top left;
	color: #FFFFFF;
}
form {
	margin-bottom: 0px;
}
                 
td.TableC {
	background-color: #000035;
}
td.TableT {
	background-color: #000035;
	background-image: url('/images/table/TableTop.gif');
	height: 10px;
}
td.TableTL {
	background-image: url('/images/table/TableTopLeft.gif');
	width: 10px;
	height: 10px;
}
td.TableTR {
	background-image: url('/images/table/TableTopRight.gif');
	width: 10px;
	height: 10px;
}
td.TableB {
	background-color: #000035;
	background-image: url('/images/table/TableBottom.gif');
	height: 10px;
}
td.TableBL {
	background-image: url('/images/table/TableBottomLeft.gif');
	width: 10px;
	height: 10px;
}
td.TableBR {
	background-image: url('/images/table/TableBottomRight.gif');
	width: 10px;
	height: 10px;
}
td.TableL {
	background-color: #000035;
	background-image: url('/images/table/TableLeft.gif');
	width: 10px;
}
td.TableR {
	background-color: #000035;
	background-image: url('/images/table/TableRight.gif');
	width: 10px;
}