body
{
	margin:0px;
	background-color:white;
}

body, table
{
	font-family:Verdana, Arial, Tahoma;
	font-size:10px;
}

table.tblMenu
{
	height:30px;
}

a.itemMenu
{
	background-image:url(../images/menu/back.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	text-align:center;
	height:30px;
	padding-top:8px;
	font-weight:bold;
	color:rgb(8,15,83);
}

a.itemMenu:hover
{
	color:rgb(205,68,33);
}

a.CurrentMenu
{
	background-image:url(../images/menu/back.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	text-align:center;
	height:30px;
	padding-top:8px;
	font-weight:bold;
	color:rgb(205,68,33);
}

td.tdMenuLeft
{
	background-image:url(../images/menu/left.jpg);
	background-repeat:no-repeat;
	width:23px;
	height:30px;
}

td.tdMenuRight
{
	background-image:url(../images/menu/right.jpg);
	background-repeat:no-repeat;
	width:8px;
	height:30px;
	padding-left:25px;
}

#tblFlags
{
	/*
	margin-left:55px;
	margin-top:50px;
	*/
}

img.imgFlag
{
	width:17px;
	height:11px;
	border:1px solid rgb(205,68,33);
	cursor:hand;
}
