/* CSS Document */
.background {
	background-image: url(img/tile.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.backgroundVertical {

	background-image: url(img/tile.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
body {
		margin:0px;
		font-family: Arial, Helvetica, sans-serif, Tahoma;
		font-size: 11px;
		font-weight: normal;
		background: #333333;
		text-decoration: none;	
		}
.table: {
color:#FFFFFF;
background:#333333;
font:Arial, Helvetica, sans-serif;
font-size:11px;
}
.table:link,active,visited {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: underline;
}
.footertext:hover {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
}
.traficRanking{
	padding-left:60px;
	}