body {
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 10pt; /*x-small;*/
	color: #006600;
	background-color: #FFFF99;
	background-image:  url('img/bg.gif');
	background-repeat: repeat-x;
	margin: 0px;
}

h1 {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	margin: 1em 0em 0em;
}

h2 {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	margin: 1em 0em 0em;
}

h3 {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; /*x-small;*/
	font-weight: bold;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 0px;
}
td {
	font-size: 10pt; /*x-small;*/
}
p {
	margin-top: 0pt; 
	font-size: 10pt; /*x-small;*/
/*	margin: 3pt 0px 0px;*/
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.mini {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: green;
	vertical-align: bottom;
	line-height: 6pt;
	height: 10pt
}

.desc2 {
	border-top: 1px solid green;
}

.desc {
	font-family: Arial, Helvetica, sans-serif;
	color: green;
	font-size: 10pt; /*x-small;*/
	border-top: 4px solid green;
	font-weight: bold;
	vertical-align: top;
}

.form {
	border: 1px solid #DDDDDD;
}

.msg {
	color: red;
}

.heading {
	margin-top: 8pt;
	margin-bottom: 0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
.publish {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: grey;
	margin: 0pt;
}

.content {
	padding: 2px 16px;
	background-color: #FFFFDA;
}

.pagenav {
	background-color: #C8C898;
}

.pagenav p.nav{
	margin: 4px 10px;
	font-family: Arial;
	font-size: 8pt;
	border-bottom: 1px solid #808080;
}
.pagenav form{
	margin: 0px;
}

.small {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #006600;
}

.intro {
	padding-left: 0px;
/*	line-height: 1.2li;
	letter-spacing: .5px;
*/
}


.list {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 8pt;
	border-bottom: 1px solid #00A000;
	line-height: 11pt;
	vertical-align: top;
}

.list a:link {
	font-weight: normal;
	text-decoration: none;
}

.list a:visited {
	font-weight: normal;
	text-decoration: none;
}

.list a:hover {
	color: red;
	text-decoration: underline;
}

.footer a:link, .footer a:visited {
	color: black;
	background-color: #FFFF99;
	text-decoration: none;
}

.footer a:hover {
	color: black;
	background-color: #FFFF99;
	text-decoration: underline;
}

.header a:link {
	color: black;
	background-color: #FFFF99;
	text-decoration: none;
}

.header a:visited {
	color: black;
	background-color: #FFFF99;
	text-decoration: none;
}
.header a:hover {
	color: black;
	text-decoration: underline;
}

.kampbutton, .kampbutton span {
	color: black;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
}
.kampbutton span {
	height: 20px; 
	width: 139px; 
	padding: 2px 10px; 
	border-bottom: 1px solid #808080;
}
a:link.kampbutton {
	color: black;
	text-decoration: none;
}
a:hover.kampbutton {
	color: white;
	background-color: black;
	text-decoration: none;
}
a:hover.kampbutton span{
	color: black;
	background-color: white;
	text-decoration: none;
}


