.freeMember {
background-image: url("images/free-membership-sign-up-3-states.png") 0 0 no-repeat;
}

.freeMember:hover {
background-image: url("images/free-membership-sign-up-3-states.png") -150px 0 no-repeat;
background-position: -150px 0;
}

#free
{
  display: block;
  width: 100px;
  height: 80px;
  background: url("images/free-membership-sign-up-en.gif") no-repeat 0 0;
}
#free:hover
{ 
  background-position: -100px 0px;
}
#free:active
{ 
  background-position: -200px 0px;
}


#freecn
{
  display: block;
  width: 150px;
  height: 120px;
  background: url("images/free-membership-sign-up-cn.gif") no-repeat 0 0;
}
#freecn:hover
{ 
  background-position: -150px 0px;
}
#freecn:active
{ 
  background-position: -300px 0px;
}

#freemy
{
  display: block;
  width: 150px;
  height: 120px;
  background: url("images/free-membership-sign-up-my.gif") no-repeat 0 0;
}
#freemy:hover
{ 
  background-position: -150px 0px;
}
#freemy:active
{ 
  background-position: -300px 0px;
}


#printcard
{
  display: block;
  width: 150px;
  height: 120px;
  background: url("images/print-e-club-card-en.gif") no-repeat 0 0;
}

#printcardch
{
  display: block;
  width: 150px;
  height: 120px;
  background: url("images/print-e-club-card-ch.gif") no-repeat 0 0;
}
#printcardmy
{
  display: block;
  width: 150px;
  height: 120px;
  background: url("images/print-e-club-card-my.gif") no-repeat 0 0;
}

.footer{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.divider-border-shadow{
	background-image: url(images/divider-border-shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}


.bgHover:hover{
	background-image: url(images/bg_rollover_list.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.handCursor { cursor: pointer; cursor: hand }

h2 { 
color: #00503C;
font-family: Arial, Helvetica, sans-serif;
display: inline;
}

h4 {
color: #222D00;
font-family: Arial, Helvetica, sans-serif;
display: inline;
}

.headFont {font-family: Arial, Helvetica, sans-serif}

.redFont {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #B70004;
}

.subHead {font-size: 18px; font-style: italic; font-weight: bold; font-family: Arial, Helvetica, sans-serif;color: #666666;}

.adsText {font-size: 12px}

.footerText {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

.content-border{
text-align:left;
margin-right:10px;
border-bottom: 1px dotted lightgray;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: lightgray;
}

.ads-border{
text-align:left;
border: 1px solid gray;
border-width: 1px;
border-style: solid;
border-color: gray;
}

.table-width{
width:550px;
text-align:left;
font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}




.content-text{
text-align:justify;
margin-right:50px;
font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

.divider-border{
width: 250px;border-bottom: 1px dotted lightgray;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: lightgray;
}


.bottom-border{
border-bottom: 1px dotted lightgray;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: lightgray;
}


.smallLinkH {  text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; background: #f64d02; }

.smallLink {  text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333}
.smallLink:hover {text-decoration: none; color: #FFFFFF; background: #f64d02; cursor:hand;}


.videoLink {  
text-decoration: none; 
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight:bold; 
color: #333333;
border-bottom: 1px dotted #CCCCCC;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
}
.videoLink:hover {text-decoration: none; color: #FFFFFF; background: #000033; cursor:hand;}

.drName {  text-decoration: none; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 9pt;  color: #666666}
