@charset "utf-8";
/* CSS Document */

.bodyStyle {
	background-color: #efefef;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.bodyStyle a {
	text-decoration: none;
	color: #05287A;
}
.bodyStyle a:hover {
	text-decoration: none;
	color: #111;
}
.bodyStyle #countryTable {
	width: 900px;
	text-align: left;
}
.bodyStyle #countryTable td {
	height: 28px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #888;
	padding: 0 5px 0 5px;
}
.bodyStyle #tableLink {
	background-color: #97854A;
}
.bodyStyle #tableLink a {
	color: #05287A;
	text-decoration: none;
}
.bodyStyle #tableLink1 {
	background-color: #F7BA22;
}
.bodyStyle #tableLink1 a {
	color: #05287A;
	text-decoration: none;	
}
.bodyStyle #tableLink2 {
	background-color: #EE895A;
}
.bodyStyle #tableLink2 a {
	color: #05287A;
	text-decoration: none;	
}
.bodyStyle #tableLink3 {
	background-color: #758076;
}
.bodyStyle #tableLink3 a {
	color: #05287A;
	text-decoration: none;	
}
.bodyStyle #tableLink4 {
	background-color: #BC462C;
}
.bodyStyle #tableLink4 a {
	color: #05287A;
	text-decoration: none;	
}