BODY {
	BACKGROUND-COLOR: White;
	MARGIN-LEFT: 5px;
	MARGIN-TOP: 5px;
	FONT-SIZE: small;
	font-family : Arial, Helvetica, sans-serif;
}
.navibar{
	font-family: Tahoma,Arial, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
}
.navibar A{
	color: white;
	text-decoration: none;
}
navibar A:hover{
	background-color: Gray;
}
.navibar TD{
	background-color: #4B4B4B;
}
A {
	text-decoration : none;
}
A:hover {
	text-decoration : underline;
}
.menubox {
	position: absolute;
	visibility: hidden;
	background-color :#4B4B4B;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width : 120px;
	filter : filter : Alpha(Opacity=90);
	color : White;
	text-align : left;
	top: 148px;
}
.menubox a {
		text-decoration: none
		color: white;
	}
.menubox a:hover {
		text-decoration: none;		
	}
.menuline{
	color: white;
	background-color: Gray;
}
.menuline2 {
	color: white;
}
.menuline2 A{
		text-decoration: none
		color: white;
		background-color :#4B4B4B;
	};
.menuline A:hover {
		text-decoration: none;
		color: White;
}
