body,td,p{
	color: #4B0E05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.header_td{
	background:#4B0E05;
	opacity: 0.6;
	filter: alpha(opacity=80);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.block_border{
	border: 1px dashed #4B0E05;
}

a{
	color: #4B0E05;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a:link{
	font-weight: bold;
}
a:hover{
	font-weight: bold;
}


/************************
  expanding menu style: 
************************/
ul#menu {
  width: 200px;
  list-style-type: circle;
  /*border-top: solid 1px #b9a894;*/
  margin-left: 20;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin-left: 10px;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #4b0e05;
  font-weight: bold;
}

ul#menu li {
  /*border-bottom: solid 1px #b9a894;*/
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
  font-weight: bold;
}

ul#menu a:hover {
	font-weight: bold;
}

ul#menu a.active {
	font-weight: bold;
}