@charset "utf-8";



body {
	background-color: #4E4E4E;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 16px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0593ca;
	line-height: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0593ca;
	line-height: normal;
}

hr {
	color: #F79C14;
	height: 1px;
}


p, ul, ol {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	
}


.copyright {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #CCCCCC;
}

.source {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}

img {
   border: 0;
}



.content {
	background-color: #fff;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	color: #333333;
	width: 730px;
	font-size: 11px;
	min-height: 400px;
	padding: 15px 10px 15px 10px;
}




/* COUNTRY LISTS */

.country {
	font-size:13px;
	font-weight: normal;
	}
.country a:link, 
.country a:visited, 
.country a:active {
 	text-decoration:none;
	color: #cc0033;
padding-left: 9px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

.country a:hover {
	text-decoration:none;
	color: #08a27b;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 16px;

}

.tel {
	text-decoration:none;
	color: #000000;
	padding-left: 10px;
	
}

.top
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: lighter;
}
.top a:link,
.top a:active,
.top a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.top a:hover {
	color: #FFFF00;
	}
