html
{
	overflow-y: scroll;
}

body
{
	font-family: Arial;
}

a
{
	color: #8474C7;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.glossarycontainer
{
	overflow: auto;
	display:none;
}

.glossarycontainer a
{
	text-decoration: underline;
	color: #000FFF;
}

.glossarycontainer table
{
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
}

.header
{
	font-weight: bold;
	color: #8474C7;
	font-size: 20px;
	padding: 10px;
	padding-bottom: 30px;
	text-decoration: underline;
}

.main_text
{
	width: 100%;
	background-color: white;
	float: left;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
}

.text_section_title_glos
{
	line-height: 20px;
	padding: 5px;
	font-weight: bold;
	color: #8474C7;
	font-size: 18px;
	border-top: solid 1px #9AB57F;
	width: 50%;
}

.text_section_desc_glos
{
	padding: 5px;
	border-top: solid 1px #9AB57F;
	width: 50%;
}

.text_section_desc_glos img
{
	max-width: 100%;
}

.categoryTitle
{
	background-color: white;
	color: #8474C7;
	font-size: 110%;
	font-weight: bold;
}

.horizontal_list li
{
	font-size: 14px;	
}