@charset "UTF-8";
/* CSS Document */


a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: none;
}

.container {
	width: 980px;
	overflow: visible;
	visibility: visible;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.Header {
	text-align: left;
	height: 135px;
}

.navCountry {
	padding-right: 15px;
	padding-top: 30px;
	text-align: right;
}

.logo {
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
	padding-top: 15px;
}

.BodyFlashArea {
	height: 470px;
}

.Ticker {
	height: 60px;
	background-image: url(../images/ticker_bg.png);
	background-repeat:no-repeat;
	text-align: right;
}

.HMAds {
	clear: left;
	height: 190px;
}

.SubAds {
	float: left;
	padding-right: 4px;
	padding-left: 4px;

}

.FooterLinks {
	height: 40px;
	width: 978px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #baa500;
	border-bottom-color: #baa500;
	
}

