html, div, p, h1, h2, h3, ul, ol, span, a, table, form, img, li {
	font: 100.01% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Arial, Sans-Serif;
	font-size:13px; line-height: 16px;
	list-style: none;
	color: #444;}
	
form input {
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	font-size:14px;
	}
	
th {
	background: url(/pictures/basis/hg-head.png) repeat-x;
	padding: 2px 0px 2px 6px;
	height: 30px;
	color: #800;
	font-weight: bold;
	font-size: 14px;
	text-align: left;}

td {
	background-color: #fbfbfb;
	padding: 2px 0px 2px 6px;
	font-size: 12px;
	height: 28px;
	line-height: 13px;}
	
h1 {
	color: #800;
	font-size: 16px;
	line-height: 20px;
	font-weight:bold;}
	
a, a:visited {
	color: #333;
	text-decoration: underline;}

a:hover, a:active {
	color: #800;
	text-decoration: underline;}

input, textarea {
	font-size:14px;
	color:#444;
	margin:4px 0px 4px 0px;}

.type-text, textarea {
	width: 310px;
	border: 1px solid #bbb;}

.type-text {
	height:22px;
	padding:2px 0px 0px 4px;
	font-family:"Courier New", Courier, mono;}

textarea {
	height: 60px;
	padding-left:4px;
	}
	
.check {
	padding:0px;
	margin:0px;}

.button {
	background-color:#eee;
	color:#555;}
