/*
// File written by Jochen "Khuri" Höhmann <khuri@khuris.com>
// Copyright 2010
//
// File        : main.css
// Begin       : 2009.12.06 14:34:22
// Last Update : 2010.02.02 19:43:57
*/

/* This file includes only basic tag specifications, no classes */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	overflow: scroll;
}
body, td, pre {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	background-color: #FFF;
}
fieldset {
	border: 1px solid #C0C0C0;
	padding: 6px;
}
fieldset td {
	vertical-align: top;
}
legend {
	margin: 0px 6px 0px 6px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}
pre {font-family: Courier,Courier New,sans-serif;}
h1,h2,h3,h4 {
	font-size: 12pt;
	line-height: 19px;
	font-weight: bold;
	margin: 4px 0px 24px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5F4709;
}
hr {
	border-bottom: 1px solid #C0C0C0;
	width: 100%;
	margin: 8px 0px;
}
ul {
	padding: 4px 0px 4px 14px;
	list-style-type: disc;
}
ol {padding: 4px 0px 4px 22px;}
p {margin: 16px 0px;}
h2 {
	font-size: 11pt;
	line-height: 18px;
	margin: 4px 0px 20px 0px;
}
h3 {
	font-size: 10pt;
	line-height: 17px;
	margin: 4px 0px 16px 0px;
}
h4 {
	font-size: 9pt;
	line-height: 16px;
	margin: 4px 0px 12px 0px;
}
img {border: 0px;}
blockquote {margin-left: 20px;}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
a:hover {
	color: #33CC00;
	text-decoration: none;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	border: 1px solid #808080;
}
select,textarea {
	background-color: #fff;
}
input:hover {
	background-color: #DFDFDF;
}
label:hover {
	cursor: pointer;
}

