/* Default margins throughout the site */
BODY
{
	text-align: center;
	font-family: mingliu;
}
/*------------------------------------------------*/

/* Default site fonts, size, spacing and color throughout the site */
.defaultSiteFont
{
	font-size: 12pt;
	color: #003300;
	font-family: MingLiU;
	letter-spacing: 3px;
	line-height: 15pt;
}
.defaultSiteCaptionFont
{
	font-size: 16pt;
	color: #003300;
	font-family: 標楷體;
	letter-spacing: 3px;
	line-height: 16pt;
	font-weight: bold;
}

/*------------------------------------------------*/


/* Default hover link events throughout the site */
A.siteNavLink
{
	font-size: 12pt;
	color: blue;
	font-family: MingLiU;
	text-decoration: none;
}
A.siteNavLink:hover
{
	font-size: 12pt;
	color: red;
	font-family: MingLiU;
	text-decoration: none;
}
/*------------------------------------------------*/



.searchMenuFrameColorAlign
{
	background-color: #FFFBD6;
	font-size: 12pt;
	font-family: MingLiU;
	text-align: center;
	border-right: #ffcc33 1px solid;
	border-top: #ffcc33 1px solid;
	border-left: #ffcc33 1px solid;
	border-bottom: #ffcc33 1px solid;
}
.productCatagoriesList
{
	background-color: #FFFBD6;
	border-right: #ffcc33 1px solid;
	border-top: #ffcc33 1px solid;
	border-left: #ffcc33 1px solid;
	border-bottom: #ffcc33 1px solid;
}


.footNote
{
	font-size: 9pt;
	color: #006600;
	font-family: Arial;
	text-decoration: none;
}

/* some setting for Chinese Captions ------------*/
/* this caption is not working, unless set it specificly at cell level ------------*/
.defaultChineseCaption
{
	font-weight: bold;
	font-size: 18px;
	font-family: 標楷體, 新細明體, mingliu, taipei;
}
/*------------------------------------------------*/
