@charset "big5";
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
 width:480px;
 MARGIN: 0px 5px 5px 5px;
}

.tabberlive {
 margin:0px 3px 3px;
 width:480px;
 padding-left:1px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding-top: 3px;
 border-bottom: 1px solid #778;
 font: 13px Verdana, sans-serif;
}

.tabbernav#tab1 {
 color:#eedd44;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0px;
 width:79px;
 display: inline;
}

ul.tabbernav li a
{
 padding: 1px 0.5em;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
 height:20px;
 text-align:center;
 background:url(/2006/images/img_auto/005/mt-0.gif) repeat-x center;
}

ul.tabbernav li a:link { 
 color: #003300;
 text-decoration: none;
}

ul.tabbernav li a:visited {
 color: #003300;
 text-decoration: none;
}

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
 text-decoration: none;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
 text-decoration: none;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
 text-decoration: none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}

.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


a { color: black; text-decoration: none; }
a:hover { color: #3399ff; text-decoration: underline; }
a:visited { color: black; text-decoration: none; }
a:active { color: #000099; text-decoration: none; }

.abc {
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
}

.abc2 {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}

.bmtitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

a.bmtitle:visited ,a.bmtitle:hover { color: #FFFFFF; text-decoration: underline; }
a.bmtitle:link ,a.bmtitle:active { color: #FFFFFF; text-decoration: none; }

.pct {
	border: 1px solid #d4c5bd;
	background-color: #FFFFFF;
	padding: 5px;
}

.pct2 {
	border: 1px solid #d4c5bd;
	background-color: #FFFFFF;
	padding: 5px;
	LINE-HEIGHT: 1.2em;
}

.pct3 {
	border: 1px solid #d4c5bd;
	background-color: #FFFFFF;
	padding: 0 5px;
	LINE-HEIGHT: 1.2em;
}

.inpct {
	border: 1px solid #d4c5bd;
	background-color: #FFFFFF;
	padding: 6px;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-indent: 0.1em;
}

.style2 {
	font-size: 13px;
	font-weight: normal;
	color: #FF3300;
	padding-top:5px;
}

a.style2:visited ,a.style2:hover ,a.style2:link ,a.style2:active { color: #FF3300; text-decoration: underline; }

.style3 {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height:17px;
}

a.style3:visited ,a.style3:hover ,a.style3:link ,a.style3:active { color: #333333; text-decoration: none; }

.style4 {
	font-size: 15px;
	padding-top:5px;
}
a.style4:link ,a.style4:visited ,a.style4:active {
	color: #333333;
	text-decoration: none;
}
.style5 {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

.style6 {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height:23px;
}
a.style6:link ,a.style6:visited ,a.style6:active { color: #333333; text-decoration: none; }
a.style6:hover { color: #333333; text-decoration: underline; }

.style7 {
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	line-height:17px;
}
.m_t12 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height:23px;
	padding-top:2px;padding-left: 12px;
}
a.m_t12:link ,a.m_t12:visited ,a.m_t12:hover, a.m_t12:active {text-decoration: none;color: #666666; }
.m_t12a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height:23px;
	padding-top:2px;padding-left: 4px;
}
a.m_t12a:link ,a.m_t12a:visited ,a.m_t12a:hover, a.m_t12a:active {text-decoration: none;color: #666666; }

.relatedTitle_B{
	font-size: 15px;
	color:#006600;
}

.relatedTitle_s{
	font-size: 15px;
	color:#04009b;
}

a.relatedTitle_s:visited, a.relatedTitle_s:link, a.relatedTitle_s:active{ color: #04009b; text-decoration: none;}
a.relatedTitle_s:hover { text-decoration: underline;}

.bigSubject {
	font-size: 24px;
	font-weight: bold;
	text-indent: 0.3em;
	color: #3366CC;
}

.inboxe {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background:#993333;
}

.insubject1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.3em;
	COLOR: #3366CC; 
	TEXT-INDENT: 0.5em; 
	LINE-HEIGHT: 1.6em;
}

 .gotop {font-size:8pt; font-family: arial; letter-spacing:1pt; color:lightsalmon;}
a.gotop:link    {color:lightsalmon; text-decoration:none;}
a.gotop:visited {color:lightsalmon; text-decoration:none;}
a.gotop:active  {color:lightsalmon; text-decoration:none;}
a.gotop:hover   {color:deeppink; text-decoration:none;}

.ltitle {
	font-size: 13px;
	font-weight: normal;
	color: #3366CC;
}

.scroll {
	font-size: 13px;
	font-weight: normal;
	color: #0000FF;
}

a.ltitle:visited ,a.ltitle:link ,a.ltitle:active { color: #3366CC; text-decoration: none; }
a.ltitle:hover { color: #3366CC; text-decoration: underline; }

.ltext {
	font-family: "新細明體";
	letter-spacing:1px;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
}

a.ltext:visited ,a.ltext:link ,a.ltext:active { color: #333333; text-decoration: none; }
a.ltext:hover { color: #333333; text-decoration: underline; }

.MainSubject { 
    font-size: 80%; 
    color: black; 
    vertical-align: top; 
    text-decoration: underline; 
    font-weight: normal; 
    text-indent: 0em; 
    margin: 0em 0 0.6em 0;
}

a.MainSubject:link ,a.MainSubject:visited   { color: black; text-decoration: underline; }
a.MainSubject:active { color: black; text-decoration: none; }
a.MainSubject:hover { color: #000099; text-decoration: none; }

.comment {
	font-family: "細明體", "新細明體";
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}

.commenttext {
	font-family: "新細明體";
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

.Ttimes {
	font-size: 15px;
	font-weight: normal;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #3366CC;
}

a.Ttimes:link ,a.Ttimes:active,a.Ttimes:visited ,a.Ttimes:hover  { color: #3366CC; text-decoration: underline;}

.Ttimes1 {
	font-size: 15px;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #3366CC;
	line-height:23px;
	text-align: left;
}

a.Ttimes1:link ,a.Ttimes1:visited ,a.Ttimes1:active  { color:#3366CC; text-decoration: none; text-align: left;}
a.Ttimes1:hover { color: #3366CC; text-decoration: underline; text-align: left;}

.Ttimes2 {
	font-size: 15px;
	font-weight: normal;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #3366CC;
	line-height: 23px;
}

a.Ttimes2:link ,a.Ttimes2:active,a.Ttimes2:visited ,a.Ttimes2:hover  { color: #3366CC; text-decoration: underline;}


.itemOver {
    cursor:pointer;
    color:#FF3366;
    text-decoration:underline
}

table.menu {
    position:absolute;
    display:none;
    width:180px;
    font-size:13px;
    background-color:#FFFFFF;
    border:1px solid #33CCFF
} 

table.menu tr {
    background-color:#CCFFFF
}

td.hover {
    cursor:pointer;
    color:#0000FF;
    background-color:#FFDFFF
}

.HotNews {
	font-family: "細明體", "新細明體";
	font-size: 12px;
	font-weight: normal;
	color: #6B8DD4;
	margin-top: 0.5em;
}

.WeaTitle {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #000000; 
	LINE-HEIGHT: 20px
}

.WeaFont {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	WORD-SPACING: 1px; 
	COLOR: #0066cc
}

a.WeaFont:link ,a.WeaFont:visited ,a.WeaFont:active ,a.WeaFont:hover { color: #0066cc; text-decoration: underline; }

.CuTable {
	BORDER-RIGHT: medium none; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: medium none; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 3px; 
	MARGIN: 2px; 
	WORD-SPACING: 2pt; 
	BORDER-LEFT: medium none; 
	COLOR: #000000; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: medium none; 
	LETTER-SPACING: 2pt
}

.CuFont {
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	PADDING-BOTTOM: 1px; 
	MARGIN: 1px; 
	COLOR: #0000ff; 
	PADDING-TOP: 1px; 
	LETTER-SPACING: 1pt
}

.CuUp {
	FONT-SIZE: 14px; COLOR: #ff0000
}

.CuDown {
	FONT-SIZE: 14px; COLOR: #00ff00
}

.CuNChange {
	FONT-SIZE: 14px; COLOR: #000000
}

.basetext2 {
	font-size: 13px;
	line-height:140%;
	letter-spacing:1px;
	color: #333333;
}

.related {
	font-size: 13px;
	letter-spacing:1px;
	color: #2C62D7;
}

.related:visited {
	text-decoration: none;
	color: #2C62D7;
}

.related:hover {
	text-decoration: underline;
	color: #2C62D7;
}


.focusNews {
	font-size: 13px;
	letter-spacing:1px;
	color: #333333;
	background-color:#C5FAFF;	
}

.blogtext,a.blogtext:visited ,a.blogtext:hover ,a.blogtext:link ,a.blogtext:active {
	font-family: "細明體", "新細明體";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #990000;
}

a.ooo {
	color: #3366CC;
}
a.ooo:hover {
	color: #3366CC;
}
a.ooo:visited {
	color: #3366CC;
	text-decoration: none;
}

a.rrr {
	color:#C442C6
}
a.rrr:visited {
	color:#C442C6;
	text-decoration: none;
}

.subject {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 100%; 
	MARGIN: 1em 0px 0.6em; 
	COLOR: #ff3333; 
	TEXT-INDENT: 0em; 
	LINE-HEIGHT: 1.6em; 
	TEXT-DECORATION: none
}

.content {
	FONT-SIZE: 15px; 
	COLOR: #000000; 
	TEXT-INDENT: 1em; 
	LINE-HEIGHT: 130%; 
	letter-spacing: 0.1em;
}

.content_big {
	font-family: "新細明體";
	FONT-SIZE: 21px; 
	COLOR: #000000; 
	TEXT-INDENT: 1em; 
	LINE-HEIGHT: 150%; 
	letter-spacing: 0.1em;
}

.calfont {
	font-size: 12px;
	font-weight: normal;
}

a.hotNews2 {
	color: #404040;
}

a.hotNews2:visited {
	color: #404040;
	text-decoration:none;
}

.picture {
	width:250px;
	background-color:#E8E8E6;
	font-size:13px;
	float:right;
	line-height:140%;
	letter-spacing:1px;
}

.boldtitle {font-weight:bold}

table.menu1 {
	position:absolute;
	top:20px;
	background-color:#F4F6E8;
	border-top:2px solid #A6C968;
	border-left:2px solid #A6C968;
	border-right:2px solid #506135;
	border-bottom:2px solid #506135;
	display:none;
	left: 492px;
}

.m_menuOver {
	CURSOR: pointer; COLOR: #ff3366; TEXT-DECORATION: underline
}

.m_table {
	border:1px solid #B7770D;visibility:hidden; FONT-SIZE: 13px;WIDTH: 290px; POSITION: absolute;top:0; BACKGROUND-COLOR: #ffffff;
}

.m_table TR {
	BACKGROUND-COLOR:#FFF0D3;color:#254483;
}

.m_table TR TD UL {
	list-style-type:disc;margin:0 0 0 15px;padding:0 0 0 0;
}
 
.m_table2 {
	border:1px solid #90769E;visibility:hidden; FONT-SIZE: 13px;WIDTH: 290px; POSITION: absolute; top:0; BACKGROUND-COLOR: #ffffff;
}

.m_table2 TR {
	BACKGROUND-COLOR:#FCEFFF;color:#254483;
}

.m_table2 TR TD UL {
	list-style-type:disc;margin:0 0 0 15px;padding:0 0 0 0;
}

.m_rowOver {
	CURSOR: pointer; COLOR:#ff3366; BACKGROUND-COLOR:#F3F6E8;background-image:url(/2006/images/img_auto/003/tb.gif);background-position:bottom;background-repeat:repeat-x
}
.w1 {
	font-size: 12px;
	color: #000000;
	background-color: #DCDCDC;
	padding: 2px;
}
.w2 {
	font-size: 12px;
	color: #847F61;
	background-color: #F2F2F2;
	padding: 2px;
}
.wtext {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	border-left: 1px solid #acfe00;
	border-bottom: 1px solid #acfe00;
	background-color: #FFFFFF;
}
.wtable {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 1px;
}
.wpct {
	background-color: #968568;
	margin: 1px;
}

table.rate {
	border:1px solid #d6d6d6;background-color:#f1f1f1; font-size:15px;
}
/*
table.rate {
	border:2px dashed #0099FF;background-color:#FFFCAD;
}*/
/*
img.adjustFontShow {cursor:pointer;}
img.adjustFontHide {filter:alpha(opacity=40);-moz-opacity:0.4;}
*/
.ReSubject {
	font-size: 1em;
	font-weight: bold;
	color: #3366CC;
	padding-left: 6px;
}
.ReSubjects {

	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
	padding-left: 3px;
}
.ReNo {

	font-size: 1em;
	font-weight: bold;
	letter-spacing:0.8px;
	color: #F6F6F6;
}
a.ReLinkFont:link ,a.ReLinkFont:visited ,a.ReLinkFont:active {
    font-size:11px;
	color: #0066cc;
	text-decoration: none;
}
a.ReLinkFont:hover{
	font-size:11px;
	color: #0066cc;
	text-decoration: underline;
}

.HTtimes {
	font-size: 13px;
	color: #3366CC;
}

a.HTtimes:link ,a.HTtimes:visited ,a.HTtimes:active  { color:#3333CC; text-decoration: none;}
a.HTtimes:hover { color:#3333cc; text-decoration: none;}

.Hstb {
	font-size: 13px;
	color: #333333;
}

a.Hstb:link ,a.Hstb:visited ,a.Hstb:active  { color:#3366CC; text-decoration: none;}
a.Hstb:hover { color:#FF6600; text-decoration: none;}

/*  add channel  */

body{
	margin: 0;
	padding: 0;
	text-align:center;
}
#header{
	width: 960px;
	position:relative;
	margin:auto; 
	text-align: left;
	background-color:#FFFFFF;
}
#header .logo{
	float:left;
	padding: 0;
	margin: 2px 0 26px 4px;
}
#header .logo_inside{
	float:left;
	padding: 0;
	margin: 0 0 8px 4px;
}
#header .ad{
	/*float:right;*/
	/*padding: 0;
	margin: 3px 0 7px 4px;
	width: 550px;
	height: 60px;*/
	position: absolute;
	left: 232px;
}
#header .title{
	float:left;
	padding: 0;
	margin: 42px 0 0 20px;
}

#clear { clear:both; }

#topnav ul /* 首頁 - topbar 索引  */
{
width: 600px;
float: right;
margin: 4px;
padding: 0;
font-size: 13px;
color:#333333;
text-align:right;
}
#topnav ul li {display: inline; border-right: 1px solid #e1e1e1;}
#topnav ul li a {padding: 0 4px;}
#topnav ul li a:visited { text-decoration: none;}
#topnav ul li a:hover { text-decoration: none; color:#333333;}

#topnav_inside ul /* 內頁 - topbar 索引  */
{
width: 380px;
float: right;
margin: 4px;
padding: 0;
font-size: 13px;
color:#333333;
border-left: 1px solid #e1e1e1;
}
#topnav_inside ul li {display: inline; border-right: 1px solid #e1e1e1;}
#topnav_inside ul li a {padding: 0 4px;}
#topnav_inside ul li a:visited { text-decoration: none;}
#topnav_inside ul li a:hover { text-decoration: none; color:#333333;}

/*  首頁頻道選單 - start  */

#navcontainer_frame
{
width: 100%;
height: 36px;
/*background-image:url(../images/img_auto/005/bg_topbar1.gif);*/
border-top:1px solid #e1e1e1; border-bottom:3px solid #e1e1e1;
}

#navcontainer { width: 680px; float: left; }

#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0;
color: #000000;
font-size: 13px;
}

#current { background-image:url(../images/img_auto/005/bg_topbar2.gif); font-weight: bold;}
#navcontainer ul li a
{
/*padding: 0.8em 0 -0.1em 0;*/
color: #000000;
text-decoration: none;
float: left;
border-right: 1px solid #e1e1e1;
width: 90px;
/*height: 32px;*/
line-height: 36px;
text-align: center; 
background:none;
}

#navcontainer ul li a:hover 
{
background-image:url(../images/img_auto/005/bg_topbar2.gif);
color: #000000;
}

#navcontainer_right
{
width: 278px;
float: right;
padding-top: 4px;
font-size: 13px;
}
#navlist li a:hover, #navlist li a:active { text-decoration: none;}

#current { background-image:url(../images/img_auto/005/bg_topbar2.gif); font-weight: bold;}

#date
{
	width: 230px;
	height: 19px;
	float: right;
	padding-top: 8px;
	font-size: 12px;
	color: #333333;
}
#date_inside
{
width: 146px;
height: 19px;
float: right;
padding-top: 8px;
font-size: 12px;
color: #333333;
}


#stitle
{
	float: left;
	width: 680px;
	height: 19px;
	padding-top: 8px;
	/*margin-left:8.2em;*/

}

#stitle a:link, #stitle a:visited, #stitle a:hover {
		font-size:13px;text-decoration: none;	color: #3333FF;
}

/*2008新增-首頁*/
.headline  { font-size: 13px; }
.headline a:link, .headline a:visited{ 	color:#3366CC;	text-decoration: none;}
.headline a:hover, .headline a:active  {text-decoration: underline; }

.realtimenews { font-size: 13px; color: #333333; line-height: 21px;}
.realtimenews a:link, .realtimenews a:visited{ 	color: #333333;text-decoration: none;}
.realtimenews a:hover, .realtimenews a:active  {text-decoration: underline; }

.bloggerTitle { font-size: 12px; }
.bloggerTitle a:link, .bloggerTitle a:visited{ 	color: #333333;text-decoration: none;}
.bloggerTitle a:hover, .bloggerTitle a:active  {text-decoration: underline; }
.blogger { font-size: 13px; color:#585858; }

.service{ font-size: 13px; color:#339900 ; }
a.service:link, a.service:visited{ color:#339900 ; text-decoration: none;}

/* new ad */
.adfont { font-size: 13px; line-height: 21px; padding-left: 3px; }
.adfont .title { font-weight: bold;color: #3366CC; }
.adfont .content { font-size: 13px;color:#333333; }
.adfont a:link, .adfont a:visited, .adfont a:hover, .adfont a:active{
color: #3366CC;
	text-decoration:none;
}
.adfont a:hover{
	text-decoration: underline;
}

.t13blue1 {
	font-size: 13px;
	color: #0066FF;
	line-height:23px;
}
.rectitle { font-weight: bold;font-size: 13px; color:#3366CC ;}
.rectitle a:link, .rectitle a:visited, .rectitle a:hover, .rectitle a:active { color:#3366CC ;text-decoration:none; }

/*改版2008-06-19*/
a.new:link,a.new:visited ,a.new:active { font-family:"新細明體"; font-size:13px; color:#666666; text-decoration: none; line-height:15px;}
a.new:hover {font-family:"新細明體"; font-size:13px; color:#000000;text-decoration:underline; line-height:15px; background-color:#cbaf8a;}

.item_table{margin:0px 0px 5px 0px; /*border:1px solid #e1d6ce;*/}
.item_title{border-bottom:4px solid #e1d6ce; padding-left:10px; background-color:#f3eae4; text-align:left}
.item_title2{border-bottom:4px solid #e1d6ce; padding-left:10px; background-color:#f3eae4; text-align:left; border-top:1px solid #e1d6ce; border-left:1px solid #e1d6ce; border-right:1px solid #e1d6ce;}
.item_title3{border-bottom:4px solid #e1d6ce; padding-left:10px; background-color:#f3eae4; text-align:left; border-top:1px solid #e1d6ce; }

.item{font-size:13px; color:#333333; text-decoration: none; line-height:20px; padding:4px 0px 4px 0px; text-align:left}
.item img{margin:3px;}

.con619{font-size:13px; line-height:20px; padding:3px 0px 5px 0px; text-align:left;}
a.Ttimes3:link ,a.Ttimes3:visited ,a.Ttimes3:active {font-size:15px; color:#004DEC; text-decoration: none; text-align:left; line-height:25px;font-weight:bold;}
a.Ttimes3:hover {font-size:15px; color:#3366CC; text-decoration: underline; text-align:left; line-height:25px;font-weight:bold;}
a.Ttimes4:link ,a.Ttimes4:visited ,a.Ttimes4:active {font-size:13px; color:#004DEC; text-decoration: none; text-align:left;}
a.Ttimes4:hover {font-size:13px; color:#3366CC; text-decoration: underline; text-align:left;}
a.new0:link,a.new0:visited ,a.new0:active,a.new0:hover { font-family:"新細明體"; font-size:13px; color:#ffffff;text-decoration: underline; line-height:15px; background-color:#A8814A;padding:2px}

/*2008-07-26新增*/
a.Ttimes5:link ,a.Ttimes5:visited ,a.Ttimes5:active {font-size:12px; color:#990000; text-decoration: none; text-align:left;}
a.Ttimes5:hover {font-size:12px; color:#3366CC; text-decoration: underline; text-align:left;}

/*2008-11-24新增*/
.bgTable { background-color: #ffffff;}
.bgBody { background-color:#e6e6e6;}

iframe.B02 {}
