body {
    background-color: darkgrey;
}
body {
	font-family: arial; font-size: 13px;
	color: #000;
}
a, a:visited { color: #000; }
/*h1 { font-size: 24px; }*/

p{
    font-family:"Arial", sans-serif;
    font-size:12px;
}
h1{
    font-family:"Arial", sans-serif;
    font-size:16px;
    font-weight: bold;
}
h2{
	font-family:"Arial", sans-serif;
    font-size:14px;
    font-weight: bold;
}
td{
    font-family:"Arial", sans-serif;
    font-size:12px;
}

.bar-menu {
}
.bar-menu .box1 {
   /* background: url("images/button1.gif") no-repeat; */
    color: #000;
}
.bar-menu .box1-hover {
   /*  background: url("images/button1.gif") no-repeat;  */
    color: white;
}
.bar-menu .box1-open {
  /*   background: url("images/button1-click.gif") no-repeat; */
    color: #000;
}
.bar-menu .box1-open-hover {
   /*  background: url("images/button1-click.gif") no-repeat; */
    color: white;
}
.bar-menu .box1,
.bar-menu .box1-hover,
.bar-menu .box1-open,
.bar-menu .box1-open-hover {
    text-indent: 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 31px;
    font-family: arial;
    cursor: pointer;
    width: 150px;
}
.bar-menu .section {
    background-color: #b5b5b6;
    font-family: arial;
    font-size: 13px;
    line-height: 15px;
    padding: 0 0 5px 10px;
    display: none;
}
.bar-menu .section a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .section a:hover {
    color: white;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .box2 {
    border-color: #5b5b5c;
    border-width: 1px;
    border-style: none none solid solid;
    padding: 1px 0 2px 6px;
}
.bar-menu .box2-hover {
    border-color: #271D11;
    border-width: 1px;
    border-style: none none solid solid;
    padding: 1px 0 2px 6px;
    background: grey;
}
    
    
#title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16;
	padding-left:5px;
	font-weight:bold;
	color:#003366;
}
#title a{
	text-decoration:none;
	color:#003366;
}
#title a:hover{
	color:#778899;
	text-decoration:underline;
	background-position:100% -42px;
}
#header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14;
	padding-left:5px;
	font-weight:bold;
	color:#003366;
}

#context {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13;
}

#context a{
	text-decoration:none;
	color:#003366;
}
#context a:hover{
	color:#778899;
	text-decoration:underline;
	background-position:100% -42px;
}
#columnHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14;
	padding-left:5px;
	color:#003366;
	border-bottom:1px solid #000000;
	background-color:#999999;
}

#tableHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16;
	font-weight:bold;
	padding-left:5px;
	color:#003366;
	border-bottom:1px solid #000000;
	background-color:#999999;
}
#tableHeader a{
	text-decoration:none;
	color:#003366;
}
#tableHeader a:hover{
	color:#000;
	text-decoration:underline;
	background-position:100% -42px;
}    
#notes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15;
}
#report {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
}
