body {
	background-color: #346BA4;
	font-family: tahoma;
  	font-size: 2pt;
	width: 535px;
	margin: auto;
	color:#FFFFFF;
}
a:hover {
  color: #fe9d01;
  text-decoration: underline;
}
#download_topbar {
  overflow: hidden;
  height: 1px;
  background-color: #dfdfdf;
  width: 450px;
  margin: auto;
  align: center;
}

.download {
  width: 450px;
  height: 76px;
  background-image: url('img/downloadbg.png');
  background-repeat: repeat-x;
  margin: auto;
  float: center;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-top: none;
  cursor: pointer;
}

.downloadpadding {
  padding: 5px;
}

.downloadlogo {
  height: 56px;
  width: 50px;
  margin: 5px;
  margin-left: 0px;
  text-align: center;
  float: left;
}
.title {
  font-weight: bold;
  color: #5e95cd;
}
.dlcat {
  text-align: right;
  margin-top: 12px;
}
