html {
  overflow:scroll;
}

body {
	background-color:#FFFFFF;
	text-align:center;
	color:#0A1E6E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.content {
	text-align:left;
	padding:10px;
}

.lang {
	float:right;
	width:332px;
}

.flag {
	width:36px;
	height:21px;
	border:1px solid #BBBBBB;
}

.foot {
  text-align:center;
  font-size:10px;
  border-top:1px solid #D0D0D0;
  line-height:26px;
  background-image:url(../images/footer.png);
  background-repeat:no-repeat;
  background-position:center;
  height:83px;
}

a {
	color:#0000C8;
	text-decoration:none;
}

a:visited {
	color:#0000C8;
	text-decoration:none;
}

a:hover {
	color:#0000C8;
	text-decoration:underline;
}

table {
  font-size:14px;
}

.dlbutton {
  display:block;
  margin:auto;
  width:358px;
  height:80px;
  background-image:url(../images/downloadbutton.png);
  background-repeat:no-repeat;
  line-height:80px;
  font-weight:bold;
  cursor:pointer;
  font-size:15px;
}

.dlbutton:hover {
  background-image:url(../images/downloadbuttonhover.png);
}

.dlbutton div {
  margin-left:35px;
  text-align:center;
}