﻿.h0 {
	font-size: 1em;
	color: #009966;
	text-decoration: none;
	font-weight: bold;
}
.h1 {
	font-size: 1em;
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}
.h2 {
	font-size: 1em;
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}
.h3 {
	font-size: 1em;
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
.h4 {
	font-size: 1em;
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
.h5 {
	font-size: 1em;
	color: #FF3366;
	text-decoration: none;
	font-weight: bold;
}
.h6 {
	font-size: 1em;
	color: #5858C7;
	text-decoration: none;
	font-weight: bold;
}
.h7 {
	font-size: 1em;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

/* 內文顏色與字型定義 */
.p0 {
	font-size: 1em;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.p1 {
	font-size: .8em;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.p2 {
	font-size: .8em;
	line-height: 24px;
	color:#000000;
	font-weight: normal;
	text-decoration: none;
}
.p3 {
	font-size: .8em;
	line-height: 24px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.p4 {
	font-size: .8em;
	line-height: 24px;
	color:#666666;
	font-weight: normal;
	text-decoration: none;
}
.p4_1{
	font-size: .8em;
	line-height: 24px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.p5 {
	font-size: .8em;
	line-height: 24px;
	color:#009900;
	font-weight: bold;
	text-decoration: none;
}
.p6 {
	font-size: .8em;
	line-height: 24px;
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.p7 {
	font-size: .8em;
	line-height: 24px;
	color:#AB0337;
	font-weight: normal;
	text-decoration: none;
}
.p8{
	font-size: .8em;
	line-height: 24px;
	color: #009999;
	font-weight: bold;
	text-decoration: none;
}
.p8 a:hover {
	font-size: .8em;
	line-height: 24px;
	color:#009999;
	font-weight: bold;
	text-decoration: underline;
}
.p9 {
	font-size: .8em;
	line-height: 20px;
	color:#000000;
	font-weight: normal;
	text-decoration: none;
}
.p10
{
	font-size: .75em;
	line-height: 1px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding-top: 4px;
}

/* 表格風格定義 Table Style 1 */
.table_01
{	border-collapse: separate;
	border: 1px solid #FFF;
	background-color: #E3E9FF;
	color: #333;
}


/* 表格風格定義 Table Style 2 */
.table_02
{
	border-collapse: collapse;
	border: 1px solid #FFF;
	background-color: white;
	color: #666;
}

/* 表格風格定義 Table Style 3 */

.table_03
{
	border-collapse: collapse;
	border: 1px solid #FFF;
	background-color: white;
	color: #515151;
}


/* 表格風格定義 Table Style 4 */

.table_04
{
	border-collapse: collapse;
	border: 1px solid #A8E3EB;
	background-color: #FFF;
	color: #515151;
}


/* 表格風格定義 Table Style 5 */

.table_05
{
    border-collapse: collapse;
    border: 1px #b6b691 solid;
    background-color: white;
    color: #666;
}


/*段落中階層的List樣式設定*/
.text
{	/*font-size: 1em;*/
	color: #0099CC;
	font-weight: bold;
    text-decoration: none;
    list-style-type: decimal;
    line-height: 1.8em;
}

.text li
{   /*font-size: .8em;*/
    text-decoration: none;
    list-style-type: upper-alpha;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
    
}


