

p { 
	text-align:justify;
	font-family:"Trebuchet MS";
	font-size:0.9em;
} 

.info { 
	margin:3px 0;
	font-weight:bold;
	font-family:"Times New Roman";
	font-size:0.85em;
	text-align:left;
} 

.info_sel { 
	margin:5px 10px;
	font-weight:bold;
	font-family:"Times New Roman";
	color:#C00;
}

.info_gen { 
	font-weight:bold;
	font-family:"Times New Roman";
	font-size:0.85em;
	text-align:left;
}

.info a{
	font-family:"Times New Roman";
	line-height:1.4em;
}

.genplan {
	margin:15px auto;
	border-top: 1px dotted #ccc;
	font-size:0.85em;
	
}

p {
  line-height: 1.5em;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background:url(img/baton.jpg) left top repeat-x;
  color: #fff;
  font-weight:bold;
  padding: 0.5em;
  font-size:0.8em;
  font-family:"Tahoma";
}

ul#menu li a:hover {
  background:url(img/baton_over.jpg) left top repeat-x;
  color: #fff;
  font-weight:bold;
  font-size:0.8em;
  font-family:"Tahoma";
}

ul#menu li ul li a {
  background:url(img/sub_baton.jpg) left top repeat;
  color: #333;
  padding-left: 20px;
  border-bottom:1px dotted #333;
}

ul#menu li ul li a:hover {
  background:#fff;
  border-left: 5px #3b642c solid;
  border-bottom:1px dotted #3b642c;
  padding-left: 15px;
  color: #333;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }