@charset "utf-8";
/* CSS reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img { 
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
padding-left: 20px;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}

a,a:visited,a:hover,a:active{text-decoration: none;outline: none; /* for Firefox */	hlbr:expression(this.onFocus=this.blur()); /* for IE */

}



/* menu styles */
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor:pointer;
	width: auto;
	float: left;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */

ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 128px;
	float: left;
	padding: 0;
	list-style-image: none;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: auto;
	position: absolute;
	left: -1000em;
	padding-top: 1;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 1px solid #CCC;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	z-index: 100000;	
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 126px;
	clear: left;

}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	width: 150px;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
	background-color:#FFF;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color:#f2f2f2;
	color: #666;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #000;
}
ul.MenuBarHorizontal ul li a
{
	color: #666;
	width: 127px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 16px;
}
ul.MenuBarHorizontal ul li a:hover
{
	color: #0070C8;
	
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: left -7px;
	background-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/images/menu_1.jpg);
	height: 33px;
	padding-top: 10px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover
{
	background-repeat: no-repeat;
	background-position: left -52px;
	background-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/images/menu_1.jpg);
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/EU99C96Y/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: left -52px;
	background-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/images/menu_1.jpg);
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/EU99C96Y/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	float: left;
	}
}
/* HACK FOR safari 3+, chrome 1+, opera9+: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
ul.MenuBarHorizontal li{ /* safari 3+, chrome 1+, opera9+ */
	width:128px;
	}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;

	text-decoration: none;

}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 126px;
	clear: left;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #000;

	
}
ul.MenuBarHorizontal ul li a
{
	
	color: #666;
	width: 116px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:0px;
	padding-bottom:0px;

}



}
@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 840px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-left: 60px;
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 11px '細明體';
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #FFCF88;
	border-top: solid 1px #FFCF88;
	border-right: solid 1px #FFCF88;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #CCC;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: 1px solid #FFf;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCF88;
	padding-top: 2px;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent .leftbox{
	float: left;
	width: 40%;

}
/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent .rightbox{
	float: left;
	width: 60%;

}
/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent td{
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent .tdcolor{
	background-color: #FFF1DD;

}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

	.imcm li{
	width:128px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: left -7px;
	background-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/images/menu_1.jpg);
	text-align: center;
	font-size: 12px;
	color: #63717A;
	height: 32px;
	clear:none;
	float:none;
	display:block;
	position:static;
	overflow:visible;
	font-size: 12px;
	line-height: 25px; 
	
}
	.imcm li a{ padding-top:10px;	}
	.imcm li a:hover {
	
	background-repeat: no-repeat;
	background-position: left -52px;
	background-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/images/menu_1.jpg);
	
	}
	
	.imcm span{display:inline;}.imcm .imclear,.imclear{clear:both;height:0px;visibility:hidden;line-height:0px;font-size:1px;}.imcm .imsc{position:relative;}.imcm .imsubc{position:absolute;visibility:hidden;}
	.imcm li{
	list-style:none;
	font-size:1px;
	float:left;

}

