html, body, #holder, #content
{
        width: 100%;
        height: 100%;
        margin: 0; padding: 0;
}
body
{
        background-color: white;
        font-family: Trebuchet MS, Arial, Verdana;
	font-size: small;
}
#content
{
}
#holder
{
}
.note
{
  position:absolute;
  float: left;
  top:80px;
  left:105px;
  width: 250px;
}
.content
{
        height: 100%;
        overflow: auto;
}
.content .text
{
        margin: 1em;
}
a img
{
	border: 0px;
}
a
{
        text-decoration: none;
        color: #000000;
        font-weight: bold;
}
a:visited
{
        color: #666666;
}
a:hover
{
        text-decoration: underline;
}
h1 {	font-size: xx-large; }
h2 { 	font-size: x-large; }
h3 {	font-size: medium; }
h4 {	font-size: small; }

#topBar
{
	z-index: 999999;
	width: 100%;
}
#bottomBar
{
	width: 100%;
	z-index: 999999;
}
#topBar #pageBar
{
	border-bottom: 1px solid #ACBEDF;
}
#bottomBar #pageBar
{
	border-top: 1px solid #ACBEDF;
}
#pageBar
{
	clear: both;
	width: 100%;
	background-color: #E5ECF9;
}
#pageBar ul, #pageBar li
{
	padding: 0px;
	margin: 0px;
}
#pageBar ul
{
	display: block;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#pageBar li
{
	padding-left: 1em;
	border-bottom: 1px solid #E5ECF9;
	border-right: 1px dotted #ACBEDF;
	display: inline;
	padding-right: 1em;
	line-height: 1.6em;
}
#pageBar li.first
{
	border-left: 0px;
}
#pageBar .selected
{
	font-weight: bold;
}
#pageBar a
{
	font-weight: normal;
}