

body, td, th, p, form, div, blockquote, ul, ol, dl {
	COLOR: black;
	FONT-FAMILY:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt; 
	}

h1, h2, h3, h4, h5, h6 {
	COLOR: black;
	FONT-FAMILY:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12pt; 
	}

a:link {
	color: #748EAC;
	text-decoration: none;
}
a:visited{
	color: #748EAC;
	text-decoration: none;
}

.headline{
	font-size: 12px;
	font-weight: bold;
	color: #456890;
}
.subHeadline{
	font-size: 10px;
	font-weight: bold;
	color: #748EAC;
}
.address{
	font-style: italic;
	font-weight: bold;
	color: #939597;
}


@media print {
  @page         { margin: 5% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
 

.noshow {display: none}

