a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.selected_bg {
background-image:url(../images/selected_bg.png);
background-repeat:no-repeat;
width:242px;
height:83px;
}

.ClarendonCnBT {
font-family:"Clarendon Cn BT";
font-size:16px;
color:#FFFFFF;
line-height:20px;
}

.ClarendonCnBT_grey {
font-family:"Clarendon Cn BT";
font-size:16px;
color:#939393;
line-height:20px;
}

.tab2{
font-family:"Clarendon Cn BT";
font-size:16px;
color:#939393;
line-height:20px;
width:242px;
height:83px;
cursor: pointer;
}

.tab2:hover{
background-image:url(../images/selected_bg.png);
background-repeat:no-repeat;
font-family:"Clarendon Cn BT";
font-size:16px;
color:#ffffff;
width:242px;
height:83px;
}


.Times {
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#FFFFFF;
line-height:20px;
}