	form {
		display: inline;
	}
	input, select {
		font-size: 9pt;
	}
	.input {
		width: 130px;
	}
	a.mail {
		color: black;
	}
	.border {
		background-image: url('../img/a.jpg'); border: 1px solid #FFFFFF;
		background-position:  center 50%; background-repeat: no-repeat
	}
	.layerwindow {
		position: absolute; visibility: hidden; z-index: 6000;
	}
	.invisible {
		visibility: hidden; display: none; color: #009494;
		background-color: #009494; z-index: 0;
	}

	/* Fonts */
	.tall {
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 12pt;
		font-weight: bold;
	}
	.medium {
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 10pt;
		font-weight: bold; text-align: right;
	}
	.small {
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 10pt;
	}
	.footer {
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 9pt;
		font-weight: bold;
	}
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
