body {
	color: #303030;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover,
.active,
.current_page_item a,
.current_page_ancestor a,
.current_page_parent a {
	color: #9de3cf;
	text-decoration: underline;
}
a,
a:hover,
a:focus {
	outline: none;
	-moz-outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	clear: both;
	color: #9de3cf;
}
h2 {
	font-size: 19px;
	margin: 10px 0 2px 0;
}
h3 {
	
	font-family: Helvetica, Arial, sans-serif;
	line-height: 133%;
	margin: 10px 0 5px 0;
	font-size: 16px;
}
h4 {
	font-style: normal;
	font-weight: normal;
	margin: 10px 0 3px 0;
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

p, ul, ol {
	margin: 10px 0 0 5px;
	padding: 0;
}

ul, ol {
	padding: 0 0 0 20px;
}
ul {
	list-style: disc outside;
}

.alignleft {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding-top: 5px;
}
.alignright,
img [align="right"] {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	padding-top: 0;
}
.content-alignleft {
	margin: 0 0 10px 215px;
	padding: 0;
}
.content-alignright {
	margin: 0 215px 10px 0;
	padding: 0;

	text-align: justify;
}

#content a {
	font-weight: bold;
	color: #060406;
}
#content a:hover,
#content .active {
	text-decoration: underline;
}

/* !Expandables, Newslist */
.newslist h2.entry-content,
.newslist h3.entry-content,
.newslist h4.entry-content,
.newslist h5.entry-content,
.newslist h6.entry-content {
	margin: 5px 0 10px 0;
	padding: 8px 0 0 0;
	border-top: 1px solid black;
	outline: none;
	-moz-outline: none;
	cursor: pointer;
}
.newslist h2.first,
.newslist h3.first,
.newslist h4.first,
.newslist h5.first,
.newslist h6.first {
	border-top: none;
}
.newslist h2.entry-content,
.newslist h2.entry-content a,
.newslist h3.entry-content,
.newslist h3.entry-content a,
.newslist h4.entry-content,
.newslist h4.entry-content a,
.newslist h5.entry-content,
.newslist h5.entry-content a,
.newslist h6.entry-content,
.newslist h6.entry-content a {
	color: black;
	font-weight: normal;
}
.newslist div.entry-content {
	margin: 0;
	padding: 0;
}
.newslist div.entry-content p {
	display: inline;
	margin: 0;
	padding: 0;
}
.newslist div.entry-content .userpict {
	float: right;
	margin: 0 0 5px 10px;
}

.sub a {font-weight:bold;}