﻿.text13 {
	font-size: 13px;
	line-height: 200%;
	color: #666666;
	text-align: left;
}
.text13B {
	font-weight: bold;
	font-size: 13px;
/*文字顏色*/
}
.Gray13 {
	color: #5F5F5F;
}
.Blue13 {
	color: #0D95D4;
}
.Red13 {
	color: #F26887;
}
.SubtitleMap {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 3px;
}
/*文繞圖*/
.Textaround {
	float: right; 
	margin: 15px; 
/*文字底線	*/
}
.Bottomline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 20px;
}

.ImageFormRight {
	border: 3px double #D7D7D2;
	float: right;
	margin: 5px;
}

.text15 {
	font-size: 15px;
}
.text15B {
	font-size: 15px;
	font-weight: bold;
}
.GrayText15 {
	color: #5F5F5F;
	font-size: 15px;
}
.BlueText15 {
	color: #0D95D4;
	font-size: 15px;
}
.RedText15{
	color: #F79DB2;
	font-size: 15px;
/*表單底圖*/
}
.GrayTable{
	background-color: F7F7F7;
	font-weight: bold;
	font-size: 13px;
}


.TextLinkEffect:link { color: #F79DB2; }
.TextLinkEffect:active { color: #0D95D4; }
.TextLinkEffect:visited {color: #0D95D4; }
.TextLinkEffect:hover {color: #5F5F5F; }
