TABLE {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none
}

td           {
	margin: 0px;
	padding: 0px;
	border: #FFFFFF;


}
.Nav         {

	cursor : pointer;	
	color: #ffffff;
	BACKGROUND-COLOR: #000000;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	font-family: "Times New Roman", Times, serif;
        font-size: 15px;

}
.over {
	cursor : pointer;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #000000;
	filter: Alpha(Opacity=85);
	opacity: 0.85;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	font-family: "Times New Roman", Times, serif;
        font-size: 15px;

}
.faded {
	FILTER: alpha(opacity=30);
	opacity: 0.3;
}
.fadeout {
	FILTER: alpha(opacity=75);
	opacity: 0.75;
}
.fadein {
	FILTER: alpha(opacity=90);
	opacity: 0.9;
}
.show {
	VISIBILITY: visible; WIDTH: 100%
}
.hide {
	VISIBILITY: hidden; WIDTH: 10px; HEIGHT: 10px
}
BUTTON {
	BORDER-RIGHT: #003366 1px solid; BORDER-TOP: #003366 1px solid; BORDER-LEFT: #003366 1px solid; CURSOR: pointer; COLOR: #ffffff; BORDER-BOTTOM: #003366 1px solid; BACKGROUND-COLOR: #000033
}
BODY {
	background: #343355 url(images/bg.jpg) no-repeat center top;
        font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8px;
	line-height: 14px;

}
.indbody {
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

