/* Presentation Stylesheet */ 

body { 
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 80%; 
 }

h1, h2, h3, h4 { color: #333333; }

p, ol, ul, pre {  color: #001111; text-align: left; }

p { margin-top: 1em; }

tt { font-size: larger; }

.news { /*font-weight: 100;*/ font-size: 75%; color:#666699; text-align: left; padding: 10px; }

.copyright { /*font-weight: 100;*/   text-align: center; font-size: 70%; color:#999999 }

.table-item  { /*margin-left: 20px ; margin-right: 20px;*/ font-size: 75%; color:#555555; text-align: left; margin-top: 0;}

.accent {  color: #996600; /*#CC6600;*/ text-align: left; }
img { border: none; }

a {text-decoration:none} 
a:visited {color:#003399} 
a:hover {/*text-decoration:underline*/ color:#ff5566}

pre {
 text-align:left;
 margin:0;
 padding:20px 0;
 }

.menu	{ /* a single line of a menu */
  margin-left: 8px; margin-right: 8px; margin-top: 2px;
 }

.menu-item	{
  font-weight: bold;
}


a.menu-item:visited	{color:#003399} 
a.menu-item {text-decoration:none} 
a:hover.menu-item {/*text-decoration:underline*/ color:#ff5566}

#sub-menu {
  margin-left: 0; 
  height: 1.2em;
}

#sub-menu a	{
  color: #765;
  margin-right: 20px;
  text-align: left ;
  /*font-family: "New Century Schoolbook", Times, serif ;*/
  vertical-align: middle ;
  text-decoration: none; 
}

#sub-menu a:hover { background: #d5d0ba; }

.picture-caption {
  font-size: smaller;
  font-decoration: italic;
}

.item-title {
  width: 100%;
  margin-left: -8px; margin-right: -8px;
  text-indent: 8px; 
  font-weight: bold;
  background: #DEE6EB;
  padding-top: 10px; padding-bottom: 10px;
  border-top: solid 1px /*#765*/ #7A94A3;
  border-bottom: solid 1px /*#765*/ #7A94A3;
}

.item-date {
  font-weight: normal;
  color: #888;
  font-decoration: italic;
}

.item-content {
}
