body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family : Tahoma;
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: center top;
	SCROLLBAR-FACE-COLOR: #666666;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #CCCCCC;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
A:link,A:active,A:visited {
	color: #333333;
	text-decoration: none;
}
A:hover {
	color:#000000;
	text-decoration: underline;
}
div,form {
	margin: 0px 0px;
	padding: 0px 0px;
	line-height: 16px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma;
}
td,tr,p {
	line-height:14px;
	font-size : 11px;
	color: #CCCCCC;
	font-family:Tahoma;
}
#menu, #footer {
	position:absolute;
	z-index:88;
	width: 960px;
	height: 38px;
}
#logo {
	position:absolute;
	width:200px;
	height:100px;
	z-index:1;
}
#logolink {
	position:absolute;
	z-index:99;
	width: 200px;
	height: 100px;
}
#submenu {
	position:absolute;
	z-index:66;
	width: 198px;
	height: 200px;
}
#submenubg {
	background-image:url(../engine/submenubg.gif);
	background-position: top;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
}
.contentbg{
	background-image:url(../engine/bg_content_page.gif);
	background-position: top;
}
.tb_off {
	color: #000000;
	background-image:url(../engine/templete/bg.gif)
}
.tb_over {
	color: #000000;
	background-image:url(../engine/templete/tb_over.gif)
}
.search {
	font-family: Tahoma;
	width:111px;
	height:15px;
	font-size: 11px;
	color:#555555;
	border-style:solid;
	border-color: #E0E0E0;
	border-width: 1px;
	padding-left: 4px;
}
.textarea {
	font-family: Tahoma;
	width:150px;
	height:70px;
	font-size: 11px;
	color:#555555;
	border-style:solid;
	border-color: #E0E0E0;
	border-width: 1px;
	padding-left: 4px;
}
/* Crumb */
.crumb {
	font-size: 11px;
	font: bold;
	color: #333333;
	text-decoration: none;
}
.crumb A:link ,.crumb A:active,.crumb A:visited {
	line-height: normal;
	font-size: 11px;
	font:normal;
	color: #999999;
	text-decoration: none;
}
.crumb A:hover {
	line-height: normal;
	font-size: 11px;
	font:normal;
	color: #432A14;
	text-decoration: none;
}
/* Footer*/
.footer,.footer A:link ,.footer A:active,.footer A:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.footer A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*  opacity  */
.img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.img90 {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
.img80 {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
.img70 {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}
.img50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.img40 {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
}
.img0 {
	filter:alpha(opacity=0);
	-moz-opacity:0;
}
/* Print */
.pathhead {
	font-size: 18px;
	line-height:30px;
	color: #444444;
}
.pathurl {
	font-size: 11px;
	color: #999999;
}
.pathprint {
	font-size: 10px;
	color: #FFFFFF;
}
.crumb_blue {
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
.text_blue {
	font-size: 12px;
	font: bold;
	color: #17B8C5;
	text-decoration: none;
}
.text_darkblue {
	font-size: 13px;
	color: #2485B3;
	text-decoration: none;
	font-weight: bolder;
}
.tbC_off {
	color: #000000;
	background-image:none;
}
.tbC_over {
	color: #000000;
	background-image:url(../engine/tbC_over.gif);
}
.form {
	font-family: Tahoma;
	font-size: 11px;
	color:#555555;
	border-style:solid;
	border-color: #E0E0E0;
	border-width: 1px;
	padding-left: 4px;
}
.input {
	font-family: Tahoma;
	font-size: 11px;
	color:#555555;
	border-style:solid;
	border-color: #E0E0E0;
	border-width: 1px;
	padding-left: 4px;
}
.jumpmenu{
	font-family: Tahoma;
	font-size: 11px;
	color:#555555;
	border-style:solid;
	border-color: #E0E0E0;
	border-width: 1px;
	padding-left: 4px;
	width:140px;
}
.bgl{
	background-image:url(../engine/bgl.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
.bgL{
	background-position: top right;
	background-repeat: repeat-y;
}
.bgR{
	background-position: top left;
	background-repeat: repeat-y;
}
.bgT{
	background-position: bottom;
	background-repeat: repeat-x;
}
.bgB{
	background-position: top;
	background-repeat: repeat-x;
}
.bgC{
	background-position: center center;
	background-repeat: none;
}
.bg_top{
	background-image:url(../engine/top.gif);
	background-position: bottom;
}