/* the styles for the HTML elements */
body {
    margin-top: 0pt;
	font-family: 'Franklin Gothic Medium Cond', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #393939;
	background-color: #F5F5F5;
	text-align: center;
}
@font-face { font-family: 'Franklin Gothic Medium Cond';
			 src: url('FRAMDCN.TTF');
}

img {margin-bottom: 0em; padding-bottom: 0em;}

h1 {    font-size: 40pt;
		margin: 0; padding: 0em;
		color: #2692FF;
}
h2 {	font-size: 25pt;
		margin: 0; padding: 0em;
		color: inherit;
}
h3 { 	font-size: 20pt;
		margin: 0; padding: 0em;
		color: #D80000;
	}

.headUnit {background-color: #FFFFFF; border-bottom: thin solid #212121; margin-bottom: 0em; padding-bottom: 0em;}

.mainStage {background-color: #FFFFFF;
			border-top: solid thick #E8E8E8;
			border-bottom: solid thick #E8E8E8;
			margin-top: 8em; margin-bottom: 5em;
			padding-top: 8em; padding-bottom: 8em;}