body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bakpic.jpg);
}
/* 大標題類型顏色與字型定義 */
.h1 {
	font-size: 112.5%;
	color: #0033CC;
	line-height: 20px;
}
.h2 {
	font-size: 105%;
	line-height: 20px;
	color: #0066FF;
}
.h3 {
	font-size: 100%;
	line-height: 20px;
	color: #003399;
	font-weight: bold;
}
.h4 {
	font-size: 95%;
	line-height: 18px;
    color: #0033FF;
}
.h5 {
	font-size: 87.5%;
	line-height: 18px;
    color: #3366CC;
}
.h6 {
	font-size: 80%;
	line-height: 18px;
	color: #3300CC;

}
.h7 {
	font-size: 80%;
	line-height: 20px;
	color: #606091;
}
/* 內文顏色與字型定義 */
.p1 {
	font-size: 80%;
	line-height: 18px;
	color: #000066;
}
.p2{
	font-size: 75%;
	line-height: 18px;
	color:#666666;
}
.p7 {
	font-size: 75%;
	color: #ca3400;
}

.p3 {
	font-size: 80%;
	line-height: 18px;
	color: #0033CC;
}
.p4 {
	color:#cfedf8;
	font-size: 75%;
}
.p5 {
	color:#333333;
	font-size: 75%;
}
.p6{
	font-size: 75%;
	line-height: 20px;
	color:#666666;
}

/* 超連結顏色定義 */
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #663366;
	text-decoration: none;
}
a:active {
	color: #663366;
	text-decoration: none;
}
/* 表格風格定義 Table Style 1 */
.TableClass01 {
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid#99CCFF;
	border-left: 1px solid #99CCFF;
}

.TableClass01 th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background: #3366CC;
	font-size: 80%;
	color: #003399;
}

.TableClass01 td {
	background: #D8EBEB;
	color: #333333;
	font-size: 80%;
	padding:10px;
	border: 1px dashed #D8EBEB;
}
/* 表格風格定義 Table Style 2 */
.TableClass02 {
	padding: 2px;
	border: 1px dashed #CCCCCC;
}

.TableClass02 th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 80%;
	background-color: #FFFFFF;
}

.TableClass02 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #FDEFB7;
	border-bottom-color: #FDEFB7;
	border-left-color: #ffffff;
	color: #FFFFFF;
	font-size: 80%;
	padding: 10px;
	background-color: #FEFBED;
}
/* 表格風格定義 Table Style 3 */
.TableClass03 {
	padding: 2px;
	border-top: 1px solid #000099;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #000099;
}

.TableClass03 th {
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #ffffff;
 border-right-color: #D3E4B1;
 border-bottom-color: #D3E4B1;
 border-left-color: #ffffff;
 background: #003399;
 color: #FFFFFF;
 font-size: 80%;
}

.TableClass03 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #D3E4B1;
	border-bottom-color: #D3E4B1;
	border-left-color: #ffffff;
	background: #79BCFF;
	color: #1A334D;
	font-size: 80%;
	padding: 10px;
}
/* 表格風格定義 Table Style 4 */
.TableClass04 {
	padding: 2px;
	border-top: 1px solid #0099CC;
	border-right: 1px solid #0088CC;
	border-bottom: 1px solid #0088CC;
	border-left: 1px solid #0066CC;
}

.TableClass04 th {
	background: #0093D9;
	color: #E1F0FF;
	font-size: 80%;
	border: 1px solid #FFFFFF;
}

.TableClass04 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-left-color: #ffffff;
	background: #D0E8FF;
	color: #4b4b4b;
	font-size: 80%;
	padding: 10px;
}
