BODY { font-family: verdana, Helvetica, sans-serif; font-size: 8pt; color: #EFE7DF; 
	SCROLLBAR-FACE-COLOR: #272a2f; 
	SCROLLBAR-HIGHLIGHT-COLOR: #6e6650; 
	SCROLLBAR-SHADOW-COLOR: #1b1e25; 
	SCROLLBAR-3DLIGHT-COLOR: #444444; 
	SCROLLBAR-ARROW-COLOR: #ffb903; 
	SCROLLBAR-TRACK-COLOR: #444444; 
	SCROLLBAR-DARKSHADOW-COLOR: #1b1e25
}

}
A:link {
	COLOR: #efe7df;
	TEXT-DECORATION: none;
	font-family : verdana, Helvetica, sans-serif;
}
A:visited {
	COLOR: #efe7df;
	TEXT-DECORATION: none;
	font-family : verdana, Helvetica, sans-serif;
}
A:active {
	COLOR: #efe7df;
	TEXT-DECORATION: none;
	font-family : verdana, Helvetica, sans-serif;
}
A:hover {
	COLOR: #eF9900;
	TEXT-DECORATION: underline;
; font-family: verdana, Helvetica, sans-serif
}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	min-width:210px;
	width:auto;
	margin:0px 190px 1px 140px;
	border:0px solid black;
	background-color:#000000;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navBot {
	font-size: 8px;
	position:absolute;
	width:400px;
	top: 500px;
	left: 20px;
	border: none;
	background-color:#000000; 
/*	background-image: url(../images/menu_end.jpg); */
	padding: 1px;
	z-index: 1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:398px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:398px;}

#navAlpha {
	position:absolute;
	width:210px;
	top:5px;
	left:20px;
	border:0px solid black;
	background-color:#000000; 
	background-image: url(../images/left_menu.jpg);	
	padding:0px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
/* #navBeta { code moved to page to allow resizing of ad box
	position:absolute;
	height: 200;
	width:170px;
	top:180px;
	right:20px;
	border:1px solid red;
	background-color:#990000;
	padding:0px 0px 0px 0px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:170px;}



#message div.menuBar,
#message div.menuBar a.menuButton {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FF0000;
}

#message div.menuBar {
  background-color: transparent;
  padding: 2px 2px 2px 2px;
  text-align: left;
  margin-left:0px;
}

#message div.menuBar a.menuButton {
  background-color: transparent;
  background-image: url(../images/menu_button.jpg);
  border: 1px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  text_color: #aa0000;
  text-align: center;
  color: #000000;
  cursor: pointer;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 2px 2px 2px 2px;
  width: 80px;
  height: 22px;
  xposition: relative;
  text-decoration: none;
  z-index: 10; 
}

#message div.menuBar a.menuButton:hover {
  background-color: transparent;
  background-image: url(../images/menu_button_d.jpg);
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  text-decoration: bold;
  font-weight: bold;
  color: #000000;
  cursor: pointer; 
}


P { font-family: verdana, Helvetica, sans-serif; font-size: 8pt; color: #EFE7DF;} 
I { font-family: verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none; color: #fa0000;} 
TD { font-family: verdana, Helvetica, sans-serif; font-size: 8pt; color: #EFE7DF;} 
small {  font-family: verdana, Helvetica, sans-serif; font-size: 10px; color: #EFE7DF;}
big {  font-family: verdana, Helvetica, sans-serif; font-size: 10pt; color: #EFE7DF;}
h2 {
	font:bold 12px/14px verdana, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}

/*
#subm {
	background-image: url(../images/title_main.jpg); 
	background-repeat: no-repeat;
	width: 400;
	padding: 0px 0px 56px 0px; 
	border: 0px;
	z-index:5;
}
************ above stuff moved to pages ****/

/* paddd - top ? below ? */

#subm div.mBar {
  background-color: transparent;
/*  border: 1px solid red;*/
  padding: 6px 2px 6px 1px;
  top: 0px;
  text-align: left;
  margin-left:2px;
}

#subm div.mBar a.mButton {
  background-color: #696969;
/*  background-image: url(../images/menu_button.jpg); */
  border: 1px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
  cursor: pointer;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 1px 1px 1px 1px;
  width: 75px;
  xposition: relative;
  text-decoration: none;
  text-align: center;	
  z-index: 10; 
}

#subm div.mBar a.mButton:hover {
  background-color: #aa0000;
/*  background-image: url(../new_en/tn_rectangle_button064d.jpg); */
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  text-decoration: bold;
  font-weight: bold;
  color: #eF9900;
  cursor: pointer; 
}

/* general buttons */
#butm {
  background-color: transparent;
	width: 400;
	padding: 0px 0px 56px 0px; 
	border: 0px;
	z-index:5;
}

/* paddd - top ? below ? */

#butm div.mBar {
  background-color: transparent;
/*  border: 1px solid red;*/
  padding: 6px 2px 6px 1px;
  top: 0px;
  text-align: left;
  margin-left:0px;
}

#butm div.mBar a.mButton {
  background-color: #696969;
  border: 1px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
  cursor: pointer;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 2px 2px 2px 2px;
/*  width: 75px; */
  xposition: relative;
  text-decoration: none;
  text-align: center;	
  z-index: 10; 
}

#butm div.mBar a.mButton:hover {
  background-color: #aa0000;
/*  background-image: url(../new_en/tn_rectangle_button064d.jpg); */
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  text-decoration: bold;
  font-weight: bold;
  color: #eF9900;
  cursor: pointer; 
}

