body, html {
	margin: auto 0 auto 0;
	font-family: verdana;
	font-size: 0.9em;
}

.header {
  background-image: url(img/title_back.gif); 
  background-repeat: repeat-x;
  width: 100%;
  border: 0px;
}

.logo {
	background-image: url(img/menu_logo.gif);
	background-repeat: no-repeat;
	width: 200px;
	background-position: right 15px;
	height: 70px;
	color: #ccf;
	font-size: 0.7em;
	vertical-align: top;
}

.top {
	vertical-align: top;
}

#content {
	text-align: justify;
	padding-left: 1%;
	padding-right: 1%;
}

.title {
	font-size: 2em;
	font-weight: bold;
}

.downloads {
	width: 100%;
	border: 0px;
	font-size: 0.7em;
}

.dcol1 {
	background-color: #ccc;
}

.dcol2 {
	background-color: #ccf;
}

.dcol3 {
	background-color: #66c;
	color: white;
}

.al {
	text-align: left;
}

.ar {
	text-align: right;
}

.vc {
	vertical-align: middle;
}

img {
	border: 0px;
}

.rsp {
	padding-right: 5px;
}

#impfoot {
	position: fixed;
	bottom: 3px;
	left: 3px;
	font-family: verdana;
	font-size: 0.7em;
}