.td1           { border: 1px solid #0D5989 }

.td2           { border: 1px solid #CBE6F7;  }

.td3           {
	border: 1px solid #72BCE9;
	background-color:#CBE6F7;
}

.new_bt      { font-size: 12pt; line-height: 150%; color: #000080; font-weight:bold; letter-spacing:1pt }

.new_nr      { font-size: 10pt; line-height: 180%; color: #000000 }

.bg_01       { border-left-width: 1px;
			   border-right: 1px dotted #808080;
			   border-top-width: 1px;
			   border-bottom-width: 1px
}

.lb_01       { line-height: 180%; color:#105689 }

.lb_02       {
	border-bottom:1px dotted #C0C0C0;
	line-height: 180%;
	color:#000000;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	text-decoration: underline;
}
.lb_02 a:link {
	font-size: 9pt;
	color: #000080;
}

.lb_02 a:hover {
	font-size: 9pt;
	color: #c63c55;
	text-decoration: underline;
}


.lb_03       {
	line-height: 180%;
	color:#000080;
}

.lb_03 a:active  { line-height: 180%; color:#ff0000;}

td           { font-size: 9pt; line-height: 150% }

.z1          { font-size: 9pt; }

.zi_blue     { font-size: 9pt; color:#008000 ;	}

.zi_blue_b     { font-size: 9pt; color:#008000 ; font-weight:bold; line-height:180% }

.zi_cj       { font-size: 9pt; font-family:MS Serif; font-weight:bold; }

a            {text-decoration: none; color:#000080  }

a:active     {color:#FF0000;text-decoration: none;  }

a:hover      {color:#FF0000;text-decoration: underline;  }

a:link       { color: #000080 }

.in_1        {
	border:1px solid #C0C0C0;
	color: #808080;
	font-size: 9pt;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF
}
.in_2{
	BORDER-RIGHT: #7EBF4F 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #7EBF4F 1px solid;
	PADDING-LEFT: 2px;
	FONT-SIZE: 9pt;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#B3D997);
	BORDER-LEFT: #7EBF4F 1px solid;
	CURSOR: hand;
	COLOR: black;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #7EBF4F 1px solid
}
	
#fd{ width:500px; height:200px;
	 background:#EDF1F8;
	 border: 2px solid #849BCA;
	 margin-top:2px;
	 margin-left:2px;
	 float:left;
	 overflow:hidden;
	 position:absolute;
	 left:0px; top:0px;
	 cursor:move; float:left;
	  /*filter:alpha(opacity=50);*/

}

	#center {
		position: absolute;
		left: 50%;
		top:  50%;
	}
	#slider {
		position: absolute;
		width: 820px;
		height: 333px;
		left: -430px;
		top: -186px;
		overflow: hidden;
		background: #000;
		border: 20px solid #000;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 333px;
		width: 500px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 470px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}