body {
	color: Black;
	background-color: White;
	font-family: Verdana;
	font-size: 10pt;
	height:;
	margin: 0;
	padding: 0;
	overflow:;
}

.container {
	position: absolute;
	left: 20%;
	width: 60%;
	z-index: 1;
	text-align: center;
}

.content {
	border-top: Green 4px solid;
	border-bottom: Green 4px solid;
}

.logos {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	text-align: center;
}

table, input, textarea, select, option {
	font-size: 10pt;
}

h1 {
	font-size: 140%;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

a, a:visited, a:active {
	color: Black;
}

.title {
	font-size: 180%;
	font-weight: bold;
	color: Black;
	letter-spacing: 0.2em;
}

.slogan {
	font-size: 110%;
	font-weight: 600;
	font-variant: small-caps;
	color: Black;
}

.block_center_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.block_center_left {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.box {
	border: Green 1px solid;
	padding: 1px 5px 1px 5px;
}

.employees {
}

.employee_name {
	font-weight: bold;
}

.availability {
	font-style: italic;
}

.discrete {
	font-size: 70%;
}

