﻿body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Times New Roman", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;	
	font-size: 13px;
	color: #061C37;
	background: #FFFFFF url(images/background.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto; 
}

#flags
{
  display:block;
  float:right;
  height:auto;
  position:relative;
  overflow: visible;
  width: 0px;
  z-index:1;
  
}

.flag
{
text-align:right;
position:relative;
margin-top:10px;
margin-right:10px;
width:auto;
height:auto;
float:right;
}




#page
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 800px;
}

.topNaviagationLink
{
text-align:center;
position:relative;
margin-top:30px;
font-size:16px;
margin-left:0px;
width:114px;
height: 35px;
line-height: 35px;
float:left;
color:#CEEAEE;
font-family: "Times New Roman", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;	
}


.topNaviagationLink a
{
text-decoration:none;
color:#CDE2FC;
}

.topNaviagationLink a:hover
{
color:#0C61C9;
display: block;
width:121px;
height: 35px;
line-height: 35px;
background-image:url(images/tab.png);

}



