tr.alphabet {
	background-color: #246EAF;
	height: 20px;
}
td.alphabet {
	text-align: center;
	color: white;
}
a.alphabetlink {
	color: white;
	text-decoration: bold;
}
table.destinationtable {
	width: 100%;
	border-collapse: collapse;
}
tr.characterrow {
	background-color: #ffffff;
	height: 20px;
}
td.character {
	text-align: center;
	color: #246EAF;
}
td.characterphone {
	color: #246EAF;
}
tr.countrybareven {
	background-color: #e0e0e0;
}
tr.countrybarodd {
	background-color: $ffffff;
}
td.countryname {
}
td.phonenumber {
}
font.phonecosts {
	font-size: 9px;
}

