body {
	padding: 0px;
	border: none;
	margin: 0px;
}
table {
	border: 0px;
	border-collapse: collapse;
}
td {
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
}
table.menu {
	width: 150px;
	border-bottom-color: #334499;
}
td.menu {
	text-indent: 20px;
	width: 150px;
	height: 28px;
	text-align: left;
	border-collapse: collapse;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	vertical-align: bottom;
	color: #334499;
	text-decoration: none;
	width: 150px;
	height: 28px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	vertical-align: bottom;
	color: #334499;
	text-decoration: none;
	width: 150px;
	height: 28px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
a.menu:hover {
	color: #334499;
	background-image: url(images/menu_lit.jpg);
}
