@charset "UTF-8";
/* CSS Document */
html {
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	margin: 0;
    background-color: #fff;
}

body {		
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
    background-color: #fff;
	
}

img {
	border: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
h1 {
	padding: 0;
	margin: 0;
}
h2 {
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}
.boldText {
	color: #0092c2 !important;
}
#header {
	margin-top: 15px;
	margin-bottom: 15px;
}
#content {
    background: #fff;
	padding-bottom: 15px;
}
#title h1{
	color: #002D82;
	font-family: 'gtwalsheimprobold';
	padding-top: 15px;
}
#nextfair h2{
	font-family: 'gtwalsheimprolight';
	font-size: 24px;
	color: #003EB5;
	line-height: normal;
}
#textContent p {
	font-family: "gtwalsheimprolight";
	font-size: 20px;
	color: #868686;
	width: 100%;
}
#textContent a {
	color: #868686;
	text-decoration: underline;
}
#textContent a:hover {
	color: #0092c2;
	text-decoration: underline;
}
#footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
}
#footer p{
	font-family: 'gtwalsheimprolight';
	color: #777777;
	font-size: 12px;
	text-align: center;	
}
#footer a{
	font-family: 'gtwalsheimprolight';
	color: #777777;
	font-size: 12px;
	text-align: center;	
}
#footer a:hover{
	font-family: 'gtwalsheimprolight';
	color: #0092c2;
	font-size: 12px;
	text-align: center;	
}
