  h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; color: #000000; 
    font-weight: bold; 
    letter-spacing: 2pt;
    border-bottom: 1px solid black;
  }

  h2, .csc-subheader { 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 12px; 
      color: #0099CC;  
      font-weight: bold;
		}

  h3 { 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 12px; 
      color: #0099CC; 
      font-weight: normal;
		}
		
  h4 { 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 12px; 
      color: #ffffff; 
      font-weight: bold;
      margin: 0em;
      border-width:thin;
      border-color: #0099cc;
      border-style:solid;    
      padding:0px;
      background-color:#0099cc;
		}

  ul {
      list-style-type: square;
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 12px; 
      color: black;
    }

/*bodytext*/    
/*
  ul li a {
      list-style-type: circle;
      color: #0099cc;
  }
*/
	p { margin: 0.5em 0 }

.bodytext {

		font-size: 12px;
    color: black;
}

.tr-even {
    font-family: arial, helvetica; 
		font-size: 12px;
    color: black;
    background: #DCEEFB;
}

.tr-odd {
    font-family: arial, helvetica; 
		font-size: 12px;
    color: black;
    background: white;
}

#right .csc-sitemap ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#right .csc-sitemap a:link, #right .csc-sitemap a:visited, #right .csc-sitemap a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: black;
  padding-left: 10px;
  letter-spacing: 1pt;
  line-height: 14px;
  text-decoration: none 
}

#right .csc-sitemap li{
    border-bottom: 1px solid #CCCCCC;
    padding: 2px 0px;
}
