

/* new */



.email
{
	color: #333333;
}
.email a
{
	color: #333333;
	text-decoration: underline;	
}
.email a:hover
{
	color: #333333;
	text-decoration: none;
}

.link
{
	color: #333333;
}
.link a
{
	color: #990000;
	text-decoration: underline;	
}
.link a:hover
{

	text-decoration: none;
}


.faq_link
{
	color: #333333;
	line-height: 30px;
}
.faq_link a
{
	color: #666666;
	text-decoration: underline;	
}
.faq_link a:hover
{

	text-decoration: none;
}


.address_head
{
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	
}

.address
{
line-height: 25px;	
	
}

.name
{
	color: #0080AA;
}

.desig
{
color: #999999;

}

.note
{
	font-size: 9px;
}

.trip_table {
	background-color: #F7F7F4;
	border: 1px solid #CCCCCC;
	margin-top:15px;
	margin-bottom:15px;
}
.trip_table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.trip_country {
	padding-left: 15px;
}
.trip_head {
	background-color: #E5E5E5;
	padding-left: 5px;
	color: #333333;
}

.back_to_top a {
	font-size: 12px;
	text-decoration: none;
	color: #2386AB;
}