
body { 
   font-family: Arial,Helvetica;
/*   background-color: rgb(234,225,189);   */
   background-color: rgb(255,255,255);
   margin-top: 5px;
}
a {
   font-size: 10pt;
}
a.bloglink {
   font-size: 10pt;
   color: rgb(80,102,110);
   text-decoration: none;
}
a.small {
   font-size: 8pt;
}
p {
   font-family: arial,Helvetica;
   font-size: 10pt;
   color: rgb(0,0,51);
}
.small {
   font-size: 8pt;
}
li {
   font-family: arial,Helvetica;
   font-size: 11pt;
}
h3 {
   font-family: arial,Helvetica;
   font-size: 12pt;
   color: rgb(80,102,110);
}
h2 {
   font-family: arial,Helvetica;
   font-size: 14pt;
   color: rgb(80,102,110);
}
td.navbar {
   background-color: rgb(234,225,189);
}
td.outer {
   border-bottom: 2px solid rgb(80,102,110); 
   border-left: 2px solid rgb(80,102,110); 
   border-top: 2px solid rgb(80,102,110); 
   border-right: 2px solid rgb(80,102,110); 
}
td.header {
/*   border-bottom: 1px solid rgb(80,102,110); */
}
td.main {
/*   border-bottom: 1px solid rgb(80,102,110); */
}
td.active {
   font-size: 10pt;
   color: rgb(0,0,0);
   align:left;
}

a.navbar {
   font-size: 10pt;
   text-decoration: none;
   color: rgb(0,0,102);
}
a.navbar:hover {
   color: rgb(255,153,0);
}
table.mainwrapper {
   background-color: rgb(255,255,255);
}
.collapsed {
   display: none;
}

.onDisplay {

   display: block;
}

