.menu {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu:hover {

	font: bold 14px Arial, Helvetica, sans-serif;
}
a:link {
	color: blue;
	text-decoration: none
}

a:visited {
	color: blue;
	text-decoration: none
}

a:hover {
	color: blue;
	text-decoration: underline
}

a:active {
	color: #CC0000;
	text-decoration: none
}
.tablebg {
	background: url(/images/header_bg.jpg) repeat-x;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(/images/header_bg.jpg) repeat-x;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
}.searchbox {
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: auto;
	font: 10px Arial, Helvetica, sans-serif;
}
