h2
{
   color: #658A16;
}

h3
{
   color: #5F6C30;
   background-color: #E5EEC4;
}

.main 
{ 
   font-family: Georgia, Palatino, "Times New Roman", Times, serif; 
}  
.bluemoonCode 
{ 
   font-family: "Lucida Console", Monaco, monospace; 
   white-space:pre; 
}

a
{
   outline: none;
}

a:link 
{ 
   text-decoration: none;
   color: #0F67A1;
}  
a:visited 
{ 
   text-decoration: none;
   color: #0F67A1;

/*
#8D2528
*/
} 
a:focus
{ 
   text-decoration: underline;
   color: #0F67A1;
}  
a:hover 
{ 
   text-decoration: underline;
   color: #0F67A1;
}   
a:active 
{ 
   text-decoration: underline;
   color: #192839;
}  

table
{
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   border-width: 0px;   
   border-spacing: 0px;
}

.bluemoonFig 
{ 
   padding-left: 2em;
   font-family: "Lucida Console", Monaco, monospace; 
   background-color: #e8e8e8;
   white-space:pre; 
   display: block;  
}
/*
   text-indent: 3em;

*/
.header
{
   background-color:#E8E9E3;
}
/*
   color:ff6600;
*/      

.synopsis
{
   text-indent: 3em;
   font-family: "Lucida Console", Monaco, monospace; 
   background-color: #e8e8e8;
   white-space:pre; 
   display: block;  
}
/*   text-indent: 5em  */

.section-title
{
   background-color:#ff6600; 
   color:#ffffff;
   font-weight:bold;
}

.std-links
{
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
}

.section-title > a
{
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
}

.par 
{ 
   text-indent: 3ex 
}

a.doc-link
{
   color:#7788cc;
}

.moonlight-content
{
	display:none;
}