body, td, p
{
	font-family:					Tahoma,Georgia,Taipei;
	font-size:						9pt;
	line-height:					1.6;
	color:							#9932CC
}

body
{
	ScrollBar-HighLight-Color:		White;
	ScrollBar-3DLight-Color:		White;
	ScrollBar-Arrow-Color:			White;
	ScrollBar-Track-Color:			#E6E6FF;
	ScrollBar-DarkShadow-Color:		White;
	ScrollBar-Base-Color:			#EAD8FE
}

A:link
{
	color:							#5B005B;
	text-decoration:				none
}

A:visited
{
	color:							#5B005B;
	text-decoration:				none
}

A:hover
{
	color:							#5B005B;
	text-decoration:				underline
}

.Form
{
	font-size:						9pt;
	color:							RGB(0, 68, 255);
	border:							1px solid #000000
}

.Dotted
{
	font-size:						9pt;
	border-collapse:				collapse;
	background-color:				#EAD8FE;
	border:							1px dotted #FFFFB3
}

.Dotted-Line
{
	font-size:						9pt;
	border-collapse:				collapse;
	background-color:				#EAD8FE;
	border-style:					dotted;
	border-width:					1px
}

.Button
{
	border:							#A557FB 1px solid;
	padding-right:					2px;
	padding-left:					2px;
	padding-top:					2px;
	font-size:						12px;
	cursor:							hand;
	color:							black;
	background-color:				#EAD8FE;
	filter:							progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#EAD8FE);
	height: 20px;
}

.ButtonProc
{
	border:							#edf6fc 1px solid;
	padding-top:					2px;
	font-size:						12px;
	cursor:							hand;
	color:							black;
	width:							100;
	background-color:				#edf6fc;
	filter:							progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#edf6fc);
}

.Shadow
{
	filter:							shadow(color=#9966FF, direction=150);
	zoom:							1;
	padding:						5px
}

.Glow
{
	filter:							glow(color=#9966FF, strength=3);
	height:							10px;
	color:							white;
	padding:						1px
}

.SmallTxt
{
	line-height:					1.0
}

.link1
{
	font-family:					"新細明體";
	font-size:						12px;
	color:							#ffffff;
	text-decoration:				none;
}

.link2
{
	font-family:					"新細明體";
	font-size:						12px;
	color:							#429bd7;
	text-decoration:				none;
}

.link3
{
	font-family:					"新細明體";
	font-size:						12px;
	color:							#006;
	text-decoration:				none;
}

a.link2:hover
{
	text-decoration:				underline;
}

.dottedtop
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-right: auto;
	margin-left: auto;
}

.dottedbottom
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: auto;
	margin-left: auto;
}

.dotted
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: auto;
	margin-left: auto;
}

.TopLine
{
	background-image: url(/Images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.TextboxWatermark
{
	color:							#ACA899;
	font-size:						9pt;
	border-collapse:				collapse;
	background-color:				#EAD8FE;
	border-style:					dotted;
	border-width:					1px
}