BODY {
	background-color:#f2f9ba;
	height:100%;
	width:100%;
	margin:0;
	text-align:center;
}
BODY,TD,SELECT,INPUT,TEXTAREA {
	font-family:tahoma;
	font-size:11px;
	color:#406040;
}
INPUT.box,SELECT,TEXTAREA {
	border:1px solid #7f9db9;
	background:white;
}
INPUT.box {
	padding:2;
	height:19;
}
SELECT {
	margin:1 0 1 0;
}
FORM {
	margin:0;
}
A {
	color:#509e2a;
}
A.userinfo {
	border:1px solid #e0ef98;
	padding:1 3 1 3;
	height:15px;
	text-decoration:none;
}
A.userinfo:hover {
	border:1px solid white;
	background:#f2f9ba;
	color:#006000;
	padding:1 3 1 3;
	height:15px;
	text-decoration:none;
}
A.nav {
	color:#ffffe0;
	border:1px solid #2b5010;
	padding:1 3 1 3;
	height:15px;
	text-decoration:none;
}
A.nav:hover {
	border:1px solid #72af45;
	background:#40860c;
	color:white;
	padding:1 3 1 3;
	height:15px;
	text-decoration:none;
}
H1 {
	margin:0 0 12 0;
	font-family:trebuchet ms,arial;
	font-size:22px;
	letter-spacing:-1;
	color:#204020;
}

.navigation {
	border-top:1px solid #202020;
	background-color:#2b5010;
	text-align:right;
	width:100%;
}
.userinfodiv {
	border-top:1px solid #202020;
	border-bottom:1px solid #709070;
	background-color:#e0ef98;
	text-align:right;
	width:100%;
}
.maintable {
	height:100%;
	width:750px;
	border-left:1px solid #709070;
	border-right:1px solid #709070;
	background:#ffffe0;
}
.content {
	padding:20 20 12 20; text-align:justify;
}
.copyright {
	padding: 4;
	text-align:center;
	font-family:verdana,tahoma,arial;
	font-size:10px;
	letter-spacing:-1;
}
.kader {
	border:1px solid #c5c67f;
	background-color:#fffff3;
	padding: 8 12 8 12;
	zwidth:100%;
}

.taboff {
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	padding:2 4 2 4;
	filter:alpha(opacity=40);
	background:#e0ef98;
	color:#000000;
	cursor:hand;
	height:15px;
}
.tabon {
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	padding:2 4 3 4;
	background:#2b5010;
	color:white;
	cursor:hand;
}
