body {
color: #FFFCFC;
font-family:Verdana;
font-size:8pt;
}

td {
color: #FFFCFC;
font-family:Verdana;
font-size:9pt;
}

a.menu, a.menu:visited {
font-family:Times;
font-size:12pt;
color: #FFFCFC;
text-decoration: none }

a.menu:hover, a.menu:active {
font-family:Times;
font-size:12pt;
color: #FFFCFC;
text-decoration: underline }

a.new_menu, a.new_menu:visited {
font-family:Verdana;
font-size:8pt;
color: #0000D0;
text-decoration: none }

a.new_menu:hover, a.new_menu:active {
font-family:Verdana;
font-size:8pt;
color: #0000D0;
text-decoration: underline }

td.menu {
font-family:Times;
font-size:14pt;
font-style:bold;
color: #FFFCFC;
}

td.new_tabelkop {
	font-size:8pt;
	font-weight:bold;
	background-color:#EEEEEE;
	color:#000000;
}
td.new_tabelcel {
	font-size:8pt;
	background-color:#FFFFFF;
	color:#000000;
}
input.new_input {
	font-size:8pt;
}

input.required {
	border: 1px #808080 solid;
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	padding-right: 13px;
	background-image: url('/images/input_required.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

input.checked {
	border: 1px #808080 solid;
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	padding-right: 13px;
	background-image: url('/images/input_checked.gif');
	background-repeat: no-repeat;
	background-position: right center;
}
