/* active link */
a.ah:link    {color: #0000A0; text-decoration: none;}
a.ah:visited {color: #0000A0; text-decoration: none;}
a.ah:hover   {color: #99CCFF; text-decoration: none;}

/* menu */
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
    /*height:1%;*/
/*	font-family: arial, helvetica, sans-serif;*/
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #369;
	color: #fff;
}

/* table */
table
{
/*	text-align: center;*/
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
/*	width: 260px;*/
	background-color: #fafafa;
	border: 1px #333366 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tdRights
{
	text-align: right;
    height: 1%;
    padding-right: 4px;
}

.tdCountry
{
	text-align: left;
    height: 1%;
    padding-left: 4px;
}

.tdStats
{
	text-align: left;
    height: 1%;
}

.thStats
{
	/*text-align: center;*/
    height: 1%;
	color: #fff;
	background-color: #036;
}

img
{
	vertical-align: middle;
}