.imcm ul ul li{width:100%;float:none !important;}.imcm a{display:block;position:relative;}.imcm ul .imsc,.imcm ul .imsubc {z-index:10;}.imcm ul ul .imsc,.imcm ul ul .imsubc{z-index:20;}.imcm ul ul ul .imsc,.imcm ul ul ul .imsubc{z-index:30;}.imde ul li:hover .imsubc{visibility:visible;}.imde ul ul li:hover  .imsubc{visibility:visible;}.imde ul ul ul li:hover  .imsubc{visibility:visible;}.imde li:hover ul  .imsubc{visibility:hidden;}.imde li:hover ul ul .imsubc{visibility:hidden;}.imde li:hover ul ul ul  .imsubc{visibility:hidden;}.imcm .imea{display:block;position:relative;left:0px;font-size:1px;line-height:1px;height:0px;width:1px;float:right;}.imcm .imea span{display:block;position:relative;font-size:1px;line-height:0px;}.dvs,.dvm{border-width:0px}
	
	
	/* --[[ Main Expand Icons ]]-- */
	#imenus0 .imeam span,#imenus0 .imeamj span {background-image:url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/EU99C96Y/sample3_main_arrow.gif); width:7px; height:5px; left:-8px; top:5px; background-repeat:no-repeat;background-position:top left;}
	#imenus0 li:hover .imeam span,#imenus0 li a.iactive .imeamj span {background-image:url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/EU99C96Y/sample3_main_arrow.gif); background-repeat:no-repeat;background-position:top left;}


	/* --[[ Sub Expand Icons ]]-- */
	#imenus0 ul .imeas span,#imenus0 ul .imeasj span {background-image:url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/EU99C96Y/arrow_sub.gif); width:10px; height:13px; left:-10px; top:0px; background-repeat:no-repeat;background-position:top left;}
	#imenus0 ul li:hover .imeas span,#imenus0 ul li a.iactive .imeasj span {background-image:url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/EU99C96Y/arrow_sub.gif); background-repeat:no-repeat;background-position:top left;}


	/* --[[ Main Container ]]-- */
	#imouter0 {padding:0px; margin:0px; }


	/* --[[ Sub Container ]]-- */
	#imenus0 li ul {	
	border: 1px solid #CCC;
	background-color:#f2f2f2; }


	/* --[[ Main Items ]]-- */
	#imenus0 li a, #imenus0 .imctitle {
	color:#666666;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	border-style:none;
	border-color:#000000;
	border-width:0px;
	padding:4px 5px 4px 12px;
}

		/* [hover] - These settings must be duplicated for IE compatibility.*/
		#imenus0 li:hover>a {	background-repeat: no-repeat;
	background-position: left -52px;
	background-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/images/menu_1.jpg);
	}
		#imenus0 li a.ihover, .imde imenus0 a:hover {background-color:#cce3f8; color:#111111; }

		/* [active] */
		#imenus0 li a.iactive {background-color:#cce3f8; color:#111111; }


	/* --[[ Sub Items ]]-- */
	#imenus0 .imatm .imsc .imsubc ul li {

}
#imenus0 .imatm .imsc .imsubc ul a {
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 10px;
	color: #666;
	width: 116px;
	text-align: left;!important;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	display: block;
}
		/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 .imatm .imsc .imsubc ul a:hover {
	background-color:#ffffff;
	color:#255585;
	background-image: none;
}
		#imenus0 ul li a.ihover {background-color:#ffffff; color:#255585; }

		/* [active] */
		#imenus0 ul li a.iactive {background-color:#ffffff; color:#255585; }
		
/*  aegon     */


