body {
    background-color: #fefefe;
    font-family: "Lucida Grande",Arial,Helvetica, sans-serif;
    margin: 25px auto;
    padding:0 30px;
    text-align:left;
    width:75%;
    color:#444;
}
    
h1,h2,h4 {
	color: #00486A;
}
    
h3  {
	color: #00699B;
} 

p, li {
    font-family: "Lucida Grande",Verdana, Arial,Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color:#444;
}
   
h1.title, h2.title {
	font-size: 16px;
	font-weight: 100;
	border-bottom:1px solid #999;
}
          
          
h3.title {
	font-weight: normal;
	font-size:14px;
}        
          
h4 {
	font-size:12px;
	font-weight:normal;
}  

a:link {
	color:#333;
}   


a:visited {
	color: #888;
}
           
a:hover {
	color:#555;
}

.revhistory {
	padding:2px;
	background-color:#efefef;
	padding:3px;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:2px solid #ccc;
	width:40%;
}

.revhistory th {
	color:#00699B;
	font-weight:501;
	font-size:14px;
}

.revhistory td {
	color:#666;
	font-size:11px;
}

#logo {
      text-align: right;
}

#logo img {
    border: 0;
}

.metadata a, .metadata span {
    font-size: x-small;
    padding-right: 10px;
    text-decoration: none;
}

.metadata span.status, .metadata span.version {
    padding-left: 10px;
    float: right;
}

.metadata span.version {
border-right: 1px Solid #aaa;
}

span.stdname {
    font-weight: bold;
}

div.standard, div.organization {
    margin-top: 30px;
//    border-top: 1px Solid #aaa;
}

div.standard p {
//    border: 1px Solid Red;
    margin-top: 0;
}

div.standard p.metadata {
    background-color: #eee;
    margin: 0 0 0 0;
}

div.standard {
    border: 1px Solid #ddd;
}

#toc ul {
}

a.top {
    float: right;
}

#footer {
                padding-bottom:30px;
                border-top:1px solid #ccc;
                }
                
                #footer p {
                                font-size:9px;
                                font-style:normal;
                                color:#888;
                                margin:0 0 0 15px;
                                padding:5px 0 0 0;
                                line-height:16px;
                                }
                                
                #footer a {
                                color:#888;
                                text-decoration:none;
                                }       
                                
                #footer a:hover {
                                color:#666;
                                background:transparent;
                                text-decoration:none;
                                }       
                                
