@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 1%;
	padding-right: 1%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 2%;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display:block;
	position:relative;
	z-index:2;
	background-color: #008271;
}
#LayoutDiv2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LayoutDiv2 ul li {
	float: left;
	position: relative;
	font: 10px Tahoma;
}
#LayoutDiv2 ul li a {
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	background-color: #008271;
	text-align: center;
	display: block;
	height: 35px;
	width: 75px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#LayoutDiv2 ul li a:hover {
	background-color: #046D58;
	font-size: 10px;
	color:#FFF;	
	font-weight: bolder;
}
#LayoutDiv2 ul li ul {
	position: absolute;
	top: 35px;
	visibility: hidden;
}
#LayoutDiv2 ul li:hover ul {
	visibility: visible;
}

#LayoutDiv2 ul li ul li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 100px;

}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	text-align:center;
	margin-left: 2%;
	margin-right: 2%;
	width: 100%;
	display: block;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	display: block;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#LayoutDiv9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv10 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	BORDER-BOTTOM: #002F5E 3px solid;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-align: center; 
	font-size: 24px
}
#LayoutDiv11 {
	clear: none;
	float: right;
	text-align:right;
	margin-left: 4.1666%;
	margin-right: 1%;
	width: 80%;
	display: block;
}
#LayoutDiv12 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv13 {
	clear: both;
	float: left;
	margin-left: 0;
	text-align:center;
	width: 100%;
	display: block;
}


#LayoutDiv15 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: auto;
}
#LayoutDiv16 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #2F2F2F;
	font-family: Tahoma;
	font-size: 15px;
	color: #E3E3E3;
	height: 720px;
	line-height: 20px;
}
#LayoutDiv17 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#020202;
	text-align:center;
	font: 14px Tahoma;
	color: #FFF;
}
#LayoutDiv18 {
	clear: both;
	float: left;
	margin-right: 0;
	width: 100%;
	display: block;
	font: 16px Tahoma;
	text-align:right;
	background-color:#585858;
}

.banner {
	position: relative;
	overflow: auto;
}
.banner li {list-style:none; }
.banner ul li {float: left; }


#LayoutDiv16 a:link {
	color: #E3E3E3;
	text-decoration: none;
}
#LayoutDiv16 a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #E3E3E3;
	text-decoration: none;
}

#LayoutDiv16 table th {
	color: #FFF;
}

#LayoutDiv18 a:link {
	color: #030303;
	text-decoration: none;
}
#LayoutDiv16 a {
	color: #E3E3E3;
}
#LayoutDiv20 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv7 table tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 8px;
    background: #A1A1A1;
    color: white;
    cursor: pointer;
	border-radius:5px;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	
}
#LayoutDiv18 a:link{
	color:#FFF;
}
#LayoutDiv99 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	position:relative;
	z-index:2;
	background-color: #008271;
}
#LayoutDiv99 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LayoutDiv99 ul li {
	float: left;
	position: relative;
	font: 10px Tahoma;
}
#LayoutDiv99 ul li a {
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	background-color: #008271;
	text-align: center;
	display: block;
	height: 35px;
	width: 75px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#LayoutDiv99 ul li a:hover {
	background-color:  #046D58;
	font-size: 10px;
	color:#FFF;	
	font-weight: bolder;
}
#LayoutDiv99 ul li ul {
	position: absolute;
	top: 35px;
	visibility: hidden;
}
#LayoutDiv99 ul li:hover ul {
	visibility: visible;
}

#LayoutDiv99 ul li ul li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 100px;

}

#LayoutDiv14 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 30px;
}
#LayoutDiv19 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 30px;
}
#LayoutDiv21 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 30px;
}
#LayoutDiv11 img {
	margin-right: 4px;
	text-align: center;
}

/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 2%;
	width: 47%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display:block;
	background-color:#008271;
}
#LayoutDiv2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LayoutDiv2 ul li {
	float: left;
	position: relative;
	font: 16px Tahoma;
	font-weight: bold;
	position:relative;
	z-index:2;
}
#LayoutDiv2 ul li a {
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	background-color: #008271;
	text-align: center;
	display: block;
	height: 60px;
	width: 115px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#LayoutDiv2 ul li a:hover {
	background-color:  #046D58;
	font-size: 17px;
	font-weight: bolder;
	color:#FFF;
}
#LayoutDiv2 ul li ul {
	position: absolute;
	top: 60px;
	visibility: hidden;
}
#LayoutDiv2 ul li:hover ul {
	visibility: visible;
}

