/* CSS Document */
body,td,tr{
	font-size:13px;
	line-height: 25px;
	margin-left: 0px;
	margin-top: 0px;
	
}
body{
background-color:#D2BD9D;
}
a:link {
	color: #660000;
	text-decoration: blink;
}
a:visited {
	text-decoration: blink;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}

.title_1 {
	font-size: 16px;
	font-weight:bold;
	color: #3E100B;
}
.border_1 {
	border: 1px solid #999999;
}
.title_2 {
	font-size: 14px;
	color: #ffffff;
}
.title_3 {
	font-size: 16px;
	color: #000000;
}
.title_4{
	font-size:15px;
	color:#003366;
	font-weight:bold;
	letter-spacing: 0.2em;
}
.titleSmall {
	font-size: 14px;
	font-weight: bold;
	color: #660033;
	
}

.ENewsTitle{
	font-weight: bold;
	font-size: 13px;
	color: #3E100B;
	}
	
.ENewsHeadLine{
	
	font-size: 11px;
	
	}	


/*.getMenuBack1{
background-image:url(~/images/index/index0409_r3_c1_f2.jpg)
}
input.btnExc{
	background-image: url(../images/items/excuteBtn.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}*/
input.btn{
	color:#7D594F;
	background-color:#fed;
	border-top-color:#7D594F;
	border-left-color:#7D594F;
	border-right-color:#CA9979;
	border-bottom-color:#CA9979;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#CA9979');			
    vertical-align: middle;
	height: 20px;
	line-height: 15pt;
	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; 
}
.whiteFont{ color:#FFFFFF;
font-weight:bold;
}
.bannerBG
{
    background-image:url(../../images/pages/bannerBG.jpg);
    background-repeat:repeat-x;
}
.webSiteTitle
{
    color:#472323;
    font-weight:bold;
}
.whiteFont{ color:#FFFFFF;
font-weight:bold;
}
.gridHead
{
  color: #573D2D;
  margin: 0;
  width: 100%;		/* ■此指定用以迴避IE的bug */
  /*background-image: url(../../images/BG/back-right.jpg) ;*/
  background:url(../images/BG/back-right.jpg) ; no-repeat; top; right;
  
}

.gridRow
{
    background-color:#ffffff;
}
    
.gridAltRow
{
    background-color:#ffffff;
}
.border_right
{
    border-right:1px solid #666666;}
.border_btm
{
    border-bottom:1px solid #666666;}
    .td_alter
    {
        background-color:#d2c4b7;}
.border_dblSolid
{
    border-style:solid double;
    border: solid double #666666;
}
.border_rightBottom
{
    border-bottom:1px solid #666666;
    border-right:1px solid #666666;
}
.border_bottomDot
{
      border-bottom:1px dotted #666666;
}