/* styles.css  */


p, ul, ol, li, td, th {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    }    

ol li {
	margin-top: 10px;
    }    
    	
H2  {
    font-family : Arial, Helvetica, sans-serif;
    color: #AA5D91;
    }

H3  {
    font-family : Arial, Helvetica, sans-serif;
    color: #AA5D91;
    }

H4  {
    font-family : Arial, Helvetica, sans-serif;
    color: #000066;
    }
H5  {
    font-family : Arial, Helvetica, sans-serif;
    } 
 
#skip a, #skip a:hover, #skip a:visited  {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
#skip a:active, #skip a:focus {
    position:static;
    display: block;
    width:auto;
    height:auto;
}

/* Specific Classes */    
    
.center {
     font-weight: bold;
	 color: #9D5385;
}

.footer {
	  color: #ffffff;
	  text-decoration: none;
	  font-family : Arial, Helvetica, sans-serif;
          font-size : 10pt;
	  font-weight: bold;
    }
    
a.nav:link { 
	color: #990000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.nav:visited { 
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #990000;
}

a.nav:active { 
        font-family : Arial, Helvetica, sans-serif;
	color: #FF0000;
}


a.nav:hover { 
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	color: #FF0000;
}
    
a.glossary:link { 
	color: blue;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.glossary:visited { 
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: blue;
}

a.glossary:hover { 
	color: blue;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

      
     
      


.font_sm {font-size : smaller }	
.cellcolor_primary { background: #E0E0CC; }
.cellcolor_secondary { background: #f1f1e7; }

H3.close  {margin-bottom: 6px}
H4.close  {margin-bottom: 6px}
 
UL.spaced {margin-top: 1px}
LI.spaced {margin-top: 6px}
P.spaced  {margin-bottom: 4px}

.osteobox {
  border: solid 2px #0000CC;
  color: #000099;
  font-weight: bold;
  text-align: center;  
  }
  
  
H2.osteo  {
    font-family : Arial, Helvetica, sans-serif;
    color: #000099;
    }
.whitetext  {
    font-family : Arial, Helvetica, sans-serif;
	font-size: 16pt;
    color: #FFFFFF;
    }
  