#LayoutDiv2 ul li ul li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 150px;

}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	text-align:center;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	text-align:center;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 1%;
	width: 45%;
	display: block;
}
#LayoutDiv7 {
	clear: none;
	float: left;
	margin-right: 1%;
	width: 49%;
	display: block;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 1%;
	width: 100%;
	display: none;
}
#LayoutDiv9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv10 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	BORDER-BOTTOM: #002F5E 3px solid;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-align: center; 
	font-size: 24px
}
#LayoutDiv11 {
	clear: none;
	float: right;
	text-align:right;
	margin-left: 2.5641%;
	margin-right:2%;
	width: 38%;
	height:50px;
	display: block;
	line-height: 85px;
}
#LayoutDiv12 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv13 {
	clear: both;
	float: left;
	margin-left: 0;
	text-align:center;
	width: 100%;
	display: block;
}

#LayoutDiv15 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: auto;
}
#LayoutDiv16 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #2F2F2F;
	font-family: Tahoma;
	font-size: 16px;
	color: #E3E3E3;
	height: 530px;
	line-height: 35px;
	box-shadow: 3px 0px 4px 2px #000000;
}
#LayoutDiv17 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#020202;
	text-align:center;
	font: 14px Tahoma;
	color: #FFF;
}

#LayoutDiv18 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align:right;
	margin-right: 0;
	font: 16px Tahoma;
	background-color:#585858;
}

.banner {
	position: relative;
	overflow: auto;
}
.banner li {list-style:none; }
.banner ul li {float: left; }



#LayoutDiv16 a:link {
	color: #E3E3E3;
	text-decoration: none;
}
#LayoutDiv16 a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #E3E3E3;
	text-decoration: none;
}
#LayoutDiv16 a {
	color: #E3E3E3;
}

#LayoutDiv16 table th {
	color: #FFF;
}

#LayoutDiv18 a:link {
	color: #030303;
	text-decoration: none;
}
#LayoutDiv16 a {
	color: #E3E3E3;
}
#LayoutDiv20 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv7 table tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 12px;
    background: #A1A1A1;;
    color: white;
    cursor: pointer;
	border-radius:5px;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
}
#LayoutDiv18 a:link{
	color:#FFF;
}
#LayoutDiv99 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	background-color:#008271;
}
#LayoutDiv99 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LayoutDiv99 ul li {
	float: left;
	position: relative;
	font: 16px Tahoma;
	font-weight: bold;
	position:relative;
	z-index:2;
}
#LayoutDiv99 ul li a {
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	background-color: #008271;
	text-align: center;
	display: block;
	height: 60px;
	width: 141px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#LayoutDiv99 ul li a:hover {
	background-color: #046D58;
	font-size: 17px;
	font-weight: bolder;
	color:#FFF;
}
#LayoutDiv99 ul li ul {
	position: absolute;
	top: 60px;
	visibility: hidden;
}
#LayoutDiv99 ul li:hover ul {
	visibility: visible;
}

#LayoutDiv99 ul li ul li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 150px;

}

#LayoutDiv14 {
	clear: both;
	float: left;
	margin-left: 1%;
	width: 48%;
	display: block;
	font-size: 15px;
	line-height: 30px;
}
#LayoutDiv19 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	font-size: 15px;
	line-height: 30px;
}
#LayoutDiv21 {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 98%;
	display: block;
	font-size: 15px;
}
#LayoutDiv11 img {
	margin-right: 4px;
	text-align: center;
}
#LayoutDiv11 a #Image5 {
}




/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 2%;
	width: 48.9795%;
	display: block;
}

#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#008271;
	position:relative;
	z-index:2;
}
#LayoutDiv2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LayoutDiv2 ul li {
	float: left;
	position: relative;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}
#LayoutDiv2 ul li a {
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	background-color: #008271;
	text-align: center;
	display: block;
	height: 60px;
	width: 185px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#LayoutDiv2 ul li a:hover {
	background-color: #046D58;
	font-size: 17px;
	color:#FFF;
	transition: all 0.3s;
}
#LayoutDiv2 ul li ul {
	position: absolute;
	top: 60px;
	visibility: hidden;
}
#LayoutDiv2 ul li:hover ul {
	visibility: visible;
}

