html { height: 100%; background-color: #fff; font: 12px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif; color: #333333; }
/* LINKIT */
a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #9BD248;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #00854F;
}
/* OTSIKOT */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 14px;
	color: #006633;
}
h2 {
	font-size: 14px;
	color: #006633;
}
h3 {
	font-size: 14px;
	color: #006633;
	padding-bottom:10px;
}
.basictab ul {
	padding:0;
}
.basictab li a {
	display:block;
	float:left;
	line-height:30px;
	padding:0 15px;
}
hr.hide{
	display:none;
}
