BODY {
  padding: 0;
  margin: 0;
  background: #FFFFFF url(../images/fn.jpg) no-repeat center top;
  width: 100%;
  display: table;
}
a {
color: black;
}

IMG  {
border: 0px;
}
INPUT {
border: 1px solid #333333;
}
TEXTAREA {
border: 1px solid #333333;
}
BODY, TD, P {
color: #333333; 
font-family: Verdana; 
font-size: 11px;
}
p{
display: block;
}
.hst1{
padding: 0;
margin: 0;
color: #333333;
font-family: Georgia;
font-size: 24px;
}
.text{
margin-top: 20px;
line-height: 150%;
}


#text{
margin-top: 20px;
line-height: 150%;
}
#textI{
margin-top: 0px;
line-height: 150%;
}

a.linkN{
font-family: Verdana;
color: #333333;
font-weight: normal;
text-decoration: none;
font-size: 12px;
}
a.linkN:hover{text-decoration: underline; color: #B8B6B6;}

.dataN {
color: #B8B6B6;
font-size: 10px;
}



a.link1{
font-family: Verdana;
color: #323232;
font-weight: normal;
text-decoration: underline;
}
a.link1:hover{text-decoration: none; color: #B8B6B6;}

a.link1z{
font-family: Verdana;
color: #323232;
font-weight: normal;
text-decoration: none;
}
a.link1z:hover{text-decoration: underline; color: #B8B6B6;}


a.link2{
font-family: Georgia;
font-size: 14px;
color: #333333;
font-weight: normal;
text-decoration: none;
font-weight: bold;
}
a.link2:hover{text-decoration: underline; color: #B8B6B6; font-family: Georgia; font-size: 14px; font-weight: bold;}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

.hidden {position: absolute; display: none;}
.visible {position: absolute; z-index: 100;}

