body {
	background: url(../img/bg.png);
	padding: 0;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, serif, sans-serif;
	font-size: 8.25pt;
	text-align: left;
	color: #767676;
}

p,div,span,img,form,table,tr,td{
	padding: 0;
	margin: 0;
	border: 0;
}
select{
	font-size: 8.25pt;
}
a:link 
{
	color: #dd0404;
	font-weight: normal;
	text-decoration: none;
}
a:visited 
{
	color: #dd0404;
	font-weight: normal;
	text-decoration: none;
 }
a:hover 
{
	color: #dd0404;
	font-weight: normal;
	text-decoration: none;
}
a:active 
{
	color: #dd0404;
	font-weight: normal;
	text-decoration: none;
}

a.white:link,a.white:visited,a.white:active,a.white:hover
{
	color: #fff;
}

#global{
	background: url(../img/bg-global.png) no-repeat;
	width: 990px;
	margin: 0 auto;
}
#top{
	height: 50px;
	padding-top: 18px;
}
#langs{
	height: 70px;
}
#langs a{
	color: #767676;	
}
#langs a:hover{
	color: #dd0404;	
}
#content{
	height: 286px;
	color: #fff;
}
#content2{
	height: 510px;
	color: #fff;
}
#desc{
	width: 990px;
	height: 70px;
	border-top: 1px solid #977d77;
	padding: 25px 0;
	border-bottom: 1px solid #977d77;
}
#footer{
	padding: 25px 0;
}
#footer a{
	color: #767676;
	font-weight: bold;
}
#footer .footeractive{
	color: #dd0404;
	font-weight: bold;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.greytext{
	white-space: no-wrap;
  background: #666666;
}
.red{
	color: #d6211c;
}