.navi_w {
	font-size: 12px;
	color: #333333;
}
a.navi_w:hover {
	color: #FF9933;
	text-decoration: none;
	font-size : 12px;
}
a.navi_w {
	color: #333333;
	text-decoration: none;
	font-size : 12px;
}
.navi {
	font-size: 12px;
	color: #525050;
}
a.navi:hover {
	color: #FF9933;
	text-decoration: none;
	font-size : 12px;
}
a.navi {
	color: #525050;
	text-decoration: none;
	font-size : 12px;
}
point {  font-size: 11px; color: #FF9933}
a:hover {
	color: #FF9933;
	text-decoration: underline;
	font-size: 12px
}
a {
	font-size : 12px;
	color: #666666;
	text-decoration: none;
}
a.link {
	color : #666666;
	text-decoration: none;
}
a.link:hover {
	color : #FF9933;
	text-decoration : none;
}
td {
	font-size: 12px;
	line-height: 20px;
	color: #666666
}
td.nav {
	background-color : #BACEE8;
	color : #333333;
}
th.his {
	background-color : #CDDBE4;
	color : #4A89C0;
	font-size : 12px;
	border : 1px solid #ADADAD;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.blue {
	background-color : #CDDBE4;
	color : #4A89C0;
	font-size : 13px;
	border : 1px solid #ADADAD;
	font-weight : bold;
}
td.his {
	color : #4A89C0;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
tr.list {
	background-color : #D9E7F7;
}
.eyebrow {
	font-size: 12px;
	line-height: 16px;
	color: #FF9999;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.head {
	font-size: 16px;
	line-height: 25px;
	color: #51A4C4;
	text-decoration: none;
	font-weight: bold
}
.subhead {
	font-size: 13px;
	line-height: 20px;
	color: #F57414;
	font-weight : bold;
}
a.subhead {
	font-size: 13px;
	line-height: 20px;
	color: #F57414;
	font-weight : bold;
	text-decoration : underline;
}
a.subhead:hover {
	font-size: 13px;
	line-height: 20px;
	color: #F57414;
	font-weight : bold;
	text-decoration : none;
}
.subhead_b {
	font-size: 13px;
	line-height: 20px;
	color: #51A4C4;
	font-weight : bold;
}
a.subhead_b {
	font-size: 13px;
	line-height: 20px;
	color: #51A4C4;
	font-weight : bold;
	text-decoration : none;
}
a.subhead_b:hover {
	font-size: 13px;
	line-height: 20px;
	color: #F57414;
	font-weight : bold;
	text-decoration : underline;
}
.title {
	font-size: 13px;
	line-height: 20px;
	color: #FF9999;
	font-weight: bold
}
.theme {
	font-size: 20px;
	line-height: 25px;
	color: #1A717C;
	font-weight: bold;
	text-decoration: none
}
input.button {
	font-size : 12px;
	border : 1px solid #CECECE;
	background-color : #FFDAB9;
}
input.txt {
	font-size : 12px;
	border : 1px solid #CECECE;
	background-color : #E8EBED;
	font-family : Arial, Helvetica, sans-serif;
}
input.blue {
	font-size : 12px;
	border : 1px solid #CECECE;
	background-color : #D1DEEF;
	font-family : Arial, Helvetica, sans-serif;
}
select {
	font-size : 12px;
	border : 1px solid #CECECE;
	background-color : #D1DEEF;
}
textarea.card {
	font-size : 12px;
	border : 1px solid #DACECE;
	background-color : #F2F1E9;
}
.pub_date {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #4A89C0;
}
li {
	list-style-image : url(../../images/space_02.gif);
	
	line-height: 22px;
}
.orange {
	color : #FF9933;
}
.red {
	color : #F57414;
}
img {  color: #FFFFFF}
a.card:hover {
	color : Aqua;
}
.blue {
	color: #003399;
}
.redbold {
	font-weight: bold;
	color: #CC0000;
	font-size: 14px
}
.bluebold {
	color: #003399 ;
	font-weight: bold;
}
.tabgrayb {
	color: #cccccc;
	font-weight: bold;
}
.tabblue {
	color: #BDE0FF;
}
.tabwhite {
	color: #FFFFFF;
}
.tabwhiteb {
	color: #FFFFFF ;
	font-weight: bold;
}
.headlist {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.headlist {
	font-size : 15px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	font-weight : bold;
}
a.headlist:hover {
	font-size : 15px;
	line-height: 25px;
	color : #FF9933;
	text-decoration : none;
}
.headlist2 {
	font-size: 15px;
	line-height: 40px;
	color: #666666;
	font-weight: bold;
}
a.headlist2 {
	font-size : 15px;
	line-height: 40px;
	color: #666666;
	text-decoration: none;
	font-weight : bold;
}
a.headlist2:hover {
	font-size : 15px;
	line-height: 40px;
	color : #FF9933;
	text-decoration : none;
}
.headeng { font-size: 12px; line-height: 20px; color: #F57414; text-decoration: none; font-weight: bold ; font-family: "Arial", "Helvetica", "sans-serif"}
td.eng { color : #666666; font-size : 12px; ; font-family: "Arial", "Helvetica", "sans-serif"; line-height: 16px}
.headeng2 { font-size: 16px; line-height: 25px; color: #51A4C4; text-decoration: none; font-weight: bold }


eng_word a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #63717a;
	text-decoration: none;
}
.ch_word_style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #63717a;
	line-height: 18px;
	text-decoration:none;
}

.ch_word_style1 a:link, .ch_word_style1 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #63717a;
	line-height: 18px;
	text-decoration:none
}

.ch_word_style1 a:active, .ch_word_style1 a:hover{ 
    text-decoration:none
}


.bodytable {
	border: 1px solid #CCCCCC;
}
.fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #63717A;
	border: 1px solid #005CAE;
	width:110px;
	height:20px;
}
.bodytable input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #a8b7bf;
	width:30;
	height:20;
}
.ch_word_style2 {
	font-family: "新細明體";
	font-size: 12px;
	color: #005CAE;
	line-height: 18px;
}
.ch_word_style2 a:link,.ch_word_style2 a:visited{
	font-family: "新細明體";
	font-size: 12px;
	color: #005CAE;
	line-height: 18px;
	text-decoration:underline;
}
.ch_word_style2 a:hover{ text-decoration:none}
.newsdate{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#005cae;
}	
.table_big{
width:586px;
}
.titlee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #24282b;
	text-decoration: none;
}
.titlee a:link ,.titlee a:visited{
	text-decoration: none;
    font-size: 15px;
	color: #24282b;
}
.titlee a:hover {
	text-decoration: underline;
	font-size: 15px;
	color: #0559af;
}



.bluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: bold;
	color: #0559af;
}

