html { 
  background: url(../img/bfg_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a 		{text-decoration: underline;
		font-size: 12pt;
		line-height: 18pt;
		font-family: mingliu,pmingliu,simsun,mshei,mssong;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		color:#FFB153;
		}

a.nav 		{text-decoration: underline;
		font-size: 12pt;
		line-height: 18pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		color:#FFB153;
		}

a.nav_e		{text-decoration: underline;
		font-size: 12pt;
		line-height: 18pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		color:#FFB153;
		}

a.nav_t		{text-decoration: underline;
		font-size: 12pt;
		line-height: 18pt;
		font-family: PMingLiU,MingLiU;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		color:#FFB153;
		}

a.nav_s		{text-decoration: underline;
		font-size: 12pt;
		line-height: 18pt;
		font-family: SimSun,SimHei,MSHei,MSSong;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		color:#FFB153;
		}

a:hover 	{color: #FFFFFF;
		text-decoration: none;
		}

a.nav2 		{text-decoration: none;
		font-size: 12pt;
		line-height: 18pt;
		font-family: arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		color:#404040;
		}

a.nav2:hover 	{color: #FFB153;
		text-decoration: none;
		}

font.title_s	{
		color:#FFB153;
		font-size: 16pt;
		line-height: 22pt;
		font-family: simsun,mshei,mssong;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		}

font.subtitle_s 	{
		color:#FFB153;
		font-size: 16pt;
		line-height: 20pt;
		font-family: simsun,mshei,mssong;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		}


font.body_s 	{
		color:#C8B195;
		font-size: 12pt;
		line-height: 18pt;
		font-family: simsun,mshei,mssong;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		}

font.title_e	{
		color:#FFB153;
		font-size: 16pt;
		line-height: 22pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		}

font.subtitle_e 	{
		color:#FFB153;
		font-size: 16pt;
		line-height: 20pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		}


font.body_e 	{
		color:#C8B195;
		font-size: 12pt;
		line-height: 18pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		}

font.wbody 	{
		color:#C1AA8E;
		font-size: 12pt;
		line-height: 18pt;
		font-family: mingliu,pmingliu,simsun,mshei,mssong;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		}

.formtexta 	{
		color: #FFFFFF;
		background-color: #AC8D68;
		font-size: 12pt;
		line-height: 18pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		}

.formtextb 	{
		color: #FFFFFF;
		background-color: #775B42;
		font-size: 12pt;
		line-height: 18pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		}


/* Normal Animated Button ---- */

.example_a {
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #e3993f;
padding: 20px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
outline:none;
}

.example_a:hover {
background: #666;
text-decoration: none;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}



