body, div, h1, h2, h3, p, th, td {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background: #F1EDED;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

table.fusten{
	border-top: 1px solid black;
}

table.fusten tr {
	border-left: 1px solid black;
}

th {
	font-style: normal;
	font-weight: normal;
}

th {
	font-weight: bold;
}

td {
	padding: 3px 4px 2px 2px;
}

a:link, a:visited, a:hover {
	color: #63B01F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 8px;
}

h3 {
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

.bold {
	font-weight: bold !important;
}

div#page {
	position: relative;
	width: 230px;
	margin: 0px auto 0px auto;
	min-height: 100%;
	text-align: left;
	background: #FFFFFF;
}

* html div#page {
	height: 100%;
}

div#container {
	position: relative;
	min-height: 100%;
}
* html div#container {
	height: 100%;
}

div#header {
	height: 4px;
}

div#main-wrap {
	position: relative;
	padding-bottom: 4px;
}





#main {
	margin: auto;
	background-color: #63B01F;
	text-align: left;
	width: 190px;
	padding: 15px 15px 15px 15px;
	margin-top: 0;
	margin-bottom: 0;
}

#main-nav {
        display: none;
}

.box-corner {
	display: none;
}

#content-wrap {
	width: 180px;
	position: relative;
	padding: 4px;
	background-color: #FFFFFF;
}

#content {
	overflow: auto;
	padding: 0 10px;
}

#content h1 {
	color: #00370F;
	font-weight: bolder;
	font-size: 14px;
	text-align: center;
}

#content h2 {
	color: #00370F;
	font-weight: bolder;
	border-bottom: 1px solid #00370F;
	padding-top: 7px;
	font-size: 12px;	
}

#content h3 {
	color: #3E5C05;
        padding-top: 10px;
        padding-bottom: 0px;
        margin: 0px;
}

#content p {
	padding: 0px 0px 5px 0px;
}

div.fusten {
	float: left;
}

.align-right{
	text-align: right;
}

.intro {
	display: none;
}


div#footer {
	display: none;
}
