@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 100%;
	color: #000000;
	background-color: #ffffff;
	width: 95%;
	margin: 20px;
}

.nav.primary,
.nav.secondary,
#footer ul,
p.print,
#header .logo{
	display: none;
}


p.strapline{
	font-size: 2em;
}
div#content{
	width: 100%;
	font-size: 100%;
}

th {
	text-align: left;
	font-size: 0.8em;
}
td {
	color: #000000;
	font-size: 0.8em;
}
a {				
	color: #000000;
}
a:visited{				
	color: #000000;
}
a:active{				
	color: #000000;
}
a:hover{				
	color: #000000;
}
			
h1{
	color: #000000;
}			
h2{
	color: #000000;
}				
h3{
	color: #000000;
	border-bottom: 1px solid #000000
}	
p{
	color: #000000;
}
b, strong{
	color: #000000;
}

li {
	font-size:1.2em;
}

ul ul li {
	font-size: 1.0em;
}

div.intro p {
	color: #000000;
	font-size:1.2em;
	line-height:1.6em;
}

.print_footer {
	border-top: 1px solid #000000;
	margin-top: 50px;
	padding-top: 5px;
	font-size: 0.8em;
}

form {
	display: none;
}

table{
	border: 1px solid #000;
	width: 95%;
}
table th{
	background-color: black;
	color: white;
}
table th, td{
	padding: 4px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

/* Vacancy presentation */
div#vacancy_description {
	margin-bottom: 15px;
	font-size: 1.2em;
}

