html {
	height:100%;
}
body {
	height:100%;
	font-family:Arial,sans-serif;
	font-size:10pt;
	color:#007D00;
	background-color:#191919;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	scrollbar-3dlight-color:#009600;
	scrollbar-darkshadow-color:#004B00;
	scrollbar-face-color:#142814;
	scrollbar-track-color:#142814;
	scrollbar-shadow-color:#009600;
	scrollbar-highlight-color:#007D00;
	scrollbar-base-color:#191919;
	scrollbar-arrow-color:#199619;
}
a:link {
	text-decoration: none;
	color:#00A600;
}
a:hover {
	text-decoration: underline;
	color:#00A600;
}
a:visited {
	text-decoration: none;
	color:#00A600;
}
.designtab {
	height: 100%;
}
hr {
	color:#007D00;
	background-color:#191919;
	width:100%;
	height:1px;
}