.overview_formname
{
	font-size: 12px;

}

.flvplayer
{
	background-image: url('../images/layout/player_bg.gif'); background-repeat: no-repeat; background-position:  left top;
	width: 940px;
}

.flvplayer td
{
	padding: 10px;
	text-align: left;
}

.box
{
	background-color: #CCCCCC;
	padding: 5px;
}

.link_special
{
	color: #FF0000;
	background-image: url('../images/icons/arrow_red.gif'); background-repeat: no-repeat; background-position:  left top;
	padding-left: 8px;
}

.header
{
	width: 100%;
	background-color: #FFFFFF;
}

.header_td
{
	width: 980px;

}

.header_l
{
	background-image: url('../images/layout/header_l.gif'); background-repeat: no-repeat; background-position:  right top;
	width: 50%;
}

.header_r
{
	background-image: url('../images/layout/header_r.gif'); background-repeat: no-repeat; background-position:  left top;
	width: 50%;
}


.main
{
	width: 980px;
}

.menu
{
	background-image: url('../images/menu/bg.gif'); background-repeat: repeat-x; background-position:  left top;
	
	width: 980px;
	height: 40px;
	background-color: #ff9900;
}

.menu_td
{
	text-align: left;
	width: 980px;
}

.menu ul
{
	padding: 0px;
	margin: 0px;
}


.menu li
{
	background-image: url('../images/menu/ruler.gif'); background-repeat: no-repeat; background-position:  right top;

	list-style: none;
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
	padding-right: 2px;

}

.menuitem, .menuitem:active, .menuitem:visited
{
	background-image: url('../images/menu/bg.gif'); background-repeat: repeat-x; background-position:  left top;
	
	display: block;


	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #4c4600;

}

.menuitem:hover
{
	background-image: url('../images/menu/bg2.gif');
	color: #FFFFFF;
}

.menuitem_selected, .menuitem_selected:active, .menuitem_selected:visited, .menuitem_selected:hover
{
	background-color: #FFFFFF;
	
	display: block;


	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;	
	color: #4c4600;

}



.content
{
	padding: 10px;
}

.sidebar
{
	background-color: #EEEEEE;
	width: 190px;
}

.footer_td
{
	background-image: url('../images/layout/footer_bg.gif'); background-repeat: no-repeat; background-position:  left bottom;
	
	width: 980px;
	height: 104px;
	
	text-align: right;
	vertical-align: bottom;
	
}


.footer_l
{
	background-image: url('../images/layout/footer_bg_l.gif'); background-repeat: no-repeat; background-position:  right bottom;
	width: 50%;
	height: 104px;
		
}

.footer_r
{
	background-image: url('../images/layout/footer_bg_r.gif'); background-repeat: no-repeat; background-position:  left bottom;
	width: 50%;
	height: 104px;
		
}

.footer_div
{
	padding-right: 20px; 
	height: 40px; 
	line-height: 40px; 

	font-family: Times New Roman;
	font-size: 14px;
	


}

.footer_div a, .footer_div a:active, .footer_div a:visited 
{
	font-weight: normal;
	
	text-decoration: none;
	color: #4c4600;
}

.footer_div a:hover 
{
	color: #4c4600;
	text-decoration: underline;	
}


.subfooter
{
	background-image: url('../images/layout/subfooter_bg.gif'); background-repeat: repeat-x; background-position:  left top;
	height: 141px;
	text-align: center;
}


.subfooter div
{
	width: 980px;
	text-align: right;
	padding-top: 10px;

	font-size: 11px;
	color: #ffdc80;
	
}

.subfooter td
{
	line-height: 120%;
}

.subfooter a, .subfooter a:active, .subfooter a:visited 
{
	font-size: 11px;
	color: #a58d40;
	text-decoration:none;
}

.subfooter a:hover
{
	color: #ffdc80;
	text-decoration: underline;
}


.subfooter span
{
	display: block;
	padding-right: 20px;
}


.form_text
{
	border: 1px solid #999999;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	width: 250px;
}

.form_textarea
{
	border: 1px solid #999999;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	width: 250px;
}

.form_submit
{

}

.rode_ster
{
	color: red;
}


#dd {

  margin: 0px;
  padding: 0px;

}

#dd li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  font: bold 12px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background-color: #0000AA;
  margin: 0px;
  margin-right: 1px;
  color: #FFFFFF;
  width: 90px;
  text-decoration: none;

  padding: 5px;


}

#dd li a.menu:hover 
{
	background-color: #3333FF;
}

.submenu 
{
	background-color: #0000AA;
	border-top: 1px solid #FFFFFF;
	visibility: hidden;
	position: absolute;
	z-index: 3000;
}

.submenu a, .submenu a:active, .submenu a:visited
{
	display: block;
	font-size: 12px;
	font-family: arial;
	text-align: left;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	width: 100px;
	border-bottom: 1px solid #FFFFFF;
}

.submenu a:hover
{
	background-color: #3333FF;
	color: #FFFFFF;
}





body
{
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #4c4600;
}

table
{
	border: 0px;
}

td
{
	border: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #4c4600;
	vertical-align: top;
	text-align: left;
	
	line-height: 150%;
}

h1
{
	font-family: Trebuchet MS;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #d07d01;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 18px;
}

h2
{
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: normal;
	color: #4c4600;

	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;

}

img
{
	border: 0px;
}

a
{
	color: #000066;
	

}

a:visited
{
	color: #0000cc;
}

a:active
{
	color: #000066;
}

a:hover
{
	color: #ff9900;
}

hr
{
	border: 1px solid #000000;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li
{
	background-image: url('../images/layout/li.gif'); background-repeat: no-repeat; background-position:  left top;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;

	list-style: none;

}

