*{font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Trebuchet MS, Arial;}
@charset "utf-8";

ul {
 list-style : none; margin: 0px; padding: 0px;
}

li {
padding-left: 13px; background: url(../../images/bullet_1_gray.gif) no-repeat left 6px; margin: 0px
}


/***  定義文字在灰底上的刻痕陰影效果   ***/
/*** 前端套用時,先套好你要套用的一般CSS樣式,然後請在要加上陰影的文字前後加入語法如: <span class="shadow">要加的文字</span>  ***/
.shadow  { text-shadow: #ffffff 1px 1px 2px; } /*** text-shadow: #顏色 橫移px 直移px 模糊大小px ***/

/**** Table整體樣式(含1px細邊),記得在套用的Table的border要設成"1",再加上同顏色,外框顏色才會一致 ***/
.pixeltable th, .pixeltable {border:1px solid #cecece; border-collapse: collapse; }

/**** ePublication = 背景 ***/
.epublicationbg {
    background-image: url(../../data/epublication/images/background.gif);
	background-repeat: repeat-x;
	background-color:#e6e7e8
}

/**** Search框內Keyword的文字樣式,記得在網頁上加上"id=input_kw",宣告套用此樣式 ***/
#input_kw {width:118px ;
height:12px; 
border:0px solid #000000; 
padding-top:4px; 

background:transparent;
font-size:11px;  
color:#000000; 
vertical-align:middle;
line-height:10px;
}


/**** 最上方背景樣式,記得在網頁上加上"id=topbg",宣告套用此樣式,behavior的路徑要以html為主 ***/
#topbg {
behavior: url("lib/js/png/iepngfix.htc");
background-image: url(../../images/page_bg_top2.png);
}

