body{
	background-color: black;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
background-color: black;
color: white;
border-color: black;
border: 0px;
}

img {border: 0;}

.headline{
	font-size: 10px;
background-color: black;
color: #00AFEF;/* (blue)  #00B001 (green);*/
 font-weight: bold;

}


.headerLine{
border-bottom: 1px solid white; 
font-size: 14px; 
padding-left: 50px;	
color: #D68DD2;
font-weight: bold;
font-variant: small-caps;
}

.musicbutton{
background-color: black;
color: white;
font-size: 9px; 
width: 120px; 
border: 1px solid black;
font-weight: bold;
}

.bottom_note{
	text-align: justify;
	color: #00AFEF; /* #E94EFF;  (purple);  (blue)  #00B001 (green);*/
	background-color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 5px;
	/*border: 1px solid white;*/
	
}

.codedirection {
 unicode-bidi:bidi-override; 
 direction: rtl; }

a{
	color: #C2C2C2;
	text-decoration : none;
}

a:hover{
	color: #D68DD2;  /*#E94EFF (purple)  #00B001 (green);*/
}


.pagetext{
	font-size: 10px;
	background-color: black;
	color: white;
 font-weight: bold;
}


.button{
	font-size: 10px; 
	width: 120px; 
	border: 1px solid gray;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.altbutton{
	font-size: 10px; 
	width: 120px; 
	color: red;
	border: 1px solid red;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tablehead{
	font-size: 14px; 
	padding-bottom: 10px; 
	border-bottom: 1px solid white;
	text-align: center; 
}

.headnav
{
padding: 0px 2px 0px 2px;
font-size: 13px;
font-weight: bold;
 font-family : Tahoma, Arial, Helvetica, sans-serif;
 text-align: center;
}