.copyright {
	font-size: 8pt;
	color: #63717a;
	line-height: 12pt;
	letter-spacing: 0.1em;
}
.copyright_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
}
.linko {
	font-size : 12px;
	color: #FF9933;
	text-decoration: none;
}
.linko a:link{
	color : #FF9933;
	text-decoration: none;
}
.linko a:link{
	color : #FF9933;
	text-decoration: none;
}
.quickon {
	font-weight: bold;
	color: 0559af;
	background-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/corp/images/btn_bg_07.jpg);
	background-repeat: repeat-x;
}
.w_map {
	list-style-position: inside;
	list-style-type: none;
	color: #4C5457;
	padding-left: -5px;
	list-style-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/images/icon_09.gif);
	padding-top: 0px;
	text-align: left;
	margin-left: 15px;
}
.sitemap_bg {
	background-image: url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/images/map/sitemap_bg_03.gif);
	background-repeat: repeat-x;
	height: 45px;
	vertical-align: top;
}

.w_map a:link {
	color : #4C5457;
	text-decoration: none;
}

.w_map a:hover{
	color : #FF9933;
	text-decoration: none;
}
.txt_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #197BC6;
	text-decoration: underline;
}
.txt_link a:link {
	color :#FF9933;
	text-decoration: none;
}

.txt_link a:hover{
	color : #197BC6;
	text-decoration: underline;
}
.txt_link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
}
.txt_link2 a:link {
	color :#FFFFFF;
	text-decoration: none;
}

.txt_link2 a:hover{
	color : #FFCC00;
	text-decoration: underline;
}
.td_blue {
           background-color: #dcf1fc;
           border-right-width: 1px;
           border-right-style: solid;
           border-right-color: #FFF;
           border-bottom-width: 1px;
           border-bottom-style: solid;
           border-bottom-color: #FFF;
}


/*以下for product-insurance-QIW.shtml & product-annuity-SIA.shtml*/
#bar {
	float: left;
	width: 580px;
	margin-left: 30px;
	background-image: url(../../product/images/bar.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
	line-height: 25px;
	margin-top: 20px;
	display: inline;
}



#title011 {
	float: left;
	width: 580px;
	margin-left: 30px;
	display: inline;
	height: 40px;
	padding-top: 16px;
}
#title022 {
	float: left;
	width: 580px;
	margin-left: 30px;
	display: inline;
	padding-top: 15px;
}
#titlecont {
	float: left;
	width: 580px;
	margin-left: 30px;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 20px;*/
}

#titlecont li {
	list-style-type: none;
	list-style-image: none;
	background-image: url(../../images/space_02.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 8px;
}


#cont011 {
	float: left;
	width: 580px;
	margin-left: 30px;
	display: inline;
}
#cont011_tit {
	margin-top: 5px;
}

#cont011_con {
	width: 580px;
	/*padding-left: 12px;*/

}
#cont011_con li {
	list-style-type: none;
	list-style-image: none;
	background-image: url(../../images/space_02.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 8px;
	margin-left: 8px;
}

#bluebar {
	float: left;
	width: 578px;
	background-color: #CDDBE4;
	color : #4A89C0;
	font-size : 13px;
	border : 1px solid #ADADAD;
	font-weight : bold;
	line-height: 20px;
	height: 23px;
	padding-top: 2px;
	padding-left: 2px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 30px;
	display: inline;	
}
#topbtn011 {
	text-align: right;
}
.red011 {
	color: #F00;
	font-weight: normal;
}
/*以上for product-insurance-QIW.shtml & product-annuity-SIA.shtml*/
