/* http://www.monneta.org
-------------------------------------------------------------------*/

#header, #topbar .search, #main #menu, #main #column, #main #column .box, #footer, img.left, img.right, img.full, img {
	display: none;
}

body, #wrapper, #main #content {
	color: black;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
	background-color: white;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

/* LAYOUT
-------------------------------------------------------------------*/

#main, #main #content {
	background-image: none;
}

#topbar {
	color: black;
	background-color: white;
}

/* TEXTFORMATE
-------------------------------------------------------------------*/

p {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 40px;
}

.intro {
	color: #464646;
	font-weight: bold;
	margin-bottom: 10px;
}

.date {
	color: #aaa;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	border-top: 1px dotted #aaa;
	clear: both;
}

.dotline {
	padding-top: 5px;
	border-top: 1px dotted #aaa;
}

.box {
	width: 100%;
	margin-bottom: 30px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1.5em;
}

h1 {
	color: #787878;
	font-size: 20pt;
	margin-bottom: 10px;
}

h2 {
	color: #50a000;
	font-size: 16pt;
}

h3 {
	color: #464646;
	font-size: 12pt;
}

#content ul {
	font-size: 12pt;
	margin-bottom: 30px;
}

#content li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}

/* LINKS
-------------------------------------------------------------------*/

a, a:visited {
	color: #787878;
	text-decoration: none;
}

a:hover {
	color: #50a000;
}

a.green, a:visited.green {
	color: #50a000;
}

a.green:hover {
	color: #464646;
}

a.white, a:visited.white {
	color: white;
}

a.white:hover {
	color: white;
	text-decoration: underline;
}

a.act, a:visited.act {
	font-weight: bold;
}
