/* CSS Document */

body {
	margin:0;
	padding:0;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-family: Verdana, Trebuchet;
	font-size: xx-small;
  }		html>body {font-size:small;}

#multitab {
	/*  float:left; */
  background:#dae0d2 url(../bg.gif) repeat-x 0 bottom;
	font-size:x-small;
	line-height:normal;
	height: 25px;
	width: 600px;
	margin: 0;
	padding: 0;
	z-index: 100;

}
#multi_content table { border: WindowText; 	z-index: 100;}
#multi_content table td { padding: 5px; border: solid thin silver; 	z-index: 100;}
#multitab ul { clear: both; margin:0; padding:0 0 0 0; list-style:none; 	z-index: 100;}
#multitab li {
	float:left;
	background:url(../tab_left.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
		z-index: 100;
  }
#multitab a {
  float:left;
  display:block;
  background:url(../tab_right.jpg) no-repeat right top;
  padding:5px 10px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#multitab a {float:none;}
/* End IE5-Mac hack */
#multitab a:hover {
  color:#333;
 }



#multitab #current {
	background-image:url(../tab_left_f2.jpg);
	font-size: x-small;
		z-index: 100;
  }
#multitab #current a {
  background-image:url(../tab_right_f2.jpg);
  color:#333;
  padding-bottom:5px;
  	z-index: 100;
  }
#multi_content {
	padding: 5px;
/*	width: 96% !important; */
	width: 590px;
	text-align: left;
	background-image: url(../images/multibox_bg_bottom.jpg);
	clear: left;
	border-color: #999;
	border-width: 1px;
	border-style: none solid solid;
	background-repeat: repeat-x;
	background-position: bottom;
		z-index: 100;
}

#multi_content img {
	border: solid thin #000000;
}	
