.dictionary {
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
}
.dictionary a {
	color: #006699;
	text-decoration: none;
}

.dictionary h1{
	font-size: 14px;
	color: #006699;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.dictionary p{
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.search-form {
	clear:both;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	margin-bottom: 15px;
}
.search-form label{
	font-size: 13px;
}
.search-form .searchterm{
	width:200px;
	font-size: 13px;
}
.search-form .submitbtn {
	font-size: 13px;
}

.categories {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	display: table;
}
.categories a {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	width: 33%;
	float: left;
}
.categories a:hover {
	text-decoration: underline;
}
.small_topics {
	width: 29%;
	clear: left;
	margin-bottom: 10px;
	display: table;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
.small_topics a {
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	width: 100%;
	float: left;
}
.small_topics a:hover {
	text-decoration: underline;
}
.pages {
	width: 66%;
	margin-left: 10px;
	display: block;
	margin-bottom: 10px;
	float: left;
	clear: right;
	
}.pages a {
	width: 45px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
.pages a:hover {
	text-decoration: underline;
}
.articles-list {
	width: 66%;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.articles-list h1 {
	font-size: 13px;
	color: #006699;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.articles-list p {
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.articles-list a {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}

.articles-list-table-line {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.articles-list-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}
.articles-list-title a {
	color: #006699;
	text-decoration: none;
}
.articles-list-title a:hover {
	text-decoration: underline;
}
.article_content {
	width: 66%;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}.article_content h1 {
	font-size: 13px;
	color: #006699;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.article_content a {
	color: #006699;
	text-decoration: none;
}
.article_hometext {
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 5px;
}
.article_bodytext {
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
}
