@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg-tile.gif) #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 0px;
}

.topBg {
	background:url(images/top-bg.jpg);
}

.flashBg {
	background: #000;
	height: 320px;
	color: #fff;
}

.mainContentBg {
	background: url(images/main-bg.jpg);
	height: 496px;
}

.mainContainer {
	margin: 20px;
}

.bottomContentBg {
	background: #000;
	height: 169px;
	color: #fff;
}

.bottomLinkContainer {
	margin: 10px;
	width: 120px;
	line-height: 25px;
}

a.bottomLinks {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

a.bottomLinks:hover {
	color: #F00;
	font-size: 10px;
	text-decoration: none;
}

.copyright {
margin: 6px;
font-size: 10px;
	color: #666;
	text-align: left;
}

a.mainLinks {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}

a.mainLinks:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}

.mainLinksContainer {
	text-align: center;
}

.flashContainer {
	margin: 20px;
	height: 260px;
}

.imgThumbnail {
	border: 1px #fff;
}

a {
	font-weight: bold;
	color: #6F0000;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}

.rightHeaders {
	font-weight: bold;
	color: #666;
	font-size: 11px;
}

.rightHeadersContainer {
	line-height: 15px;
	
}

a.rightHeaderLinks {
	text-decoration: none;
	font-size: 11px;
}

a.rightHeaderLinks:hover {
	text-decoration: none;
	font-size: 11px;
}

.aboutContainer {
	margin: 10px;
	font-weight: bold;
	line-height: 20px;
}

#mainBody {
padding-top: 0px;
padding-left: 10px;
padding-right: 20px;
padding-bottom: 10px;
}

.refCompany {
color: #666;
}

.refYear {
color: #666666;
}

a.language { 
	color: #F00;
	text-decoration: none;
	text-align: right;
}

a.language:hover {
	color: #900;
	text-decoration: none;
	text-align: right;
}

.languageContainer {
	padding: 4px;
	padding-right: 8px;
	text-align: right;
	height: 90px;
	vertical-align: top;
}

.homeHeader {
	font-weight: Bold;
	font-size: 18px;
}