html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	/* color: #a7a7a7; */
	color: #555555;
} 

a {
	text-decoration: none;
	/* color: #a7a7a7; */
	color: #777777;
}

a:hover, .a_active {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: inline;
}

hr {
	color: #D5B587;
	border: 0px;
	border-top: 1px solid #D5B587;
}

ul {
	margin: 0px;
}

li {
	line-height: 160%;
}

ol {
	margin: 0px;
	padding-left: 20px;
}

.content_el a {
	text-decoration: underline;
	color: #55a4f5;
}

.content_el a:hover {
	text-decoration: none;
}

.word_cloud a {
	color: #777777;
}

.txt_info {
	color: #A90000;
	font-size: 90%;
}

.txt_info_blue {
	color: #333399;
	font-size: 90%;
}

.txt_right {
	text-align: right;
}

.txt_left {
	text-align: left;
}

.txt_center {
	text-align: center;
}

.txt_small {
	font-size: 90%;
}

.txt_bold {
	font-weight: bold;
}

.download_type_size {
    display: inline-block;
    font-size: 80%;
    margin-left: 5px;
}

.headline {
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	color: #6f6f6f;
}

.headline_middle {
	color: #d5b587;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}

.headline_sub {
	color: #d5b587;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.img_subline {
	font-size: 10px;
}

.txt_search {
	font-size: 125%;
	font-weight: bold;
}

.content_container {
	line-height: 19px;
}
