* {
	border: none;
	margin: 0;
	padding: 0;
}

p {
	padding: 0.2em;
}

body {
	background: white;
	color: #303030;
	font: normal 12px Verdana, sans-serif;
}

div, p, h1, h2, h3, h4 ,h5{
	text-align: left;
}

h1 {
	padding-top: 20px;
	font-weight: bold;
	font-size: 16px;
}

h2 {
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
}

input, textarea, select {
	border: 1px solid black;
	margin: 3px;
	padding: 1px;
}

p.subtitle {
	margin-top: 1px;
	font: normal 10px Verdana, sans-serif;
}

a {
	color: #099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.invisible {
	display: none;
}

div.headline {
	
}

#content_div div {
	margin-top: 8px;
}

#content_div ul {
	padding-left: 10px;
}

div.pageerror, div.pagemessage {
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
}

div.pageerror a {

}

p.linkheader {
	text-align: right;
}

p.label, span.label {
	font: normal 12px Verdana, sans-serif;
}

div.news {
	font: normal 12px Verdana, sans-serif;
}

div.question, div.answer {
	margin: 0px 0px -6px 0px;
}

#content_div ol, #content_div ul {
	padding: 5px 0px 5px 20px;
}

div.faq p.question, div.faq p.answer {
	font-weight: normal;
}

div.faq span.header {
	font-weight: bold;
}

div.faq p.headline a {
	font-weight: bold;
	margin-bottom: -3px;
}

div.faq p.headline a.pos {
	color: #00bb00;
}

div.faq p.headline a.neg {
	color: #bb0000;
}

div.faq p.headline a.disabled {
	color: black;
	text-decoration: none;
}

table.dltable, table.archivetable {
	width: 700px;
	font-size: 12px;
	margin: 10px auto 0 auto;
	border: 1px solid #ccc;
}

table.dltable td, table.archivetable td {
	text-align: left;
	padding: 2px;
}

table.dltable th, table.archivetable th {
	text-align: left;
	padding: 2px;
}

tr.news {
	background-color: #ffffff;
}

tr.header {background-color: #c8c8c8;}
tr.light {background-color: #e8e8e8;}
tr.light:hover {background-color: #efe;}
tr.dark {background-color: #d8d8d8;}
tr.dark:hover {background-color: #efe;}

table.dltable a {
	color: #066;
}



















