/*================重新定義 Html 標籤================*/
td{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	line-height: 125%;
}
p{
	margin: 0px;
}

a{
	text-decoration: none;
	color: #0000CC;
}
select {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	background-color: #E0E0E0;
	border: 1px solid #000000;


}
input {
	font-size: 9px;
	background-color: #E0E0E0;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;

}

/*=====================根據功能命名的群組====================*/
.Copyright a{	color: #336699;}
.Copyright a:hover{	left: 1px;
	top: 1px;
	position: relative;}

.ProductsTitle {
	font-size: 24px;
	font-weight: bold;
	color: #003366;
}



/*=====================有顏色的字====================*/
/*=====================藍色====================*/

.BlueWord{
	color: #003366;
	font-weight: bold;
}
.BlueWord a{}
.BlueWord a:hover{}
/*=====================亮藍色====================*/
.LightBlueWord{
	color: #336699;
	font-weight: bold;
}
.LightBlueWord a{
	color: #336699;
}
.LightBlueWord a:hover{
	left: 1px;
	top: 1px;
	position: relative;
}
/*=====================亮藍色加粗====================*/

.LightBlueWordBold {
	color: #336699;
	font-weight: bold;
}

.LightBlueWordBold a{
	color: #336699;
	font-weight: normal;

}
.LightBlueWordBold a:hover{
	left: 1px;
	top: 1px;
	position: relative;
}
/*=====================下拉選單的白與黑====================*/
.WhiteBlack a{
	color: #FFFFFF;
	font-weight: bold;
}
.WhiteBlack a:hover{
	color: #000000;
}

/*=====================紅色====================*/
.RedWord {
	color: #660000;
	font-weight: bold;
}

.RedWord a{
	color: #660000;
	font-weight: bold;
}

.RedWord a:hover{
	text-decoration: underline;
}

/*=====================灰色====================*/
.GrayWord{
	color: #999999;
}
.GrayWord a{
	color: #999999;
	text-decoration: underline;

}
.GrayWord a:hover{
	text-decoration: none;
}

