@import url(basics.css);

* {
	background-color: white !important;
	color: black !important;
	line-height: 16pt !important;
	margin-top: 0pt !important;
	margin-bottom: 0pt !important;
	padding-top: 0pt !important;
	padding-bottom: 0pt !important;
	}

h1 {
	font-size: 16pt !important;
	font-weight: bold !important;
	}


h2 {
	font-size: 14pt !important;
	padding-top: 16pt !important;
	}

h3 {
	font-size: 12pt !important;
	font-weight: normal !important;
	padding-bottom: 16pt !important;
	}

h3.closing {
	padding-top: 16pt !important;
	padding-bottom: 0pt !important;
	}

h4 {
	font-size: 10pt !important;
	font-weight: 800 !important;
	font-style: normal !important;
	}

p, ul, dl, ol   {
	font-size: 10pt !important;
	}

#nav, #footer {
	display: none;
	}
	
.floatRight {
	margin-left: 16pt;
	}

.floatLeft {
	margin-right: 16pt;
	}

.imgReplace {
	text-indent: inherit;
	line-height: inherit;
	overflow: visible;
	background-image: none;
	}

#title {
	font-size: 2.4em;
	margin-bottom: 1em;
	}

.menu h2 {
	border-bottom: 2pt solid gray;
	padding-top: 30pt !important;
	padding-bottom: 2pt !important;
	}

.menu h4 {
	border-bottom: 1pt dashed black;
	}

.menu h4.legend {
	border-bottom: none;
	}