body{
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: Black;
	background-image: url(images/menubg4.gif);
	background-repeat: repeat-y;
}

table{
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
}
A:link {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: white;
	line-height: 12pt;
	text-decoration: none;
}

A:visited {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: white;
	line-height: 12pt;
	text-decoration: none;
}

A:active {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: yellow;
	line-height: 12pt;
	text-decoration: none;
}

A:hover {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: White;
	line-height: 12pt;
	text-decoration: Underline;
}