
body.fhPage {
	font-size:12pt ;
  text-align:center ;
	overflow:auto ;
  background-color:#ECF1F7;
	background-image:url(../common/images/bkiris.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	color:black;
}

table.fhContact
{
	font-size:.85em ;
	text-align:center;
	margin-top:1.5ex ;
	margin-bottom:1.5ex ;
 	width:85%;
}

td.fhContactTitle
{
  font-size:1.25em ;
	font-weight:bold ;
	font-variant: small-caps;
}

td.fhLocation
{
	font-weight:bold ;
  text-decoration:underline;
}

h1.fhHeader {
  font-size:2em ;
	font-weight:bold ;
  margin-bottom:-.5em ;
}

h2.fhHeader {
  font-size:1.5em ;
	font-weight:bold ;
  margin-bottom:-.5em ;
}

h3.fhHeader {
  font-size:.85em ;
	font-weight:normal;
 }

div.fhWelcome {
	font-size:1.05em ;
	line-height:1.5em;
	vertical-align:top ;
	margin-top:2ex ;
	margin-left:1.5em ;
	margin-right:1.5em ;
	margin-bottom:3em ;
	border-bottom:thin dotted silver ;
}

div.fhItem {
	font-size:1.05em ;
	text-align:justify ;  
	line-height:1.5em;
	vertical-align:top ;
	margin-top:0ex ;
	margin-bottom:2ex ;
	margin-left:1.5em ;
	margin-right:1.5em ;
	height:35ex ;
}

div.fhHelpMsg {
  font-size:1em ;
	font-style:italic;
	margin-top:-2em ;
	margin-bottom:1em;
  border-bottom:thin solid silver;
}

p.fhWelcome {
	font-size:2em ;
	font-weight:bold;
}
					
p.fhWelcomeText {
	text-align:justify ;
	text-indent:2em ;
	margin-bottom:0em ;
  margin-top:.5em;
}

p.fhItemTitle {
	font-size:1.5em ;
	font-weight:bold ;
	margin-bottom:0.5ex ; 
}

p.fhItemText {
	text-indent:2em ;
	margin-bottom:0em ;
  margin-top:.5em;
}


img.fhPictMid {
	margin-left:1.25em;
	border-style:double ;
}

img.fhPictrt {
	float:right ;
	margin-left:1.25em;
	border-style:groove ;
}

span.fhGoToTop {
  font-size:.75em ;
}

@media print {
	body.fhPage {
	  font-size:12pt ;
    text-align:center ;  
		background-image:none;
	  background:white ;
	  color:black ;
	}
	img.fhPictrt {
		margin-right:.75em;
		border-style:none ;
		height:26ex ;
	}
	span.fhGoToTop { 
		display:none 
	}
}

