html, body { height: 100%; }
table td { vertical-align: top; }
p { font-family: Verdana, Arial, Helvetica; font-size: 11px; margin: 2em; }
h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(153,102,0);
	font-size:18px;
}
h2
{
	color: rgb(102,102,0);
	font-size:18px;
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(153,102,0);
}
h5
{
	color: rgb(102,0,0);
}
h6
{
	color: rgb(102,0,102);
	font-size: 10px;
}
#bar {
	background: #C17E37;
	border: 1px solid;
	border-color: #ffffff #ACA899 #ACA899 #ffffff;
	padding: 3px;
	cursor: default;
}
.XulMenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    -moz-user-select: none;
}
.XulMenu .button2 {
    border: 0px solid #E5EF78;
    cursor: hand;
    position: relative;
}
.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    line-height: normal;
    padding: 5px 6px 4px 6px;
    border: 1px solid #663300;
    color: #FFFFFF;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu .button:hover {
    border-color: #ffffff #ACA899 #ACA899 #ffffff;
}
.XulMenu .button-active,
.XulMenu .button-active:hover {
    border-color: #ACA899 #ffffff #ffffff #ACA899;
}
.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #ffffff;
    line-height: normal;
    padding: 3px 30px 3px 20px;
    color: #000000;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #316AC5;
    color: #ffffff;
}
.XulMenu .section {
    background: #ffffff;
    border: 1px solid;
    border-color: #F1EFE2 #716F64 #716F64 #F1EFE2;
    padding: 2px 1px 1px 2px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.XulMenu .arrow {
	position:relative;    
	top: 7px;
    right: 8px;
    border: 0;
}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */
.pagelink {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:underline;
font-size:12px;
color:#000000;
}