/**** smenu = 最上方Menu ***/
.smenu {
	
	font-size: 0.6em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #cfd4d7;
}
	.smenu a:link {color:#828b8f; text-decoration: none}
	.smenu a:active {color:#828b8f; text-decoration: none} 
    .smenu a:visited {color:#828b8f; text-decoration: none} 
    .smenu a:hover {color: #2292d3; text-decoration: underline}
	


/**** smenu2 = 小選項1 ***/
.smenu2 {
	
	font-size: 0.6em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #444444;
}
	.smenu2 a:link {color:#444444; text-decoration: none}
	.smenu2 a:active {color:#444444; text-decoration: none} 
    .smenu2 a:visited {color:#444444; text-decoration: none} 
    .smenu2 a:hover {color: #666666; text-decoration: underline}
	
	
	
/**** Language = 語言選項的樣式 ***/
.language {
	
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}

	.language a:link {color:#ffffff; text-decoration: none}
	.language a:active {color:#ffffff; text-decoration: none} 
    .language a:visited {color:#ffffff; text-decoration: none} 
    .language a:hover {color: #e2e2e2; text-decoration: none}
	
	
	
	
/**** Search = 搜尋框內的樣式 ***/
.search {
	
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #646768;
}
    .search a:link {color:#646768; text-decoration: none}
	.search a:active {color:#646768; text-decoration: none} 
    .search a:visited {color:#646768; text-decoration: none} 
    .search a:hover {color: #ffffff; text-decoration: none}	
	
/**** seomenu1 = 下方主seo menu1 ***/
.seomenu1 {
	
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
	.seomenu1 a:link {color:#333333; text-decoration: underline}
	.seomenu1 a:active {color:#333333; text-decoration: none} 
    .seomenu1 a:visited {color:#333333; text-decoration: none} 
    .seomenu1 a:hover {color: #666666; text-decoration: none}
	
	
	
/**** seomenu2 = 下方主seo men21 ***/
.seomenu2 {
	
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b6c0c4;
}
	.seomenu2 a:link {color:#919699; text-decoration: none}
	.seomenu2 a:active {color:#919699; text-decoration: none} 
    .seomenu2 a:visited {color:#919699; text-decoration: none} 
    .seomenu2 a:hover {color: #444444; text-decoration: underline}
	

/**** title1 = 首頁文字標頭-黑色 ***/
.title1 {
	
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
	.title1 a:link {color:#333333; text-decoration: none}
	.title1 a:active {color:#333333; text-decoration: none} 
    .title1 a:visited {color:#333333; text-decoration: none} 
    .title1 a:hover {color: #333333; text-decoration: underline}
	
	
/**** title2 = 首頁文字標頭-深灰色 ***/
.title2 {
	
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #979797;
	/****此段為陰影效果,暫時隱藏,因為不好看>>> filter: dropshadow(color=#ffffff, OffX=1, OffY=1, positive=1); <<<此段為陰影效果,暫時隱藏,因為不好看***/
}	
	.title2 a:link {color:#979797; text-decoration: none}
	.title2 a:active {color:#979797; text-decoration: none} 
    .title2 a:visited {color:#979797; text-decoration: none} 
    .title2 a:hover {color: #333333; text-decoration: underline}
	


/**** mtitle1 = 首頁小標題1 ***/
.mtitle1 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	text-transform: none;
}
	.mtitle1 a:link {color:#000000; text-decoration: none}
	.mtitle1 a:active {color:#000000; text-decoration: none} 
    .mtitle1 a:visited {color:#000000; text-decoration: none} 
    .mtitle1 a:hover {color: #666666; text-decoration: underline}
	
	
/**** leftlink1 = 左邊連結-深灰色 ***/
.leftlink1 {
	
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6c6c6c;
}	
	.leftlink1 a:link {color:#6c6c6c; text-decoration: none}
	.leftlink1 a:active {color:#6c6c6c; text-decoration: none} 
    .leftlink1 a:visited {color:#6c6c6c; text-decoration: none} 
    .leftlink1 a:hover {color: #000000; text-decoration: underline}
	
	

/**** 其他套頁內頁上方icon背景樣式,behavior的路徑要以html為主 ***/
.iconwbg {
behavior: url("lib/js/png/iepngfix.htc");
background-image: url(../../images/iconw_bg.png);
}	
	
	
	
/**** iconw1 = 內頁上方icon文字1 ***/
.iconw1 {
	
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8d8d8d;
	cursor: hand;
}
	.iconw1 a:link {color:#8d8d8d; text-decoration: none}
	.iconw1 a:active {color:#8d8d8d; text-decoration: none} 
    .iconw1 a:visited {color:#8d8d8d; text-decoration: none} 
    .iconw1 a:hover {color: #000000; text-decoration: none}
	
	
/**** iconleft1 = 內頁左邊icon文字,behavior的路徑要以html為主 ***/
.iconleft1 {
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8f8f8f;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
	cursor: hand;
    behavior: url("lib/js/png/iepngfix.htc");
    background-image: url(../../images/iconleft_bg.png);
}
	.iconleft1 a:link {color:#8f8f8f; text-decoration: none}
	.iconleft1 a:active {color:#8f8f8f; text-decoration: none} 
    .iconleft1 a:visited {color:#8f8f8f; text-decoration: none} 
    .iconleft1 a:hover {color: #2292d3; text-decoration: none}
	
	
/**** iconleft2 = 內頁左邊icon文字,behavior的路徑要以html為主 ***/
.iconleft2 {
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2292d3;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
	cursor: hand;
    behavior: url("lib/js/png/iepngfix.htc");
    background-image: url(../../images/iconleft_bg.png);
}
	.iconleft2 a:link {color:#2292d3; text-decoration: none}
	.iconleft2 a:active {color:#2292d3; text-decoration: none} 
    .iconleft2 a:visited {color:#2292d3; text-decoration: none} 
    .iconleft2 a:hover {color: #59bdf7; text-decoration: none}
	
	
	
/**** 內頁右邊icon背景樣式,behavior的路徑要以html為主 ***/
.iconrbg {
behavior: url("lib/js/png/iepngfix.htc");
background-image: url(../../images/iconright_bg.png);
}	
	
	
/**** iconright1 = 內頁左邊icon文字 ***/
.iconright1 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #404040;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
	cursor: hand;
}
	.iconright1 a:link {color:#404040; text-decoration: none}
	.iconright1 a:active {color:#404040; text-decoration: none} 
    .iconright1 a:visited {color:#404040; text-decoration: none} 
    .iconright1 a:hover {color: #2292d3; text-decoration: none}
	
	

	
/**** icont1 = 內頁與icon搭配灰字 ***/
.icont1 {
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #a3a3a3;
	line-height: 20px;
	text-transform: none;
	letter-spacing: 0px;
	cursor: hand;
}
	.icont1 a:link {color:#a3a3a3; text-decoration: none}
	.icont1 a:active {color:#a3a3a3; text-decoration: none} 
    .icont1 a:visited {color:#a3a3a3; text-decoration: none} 
    .icont1 a:hover {color: #000000; text-decoration: none}
	
	
/**** icont2 = 內頁與icon搭配灰字 ***/
.icont2 {
	
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #878787;
	line-height: 13px;
	text-transform: none;
	letter-spacing: 0px;
	cursor: hand;
}
	.icont2 a:link {color:#878787; text-decoration: none}
	.icont2 a:active {color:#878787; text-decoration: none} 
    .icont2 a:visited {color:#878787; text-decoration: none} 
    .icont2 a:hover {color: #000000; text-decoration: none}
	

	
	
/**** icong1 = 內頁與icon搭配的白字,behavior的路徑要以html為主 ***/
.icong1 {
	
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #eeeeee;
	cursor: hand;
	behavior: url("lib/js/png/iepngfix.htc");
    background-image: url(../../images/icong_bg.png);

}

	.icong1 a:link {color:#eeeeee; text-decoration: none}
	.icong1 a:active {color:#eeeeee; text-decoration: none} 
    .icong1 a:visited {color:#eeeeee; text-decoration: none} 
    .icong1 a:hover {color: #cccccc; text-decoration: none}
	
	
/**** icong2 = 內頁與icon搭配的白字,behavior的路徑要以html為主 ***/
.icong2 {
	
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	cursor: hand;
	behavior: url("lib/js/png/iepngfix.htc");
    background-image: url(../../images/icong_bg_2.png);

}

	.icong2 a:link {color:#ffffff; text-decoration: none}
	.icong2 a:active {color:#ffffff; text-decoration: none} 
    .icong2 a:visited {color:#ffffff; text-decoration: none} 
    .icong2 a:hover {color: #7cdcff; text-decoration: none}

			


/**** ptitle1 = 內頁主頁標題 ***/
.ptitle1 {
	
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #303030;
	line-height: 38px;
	text-transform: none;
	letter-spacing: -2px;
}
	.ptitle1 a:link {color:#000000; text-decoration: none}
	.ptitle1 a:active {color:#000000; text-decoration: none} 
    .ptitle1 a:visited {color:#000000; text-decoration: none} 
    .ptitle1 a:hover {color: #666666; text-decoration: underline}
	
	
/**** ptitle1s = 內頁主頁標題small ***/
.ptitle1s {
	
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #303030;
	line-height: 38px;
	text-transform: none;
	letter-spacing: -2px;
}
	.ptitle1s a:link {color:#000000; text-decoration: none}
	.ptitle1s a:active {color:#000000; text-decoration: none} 
    .ptitle1s a:visited {color:#000000; text-decoration: none} 
    .ptitle1s a:hover {color: #666666; text-decoration: underline}


/**** ptitle1g = 內頁主頁標題灰色small ***/
.ptitle1g {
	
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #747474;
	line-height: 38px;
	text-transform: none;
	letter-spacing: -1px;
}
	.ptitle1g a:link {color:#747474; text-decoration: none}
	.ptitle1g a:active {color:#747474; text-decoration: none} 
    .ptitle1g a:visited {color:#747474; text-decoration: none} 
    .ptitle1g a:hover {color: #000000; text-decoration: underline}

	
	
/**** ptitle2 = 內頁中標題 ***/
.ptitle2 {
	
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #363d41;
	line-height: 30px;
	text-transform: none;
	letter-spacing: -1px;
}
	.ptitle2 a:link {color:#363d41; text-decoration: none}
	.ptitle2 a:active {color:#363d41; text-decoration: none} 
    .ptitle2 a:visited {color:#363d41; text-decoration: none} 
    .ptitle2 a:hover {color: #666666; text-decoration: underline}	
	
	
/**** ptitle3 = 內頁小標題 ***/
.ptitle3 {
	
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6a6868;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
}
	.ptitle3 a:link {color:#6a6868; text-decoration: none}
	.ptitle3 a:active {color:#6a6868; text-decoration: none} 
    .ptitle3 a:visited {color:#6a6868; text-decoration: none} 
    .ptitle3 a:hover {color: #666666; text-decoration: underline}
	
	
/**** ptitle3b = 內頁小標題 ***/
.ptitle3b {
	
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 19px;
	text-transform: none;
	letter-spacing: 0px;
}
	.ptitle3b a:link {color:#000000; text-decoration: none}
	.ptitle3b a:active {color:#000000; text-decoration: none} 
    .ptitle3b a:visited {color:#000000; text-decoration: none} 
    .ptitle3b a:hover {color: #666666; text-decoration: underline}	
	
	
/**** ptitle3big = 內頁大標題 ***/
.ptitle3big {
	
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
}
	.ptitle3big a:link {color:#000000; text-decoration: none}
	.ptitle3big a:active {color:#000000; text-decoration: none} 
    .ptitle3big a:visited {color:#000000; text-decoration: none} 
    .ptitle3big a:hover {color: #666666; text-decoration: underline}	
	
	
/**** ptitle4 = 內頁小標題 ***/
.ptitle4 {
	
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
}
	.ptitle4 a:link {color:#000000; text-decoration: none}
	.ptitle4 a:active {color:#000000; text-decoration: none} 
    .ptitle4 a:visited {color:#000000; text-decoration: none} 
    .ptitle4 a:hover {color: #666666; text-decoration: underline}
	
	
	
/**** ptitle4b = 內頁小標題 ***/
.ptitle4b {
	
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 19px;
	text-transform: none;
	letter-spacing: 0px;
}
	.ptitle4b a:link {color:#000000; text-decoration: none}
	.ptitle4b a:active {color:#000000; text-decoration: none} 
    .ptitle4b a:visited {color:#000000; text-decoration: none} 
    .ptitle4b a:hover {color: #666666; text-decoration: underline}
	
	

/**** ptitle5 = 內頁小標題 ***/
.ptitle5 {
	
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6d6d6d;
	line-height: 14px;
	text-transform: none;
	letter-spacing: 0px;
}
	.ptitle5 a:link {color:#6d6d6d; text-decoration: none}
	.ptitle5 a:active {color:#6d6d6d; text-decoration: none} 
    .ptitle5 a:visited {color:#6d6d6d; text-decoration: none} 
    .ptitle5 a:hover {color: #666666; text-decoration: underline}
	
	
/**** ptitle6 = 內頁小標題 ***/
.ptitle6 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6a6868;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
}
	.ptitle6 a:link {color:#6a6868; text-decoration: none}
	.ptitle6 a:active {color:#6a6868; text-decoration: none} 
    .ptitle6 a:visited {color:#6a6868; text-decoration: none} 
    .ptitle6 a:hover {color: #666666; text-decoration: underline}
	
	
	
	
/**** ptitle7 = 內頁小標題藍色 ***/
.ptitle7 {
	
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2285a9;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
}
	.ptitle7 a:link {color:#2285a9; text-decoration: none}
	.ptitle7 a:active {color:#2285a9; text-decoration: none} 
    .ptitle7 a:visited {color:#2285a9; text-decoration: none} 
    .ptitle7 a:hover {color: #666666; text-decoration: underline}
	
	
/**** ptitle7s = 內頁小標題藍色 ***/
.ptitle7s {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2285a9;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
}
	.ptitle7s a:link {color:#2285a9; text-decoration: none}
	.ptitle7s a:active {color:#2285a9; text-decoration: none} 
    .ptitle7s a:visited {color:#2285a9; text-decoration: none} 
    .ptitle7s a:hover {color: #666666; text-decoration: underline}
	
	
/****  ptitle8 = 內頁小標 ***/
.ptitle8 {
	
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #555555;
	line-height: 18px;
}
	.ptitle8 a:link {color:#555555; text-decoration: underline}
	.ptitle8 a:active {color:#555555; text-decoration: underline} 
    .ptitle8 a:visited {color:#555555; text-decoration: underline} 
    .ptitle8 a:hover {color: #000000; text-decoration: none}

	
	
/**** pboxtline1 = 線條box小標題 ***/
.pboxtline1 {

	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
	padding-left: 5px;
    background-image: url(../../images/box_top_bg_line.gif);
	background-repeat: repeat-x;
}
	.pboxtline1 a:link {color:#333333; text-decoration: none}
	.pboxtline1 a:active {color:#333333; text-decoration: none} 
    .pboxtline1 a:visited {color:#333333; text-decoration: none} 
    .pboxtline1 a:hover {color: #666666; text-decoration: underline}
	
	
/**** pboxt = box小標題,behavior的路徑要以html為主 ***/
.pboxt {
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8f8f8f;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
	padding-left: 5px;
	behavior: url("lib/js/png/iepngfix.htc");
    background-image: url(../../images/box_top_bg.png);
	background-repeat: repeat-x;
}
	.pboxt a:link {color:#8f8f8f; text-decoration: none}
	.pboxt a:active {color:#8f8f8f; text-decoration: none} 
    .pboxt a:visited {color:#8f8f8f; text-decoration: none} 
    .pboxt a:hover {color: #666666; text-decoration: underline}
	
/**** pboxl = box左邊連續底圖,behavior的路徑要以html為主 ***/
.pboxl {
	behavior: url("lib/js/png/iepngfix.htc");
    background-image: url(../../images/box_bg_left.png);
	background-repeat: repeat-y;
}	

/**** pboxr = box左邊連續底圖,behavior的路徑要以html為主 ***/
.pboxr {
	behavior: url("lib/js/png/iepngfix.htc");
    background-image: url(../../images/box_bg_right.png);
	background-repeat: repeat-y;
}		
	
/**** pboxb = box下方連續底圖,behavior的路徑要以html為主 ***/
.pboxb {
	behavior: url("lib/js/png/iepngfix.htc");
    background-image: url(../../images/box_bottom_bg.png);
	background-repeat: repeat-x;
}
	

/**** 內頁右邊欄框背景,宣告套用此樣式,behavior的路徑要以html為主 ***/
.boxbg {
behavior: url("lib/js/png/iepngfix.htc");
background-image: url(../../images/box_bg.png);
}	
	

/**** pboxtxt1 = box小內文1 ***/
.pboxtxt1 {
	
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 16px;
}
	.pboxtxt1 a:link {color:#333333; text-decoration: underline}
	.pboxtxt1 a:active {color:#333333; text-decoration: underline} 
    .pboxtxt1 a:visited {color:#333333; text-decoration: underline} 
    .pboxtxt1 a:hover {color: #333333; text-decoration: none}
	

/**** pboxtxt2 = box大內文 ***/
.pboxtxt2 {
	
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 18px;
}
	.pboxtxt2 a:link {color:#333333; text-decoration: underline}
	.pboxtxt2 a:active {color:#333333; text-decoration: underline} 
    .pboxtxt2 a:visited {color:#333333; text-decoration: underline} 
    .pboxtxt2 a:hover {color: #333333; text-decoration: none}
	
	

/****  resourcestitle1= 下載table標題1 ***/
.resourcestitle1 {
	
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #555555;
	line-height: 18px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dbdbdb;
}
	.resourcestitle1 a:link {color:#555555; text-decoration: underline}
	.resourcestitle1 a:active {color:#555555; text-decoration: underline} 
    .resourcestitle1 a:visited {color:#555555; text-decoration: underline} 
    .resourcestitle1 a:hover {color: #000000; text-decoration: none}	
	

/****  resourcestxt1= 下載table內文1 ***/
.resourcestxt1 {
	
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 18px;
}
	.resourcestxt1 a:link {color:#333333; text-decoration: underline}
	.resourcestxt1 a:active {color:#333333; text-decoration: underline} 
    .resourcestxt1 a:visited {color:#333333; text-decoration: underline} 
    .resourcestxt1 a:hover {color: #1182c3; text-decoration: none}		
	
	
/****  resourcestxt2= 下載table內文2 ***/
.resourcestxt2 {
	
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 18px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dbdbdb;
}
	.resourcestxt2 a:link {color:#333333; text-decoration: underline}
	.resourcestxt2 a:active {color:#333333; text-decoration: underline} 
    .resourcestxt2 a:visited {color:#333333; text-decoration: underline} 
    .resourcestxt2 a:hover {color: #1182c3; text-decoration: none}						
	
	

/**** pmenu1 = 內頁選單1 ***/
.pmenu1 {
	
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 26px;
	text-transform: none;
}
	.pmenu1 a:link {color:#000000; text-decoration: none}
	.pmenu1 a:active {color:#000000; text-decoration: none} 
    .pmenu1 a:visited {color:#000000; text-decoration: none} 
    .pmenu1 a:hover {color: #2292d3; text-decoration: none; border-bottom:1px dashed #2292d3}
	
	
/**** pmenu2 = 內頁選單2 ***/
.pmenu2 {
	
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2292d3;
	line-height: 26px;
	text-transform: none;
}
	.pmenu2 a:link {color:#2292d3; text-decoration: none}
	.pmenu2 a:active {color:#2292d3; text-decoration: none} 
    .pmenu2 a:visited {color:#2292d3; text-decoration: none} 
    .pmenu2 a:hover {color: #2292d3; text-decoration: none; border-bottom:1px dashed #2292d3}	
	
	
	
/**** psmenu1 = 小產品menu1 (文字滑過特效備份不用:font-weight:bold; font-size:9px) ***/
.psmenu1 {
	
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #676767;
	line-height: 15px;
}
	.psmenu1 a:link {color:#676767; text-decoration: none}
	.psmenu1 a:active {color:#676767; text-decoration: none} 
    .psmenu1 a:visited {color:#676767; text-decoration: none} 
    .psmenu1 a:hover {color: #1182c3; text-decoration: none; border-bottom:1px dashed #1182c3}	


/**** psmenu2 = 小產品menu2 ***/
.psmenu2 {
	
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #676767;
	line-height: 15px;
}
	.psmenu2 a:link {color:#1182c3; text-decoration: none}
	.psmenu2 a:active {color:#1182c3; text-decoration: none} 
    .psmenu2 a:visited {color:#1182c3; text-decoration: none} 
    .psmenu2 a:hover {color: #1182c3; text-decoration: none; border-bottom:1px dashed #1182c3}
	



/**** featurest1 = Features大內文1 ***/
.featurest1 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #676767;
	line-height: 17px;
	letter-spacing: 0px;
}
	.featurest1 a:link {color:#2292d3; text-decoration: none}
	.featurest1 a:active {color:#2292d3; text-decoration: none} 
    .featurest1 a:visited {color:#2292d3; text-decoration: none} 
    .featurest1 a:hover {color: #2292d3; text-decoration: underline}	


/**** 內頁Features背景樣式,behavior的路徑要以html為主 ***/
.featuresbg {
behavior: url("lib/js/png/iepngfix.htc");
background-image: url(../../images/product_features_bg.png);
background-repeat: repeat-x;
}	
	
	
/**** ptmenu1 = 產品內頁分頁menu1 ***/
.ptmenu1 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9f9f9f;
	line-height: 15px;
}
	.ptmenu1 a:link {color:#9f9f9f; text-decoration: none}
	.ptmenu1 a:active {color:#9f9f9f; text-decoration: none} 
    .ptmenu1 a:visited {color:#9f9f9f; text-decoration: none} 
    .ptmenu1 a:hover {color: #1182c3; text-decoration: none}
	
	
/**** 產品內頁分頁背景樣式,記得在網頁上加上"id=productab",宣告套用此樣式,behavior的路徑要以html為主 ***/
#productab {
behavior: url("lib/js/png/iepngfix.htc");
background-image: url(../../images/product_tab.png);
background-repeat: no-repeat;
background-position: center;
}
	
	
/**** ptmenu1 = 產品內頁分頁menu本頁文字藍色 ***/
.ptmenub {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1182c3;
	line-height: 15px;
	behavior: url("lib/js/png/iepngfix.htc");
    background-image: url(../../images/product_tab.png);
    background-repeat: no-repeat;
    background-position: center;
	_padding-left: 4px;/**** 修正文字位置 for IE6 ***/
}
	.ptmenub a:link {color:#9f9f9f; text-decoration: none}
	.ptmenub a:active {color:#9f9f9f; text-decoration: none} 
    .ptmenub a:visited {color:#9f9f9f; text-decoration: none} 
    .ptmenub a:hover {color: #1182c3; text-decoration: none}
	
	
/**** customizet1 = 產品檢視列小標題1 ***/
.customizet1 {
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #585858;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
}
	.customizet1 a:link {color:#585858; text-decoration: none}
	.customizet1 a:active {color:#585858; text-decoration: none} 
    .customizet1 a:visited {color:#585858; text-decoration: none} 
    .customizet1 a:hover {color: #999999; text-decoration: underline}
	
	
/**** customizeg1 = 產品檢視列小內文1 ***/
.customizeg1 {
	
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #585858;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
}
	.customizeg1 a:link {color:#585858; text-decoration: none}
	.customizeg1 a:active {color:#585858; text-decoration: none} 
    .customizeg1 a:visited {color:#585858; text-decoration: none} 
    .customizeg1 a:hover {color: #999999; text-decoration: underline}
	
	
	
/**** resourcesm1 = 產品Resources分頁小menu ***/
.resourcesm1 {
	
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #c3d3da;
	padding-left: 2px;
}
	.resourcesm1 a:link {color:#5b87a6; text-decoration: none}
	.resourcesm1 a:active {color:#5b87a6; text-decoration: none} 
    .resourcesm1 a:visited {color:#5b87a6; text-decoration: none} 
    .resourcesm1 a:hover {color: #333333; text-decoration: underline}	
		

	
	
/**** txt1 = 小內文1 ***/
.txt1 {
	
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #676767;
	line-height: 15px;
}
	.txt1 a:link {color:#2292d3; text-decoration: none}
	.txt1 a:active {color:#2292d3; text-decoration: none} 
    .txt1 a:visited {color:#2292d3; text-decoration: none} 
    .txt1 a:hover {color: #2292d3; text-decoration: underline}
	
	
/**** txt2 = 小內文2 ***/
.txt2 {
	
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 15px;
}
	.txt2 a:link {color:#ff9529; text-decoration: none}
	.txt2 a:active {color:#ff9529; text-decoration: none} 
    .txt2 a:visited {color:#ff9529; text-decoration: none} 
    .txt2 a:hover {color: #ff9529; text-decoration: underline}
	
	
/**** txt3 = 大內文1 ***/
.txt3 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #676767;
	line-height: 17px;
	letter-spacing: 0px;
}
	.txt3 a:link {color:#2292d3; text-decoration: none}
	.txt3 a:active {color:#2292d3; text-decoration: none} 
    .txt3 a:visited {color:#2292d3; text-decoration: none} 
    .txt3 a:hover {color: #2292d3; text-decoration: underline}	
	
	
	
/**** txt4 = 大內文2 ***/
.txt4 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #676767;
	line-height: 17px;
	letter-spacing: 0px;
}
	.txt4 a:link {color:#353535; text-decoration: none}
	.txt4 a:active {color:#353535; text-decoration: none} 
    .txt4 a:visited {color:#353535; text-decoration: none} 
    .txt4 a:hover {color: #2292d3; text-decoration: underline}
	
	
	
	
/**** txt5 = 大內文3 ***/
.txt5 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 17px;
	letter-spacing: 0px;
}
	.txt5 a:link {color:#000000; text-decoration: underline}
	.txt5 a:active {color:#000000; text-decoration: underline} 
    .txt5 a:visited {color:#000000; text-decoration: underline} 
    .txt5 a:hover {color:#2292d3; text-decoration: none}
	

/**** txt5 = 大內文3 ***/
.txtw1 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: 17px;
	letter-spacing: 0px;
}
	.txtw1 a:link {color:#ffffff; text-decoration: none}
	.txtw1 a:active {color:#ffffff; text-decoration: none} 
    .txtw1 a:visited {color:#ffffff; text-decoration: none} 
    .txtw1 a:hover {color: #2292d3; text-decoration: underline}		


/**** mtitle1 = download選單小標題 ***/
.mptitle1 {
	
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 14px;
	text-transform: none;
	letter-spacing: 0px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
}
	.mptitle1 a:link {color:#000000; text-decoration: underline}
	.mptitle1 a:active {color:#000000; text-decoration: underline} 
    .mptitle1 a:visited {color:#000000; text-decoration: underline} 
    .mptitle1 a:hover {color: #6d6d6d; text-decoration: none}


/**** menutxt1 = download選單內文1 ***/
.menutxt1 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 17px;
	letter-spacing: 0px;
	border:1px solid #cecece; border-collapse: collapse;
}
	.menutxt1 a:link {color:#000000; text-decoration: none}
	.menutxt1 a:active {color:#000000; text-decoration: none} 
    .menutxt1 a:visited {color:#000000; text-decoration: none} 
    .menutxt1 a:hover {color: #2292d3; text-decoration: underline}	
	
	
/**** spect1 = spec小標題1 ***/
.spect1 {
	
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	text-transform: none;
	padding-left:10px
}
	.spect1 a:link {color:#000000; text-decoration: underline}
	.spect1 a:active {color:#000000; text-decoration: underline} 
    .spect1 a:visited {color:#000000; text-decoration: underline} 
    .spect1 a:hover {color: #666666; text-decoration: none}
	
	
/**** specb1 = spec內文黑色1 ***/
.specb1 {
	
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 17px;
	letter-spacing: 0px;
	padding-left: 10px;
}
	.specb1 a:link {color:#333333; text-decoration: underline}
	.specb1 a:active {color:#2292d3; text-decoration: underline} 
    .specb1 a:visited {color:#2292d3; text-decoration: underline} 
    .specb1 a:hover {color: #2292d3; text-decoration: none}
	
	
/**** patentitle1 = Pantent NO. 小標題 ***/
.patentitle1 {
	
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
}
	.patentitle1 a:link {color:#000000; text-decoration: none}
	.patentitle1 a:active {color:#000000; text-decoration: none} 
    .patentitle1 a:visited {color:#000000; text-decoration: none} 
    .patentitle1 a:hover {color: #666666; text-decoration: underline}
	
	
/**** patentxt1 = Pantent No.文字1 ***/
.patentxt1 {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #676767;
	line-height: 17px;
	letter-spacing: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
	.patentxt1 a:link {color:#2292d3; text-decoration: none}
	.patentxt1 a:active {color:#2292d3; text-decoration: none} 
    .patentxt1 a:visited {color:#2292d3; text-decoration: none} 
    .patentxt1 a:hover {color: #2292d3; text-decoration: underline}



/**** copyright = 版權須告的樣式 ***/
.copyright {
	
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 18px;
}
	.copyright a:link {color:#333333; text-decoration: underline}
	.copyright a:active {color:#333333; text-decoration: underline} 
    .copyright a:visited {color:#333333; text-decoration: underline} 
    .copyright a:hover {color: #8a949c; text-decoration: none}
	
	


/*CSS manu style pagination*/

.manu {
    
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 17px;
	letter-spacing: 0px;
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px;
}
.manu A {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #036cb4; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid; TEXT-DECORATION: none
}
.manu A:hover {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.manu A:active {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.manu .current {
	BORDER-RIGHT: #036cb4 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #036cb4 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #036cb4 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #036cb4 1px solid; BACKGROUND-COLOR: #036cb4
}
.manu .disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}

	
	
/********  for tab content  *********/
/****  for link string style  *****/
div#dhtmlgoodies_tabView1 a ,active {
	color: #000000; 
	text-decoration: none;
}

div#dhtmlgoodies_tabView1 a:hover {
	color: #666666; 
	text-decoration: underline;
}
/****** end link string style *******/
div#test_tab {
    float: left;
    width: 962px;
	height:147px;
	text-align:left;
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 18px;
	background: url(../../images/tab_content_bg1.gif);
    }
/*  dot image and string of title */
div#test_tab p , #news_tab p , #resource_tab p , #hotService_tab p{
	font-size:11px;
	color: #000000;
	line-height: 15px;
	background: url(../../images/bullet_1.gif) 5px 4px no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	display:inline;
	}

div#tab5_block1 {
    float: left;
    width: 285px;
	height: 116px;
    margin-left: 15px;
	margin-top: 12px;
	text-align:left;	
    }
.left_desc {
	width: 125px;
	padding-left: 20px;
	text-align:left;
	
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 18px;
	}
.left_desc big_icon{
	float:right;
	width: 140px;
}
div#tab5_block2 {
    float: left;
    width: 285px;
	height: 116px;
    margin-left: 30px;
	margin-top: 16px;
	text-align:left;
    }
div#tab5_block3 {
    float: left;
    width: 275px;
	height: 116px;
    margin-left: 40px;
	margin-top: 16px;
	/*padding:0px 5px;*/
	text-align:left;
    }
div#tab5_block3 li , #news_block3 li , #resource_block3 li , #spotlight_block3 li {
	background: url(../../images/bullet_1.gif) 5px 6px no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;
}

/*******   news tab style  *********/
div#news_tab {
    float: left;
    width: 962px;
	height:147px;
	text-align:left;
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 18px;
	background: url(../../images/tab_content_bg1.gif);
    }
div#news_block1 {
    float: left;
    width: 285px;
	height: 116px;
    margin-left: 15px;
	margin-top: 12px;
	text-align:left;	
    }
div#news_block2 {
    float: left;
    width: 285px;
	height: 116px;
    margin-left: 30px;
	margin-top: 16px;
	text-align:left;
    }
div#news_block3 {
    float: left;
    width: 275px;
	height: 116px;
    margin-left: 40px;
	margin-top: 16px;
	/*padding:0px 5px;*/
	text-align:left;
    }
/*******   resource tab style  *********/	
div#resource_tab {
    float: left;
    width: 962px;
	height:147px;
	text-align:left;
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 18px;
	background: url(../../images/tab_content_bg1.gif);
    }
div#resource_block1 {
    float: left;
    width: 285px;
	height: 116px;
    margin-left: 15px;
	margin-top: 12px;
	text-align:left;	
    }
div#resource_block2 {
    float: left;
    width: 285px;
	height: 116px;
    margin-left: 30px;
	margin-top: 16px;
	text-align:left;
    }
div#resource_block3 {
    float: left;
    width: 275px;
	height: 116px;
    margin-left: 40px;
	margin-top: 16px;
	/*padding:0px 5px;*/
	text-align:left;
    }
/*******   hot service tab style  *********/	
div#hotService_tab {
    float: left;
    width: 962px;
	height:147px;
	text-align:left;
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 18px;
	background: url(../../images/tab_content_bg1.gif);
    }
div#hotService_block1 {
    float: left;
    width: 285px;
	height: 116px;
    margin-left: 15px;
	margin-top: 12px;
	text-align:left;	
    }
div#hotService_block2 {
    float: left;
    width: 285px;
	height: 116px;
    margin-left: 30px;
	margin-top: 16px;
	text-align:left;
    }
div#hotService_block3 {
    float: left;
    width: 275px;
	height: 116px;
    margin-left: 40px;
	margin-top: 16px;
	/*padding:0px 5px;*/
	text-align:left;
	line-height:10px;
	display: inline;
    }
div#hotService_block3 li{
	background: url(../../images/arrows_r1.gif) no-repeat;
	padding-left: 15px;
	margin-bottom: 15px;
}
div#channelR{
	float:right;
	width:135px;
	padding-top:2px;

}
div#channelL{
	width:135px;
	padding-top:2px;
}
/***   spotlight tab style  *********/
div#spotlight_tab {
    float: left;
    width: 962px;
	height:147px;
	text-align:left;
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	line-height: 18px;
	background: url(../../images/tab_content_bg1.gif);
    }
div#spotlight_block1 {
    float: left;
    width: 285px;
	height: 116px;
    margin-left: 15px;
	margin-top: 12px;
	text-align:left;	
    }
div#spotlight_block2 {
    float: left;
    width: 285px;
	height: 116px;
    margin-left: 30px;
	margin-top: 16px;
	text-align:left;
    }
div#spotlight_block3 {
   	float: left;
    width: 275px;
	height: 116px;
    margin-left: 40px;
	margin-top: 16px;
	/*padding:0px 5px;*/
	text-align:left;
    }
/***  定義左邊小圖 右邊有描述文字  ***/
.small_icon{
	width: 275px;
	padding-left: 0px;
	display: inline;
}
.small_icon img{
	margin-top:2px;
	vertical-align:top;
}

.small_icon_desc{
	float:right;
	width: 235px;
	text-align:left;
	margin-bottom:10px;
}
/***  end 定義左邊小圖 右邊有描述文字  ***/
/***  定義左邊大banner 右邊有描述文字  ***/
.banner_icon{
	width: 275px;
	padding-left: 0px;
	display: inline;
}
.banner_icon img{
	margin-top:2px;
	vertical-align:top;
}

.banner_icon_desc{
	float:right;
	width: 158px;
	text-align:left;
	margin-bottom:5px;
	
}
/***  end 定義左邊小圖 右邊有描述文字  ***/

/**** news slider show style  ****/
/* news title 左邊的小icon */
#showhere #news_icon{ 
	margin-bottom:15px;
	margin-right:5px;
}
#showwhere{
	line-height: 18px;
}
.news_style{
display:none;
}

p.maintitle8 {

	font-size: 10px;

	font-style: normal;

	line-height: 15px;

	font-weight: bold;

	font-variant: normal;

	text-transform: none;

	color: #3547B3;

	letter-spacing: 0px;

}
/****  resourcestitle2= 下載table標題2 ***/ 
.resourcestitle2 { 
        
        font-size: 9px; 
        font-style: normal; 
        font-weight: bold; 
        font-variant: normal; 
        color: #1182c3; 
        line-height: 18px; 
        border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: #dbdbdb; 
} 
        .resourcestitle2 a:link {color:#555555; text-decoration: underline} 
        .resourcestitle2 a:active {color:#555555; text-decoration: underline} 
    .resourcestitle2 a:visited {color:#555555; text-decoration: underline} 
    .resourcestitle2 a:hover {color: #000000; text-decoration: none}

.pboxtline2 {
	
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0px;
	padding-left: 5px;
}
	.pboxtline2 a:link {color:#333333; text-decoration: none}
	.pboxtline2 a:active {color:#333333; text-decoration: none} 
    .pboxtline2 a:visited {color:#333333; text-decoration: none} 
    .pboxtline2 a:hover {color: #666666; text-decoration: underline}   