
BODY {
    text-align: center;
    background: #C0E0FE;
    color: #000000;
	margin: 0px;
    scrollbar-3dlight-color: #0077DA;
	scrollbar-arrow-color: black;
	scrollbar-darkshadow-color: #0077DA;
	scrollbar-face-color: #C0E0FE;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: #0077DA;
	scrollbar-track-color: white;
	overflow-x: auto;
	overflow-y: auto;
}


a.tub {
	text-decoration:none;
	font-weight: bold;
	font-size: .75em;
	color: #004D8A;
}

a.tub:hover {
	text-decoration:none;
	font-weight: bold;
	font-size: .75em;
	color: #CE7D1A;
}


a.tubaa {
	text-decoration:none;
	font-weight: bold;
	font-size: .75em;
	color: #CE7D1A;
}



a.menu:link {
	display:block;
	width:150;
	height:72;
	text-decoration:none;
	font-weight: bold;
	color: white;
	background-image:url('images/tub-2-out.jpg');
	background-repeat: no-repeat;
}

a.menu:visited {
	display:block;
	width:150;
	height:72;
	text-decoration:none;
	font-weight: bold;
	color: white;
	background-image:url('images/tub-2-out.jpg');
	background-repeat: no-repeat;
}

a.menu:hover {
	display:block;
	width:150;
	height:72;
	text-decoration:none;
	font-weight: bold;
	color: #88FFFF;
	background-image:url('images/tub-2-over.jpg');
	background-repeat: no-repeat;
}

.menuaa {
	display:block;
	width:150;
	height:72;
	text-decoration:none;
	font-weight: bold;
	color: #88FFFF;
	background-image:url('images/tub-2-over.jpg');
	background-repeat: no-repeat;
}


a.dmack {
	text-decoration:none;
	font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #39576F;
}

a.dmack:hover {
	text-decoration:none;
	font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: white;
}


span.codedirection {
	unicode-bidi:bidi-override;
	direction: rtl;
}