body  {
color: #000000;
background-color: #F8F5ED;
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
font-size: 13px;
}

a:link { 
  font-weight: normal; 
  text-decoration: none; 
  color: #974025;
}

a:visited { 
  font-weight: normal; 
  text-decoration: none; 
  color: #B4772E;
}

a:hover, a:active { 
  text-decoration: underline; 
  color: #555522;
}

p {
font-family: arial,sans-serif,helvetica,verdana;
font-size: 14px;
line-height: 19px;
text-align: left;
}

li {
font-family: arial,sans-serif,helvetica,verdana;
font-size: 14px;
line-height: 19px;
}

#topbar {
	position: absolute;
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
	background-color: #F8F5ED;
}

html > body #topbar {
	position: fixed;
}

div.scrll {
	height: auto;
	overflow: auto;
	padding-top: 90px;
}

p.hidden {
	color: #F8F5ED;
	font-size: 2pt;
}
