.main, .main a {
  text-align: justify;
  font-size: 12pt;
}

.main h1, .main h2 {
  line-height: 100%;
}

.main h1 {
  font-size: 16pt;
}

.main h2 {
  font-size: 14pt;
}

.sidebar {
  float: right;
  background-color: #ccc;
  padding: 1ex;
  width: 45%;
  margin-left: 1ex;
}

ul.table_of_contents {
  list-style:none
}

ul.table_of_contents a {
  text-decoration: none;
}

ul.table_of_contents a:hover {
  text-decoration: underline;
}

.smaller, .smaller a {
  font-size: 10pt;
}


#black_bar2 {
	clear: both;
	height: 15px;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	padding: 25px 0;
	margin-bottom: 10px;
}
#black_bar2 a {
	color: #fff;
	text-decoration: none;
        font-size: 11px;
}
#black_bar2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#black_bar_left2 {
	float: left;
	clear: both;
	width: 185px;
	text-align: left;
	padding-left: 10px;
}
html>body #black_bar_left2 {width: 175px;}
#black_bar_left2 div {padding: 10px 0;}
#black_bar_right2 {
	float: left;
	padding: 0 0 0 15px;
}
#black_bar_right2 div {
	padding: 10px;
	margin-bottom: 5px;
	width: 555px;
}