#LayoutDiv2 ul li ul li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 200px;
}

#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	text-align: center;
	width: 100%;
	display: block;
	height: 300px;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	text-align:center;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	text-align:center;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 6%;
	width: 44%;
	display: block;
}
#LayoutDiv7 {
	clear: none;
	float: left;
	margin-right: 6%;
	width: 42%;
	display: block;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 4%;
	width: 50%;
	display:none;
}
#LayoutDiv9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv10 {
	clear: both;
	float: left;
	margin-left: 6%;
	margin-right: 6%;
	width: 88%;
	display: block;
	BORDER-BOTTOM: #002F5E 3px solid;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-align: left; 
	font-size: 24px

}
#LayoutDiv11 {
	clear: none;
	float: right;
	text-align:right;
	margin-left: 2.0408%;
	margin-right:4%;
	width: 40%;
	height:80px;
	display: block;
	line-height: 120px;
}


#LayoutDiv12 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv13 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}

#LayoutDiv15 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#LayoutDiv16 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #2F2F2F;
	font-family: Tahoma;
	font-size: 16px;
	color: #E3E3E3;
	height: 320px;
	line-height: 35px;
}
#LayoutDiv17 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #020202;
	text-align: center;
	font-family: Tahoma;
	font-size: 15px;
	color: #FFF;
}
#LayoutDiv18 {
	clear: both;
	width: 100%;
	display: block;
	float: right;
	text-align: right;
	margin-right: 0;
	background-color: #5B5B5B;
	font-family: Tahoma;
	font-size: 16px;
}



.banner {
	position: relative;
	overflow: auto;
}
.banner li {list-style:none; }
.banner ul li {float: left; }


#LayoutDiv16 a:link {
	color: #E3E3E3;
	text-decoration: none;
}
#LayoutDiv16 a {
	color: #E3E3E3;
}

#LayoutDiv16 a:hover {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	transition: all 0.3s;
	position: relative; /* 當滑鼠經過超連結時，超連結往右邊位移1像素 */
	right:-1px;
	top:-1px;
	transition: right 0.2s,top 0.1s;

}

#LayoutDiv16 table th {
	color: #FFF;
}


#LayoutDiv20 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutDiv7 table tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#LayoutDiv15:hover {
	background-color: #EAEAEA;
}
#LayoutDiv15 p #Image5 {
	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: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	border-radius:5px;
}

#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutDiv10 {
	clear: both;
	float: left;
	margin-left: 6%;
	margin-right: 6%;
	width: 88%;
	display: block;
	BORDER-BOTTOM: #002F5E 3px solid;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-align: left; 
	font-size: 24px
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 13px;
    background: #A1A1A1;
    color: white;
    cursor: pointer;
	border-radius:5px;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
}
#LayoutDiv18 a:link{
	color:#FFF;
}
#LayoutDiv99 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#008271;
	z-index:2;
	position:fixed;
	top:-65px;
}

#LayoutDiv99 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LayoutDiv99 ul li {
	float: left;
	position: relative;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}
#LayoutDiv99 ul li a {
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	background-color: #008271;
	text-align: center;
	display: block;
	height: 60px;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#LayoutDiv99 ul li a:hover {
	background-color: #046D58;
	font-size: 17px;
	color:#FFF;
	transition: all 0.3s;
}
#LayoutDiv99 ul li ul {
	position: absolute;
	top: 60px;
	visibility: hidden;
}
#LayoutDiv99 ul li:hover ul {
	visibility: visible;
}

#LayoutDiv99 ul li ul li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 200px;
}

#LayoutDiv14 {
	clear: both;
	float: left;
	margin-left: 2.5%;
	width: 20%;
	display: block;
	line-height: 35px;
	font-size: 16px;
}
#LayoutDiv19 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
	line-height: 35px;
	font-size: 16px;
}
#LayoutDiv21 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	line-height: 35px;
	font-size: 16px;
}


#LayoutDiv15 p #Image6 {
	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: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	border-radius:5px;
}
#LayoutDiv15 p #Image7 {
	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: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	border-radius:5px;
}
#LayoutDiv15 p #Image8 {
	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: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	border-radius:5px;
}
#LayoutDiv15 p #Image9 {
	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: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	border-radius:5px;
}
#LayoutDiv15 p #Image10 {
	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: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	border-radius:5px;
}
#LayoutDiv11 img {
	margin-right: 4px;
	text-align: center;
}
