BODY {font: 12px verdana; font-weight:normal; 
       margin-top:1pt; margin-left:2pt; 
       margin-right:2pt; background-color: #0080C0;
       scrollbar-3dlight-color : #95C5D5;
       	scrollbar-arrow-color : BLACK;
       	scrollbar-base-color : #FFCC00;
       	scrollbar-darkshadow-color : black;
       	scrollbar-face-color : #0080C0;
       	scrollbar-highlight-color : #F3EC79;
       	scrollbar-shadow-color : #000000;
       	scrollbar-track-color : #FFFFCC;
	color: Black;
       }
P {font: 12px verdana; font-weight:normal; color: black; }
.Pklein {font: 10px verdana; font-weight:normal; color: black; }
h1 {
	font-weight:bold;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
h2 {font: 12px verdana; font-weight:bold; color: black; }
TABLE {font: 11px verdana;}
.tabel_kader {font: 11px verdana; border: 1px solid #FFCC66;}
.table_solid { border: 5px solid #F8CEA0; }

TD {
	font: 12px verdana;
	color: black;
}
DL, DT (font-family: verdana;}
DD { font: 12px verdana; }
ul, ol, li {font: 12px verdana; color: black; margin-top:0pt; margin-left:12pt; margin-right:12pt; font-weight:normal; }
SMALL {font: 11px verdana; color: black;}
BIG {font: 20px verdana; font-weight:Bold}
H3  {font: 20px verdana; color: black; font-weight:Bold}
STRONG  {font: 14px Arial; font-weight:Bold}
SUP {font: 11px Arial; color: black;}
SUB {font: 11px Arial; color: black;}
B {font-weight:Bold}
I {font: font-style:italic; color: black}
EM {font-style:normal; font-weight:Bold}
EMP {font: 18px Arial; color: black; font-weight:Bold}
.Normal {font: 12px verdana; font-weight:normal; color: black; }

A:link { font-family: verdana;  color: #000000; text-decoration:none; font-weight:Bold}
A:vlink { font-family: verdana; color: #FF7700; text-decoration:none; font-weight:Bold}
A:visited { font-family: verdana; color: #000000; text-decoration:none; font-weight:Bold}
A:hover { font-family: verdana; color: #F08800; text-decoration:none; font-weight:Bold}
A:alink { font-family: verdana; color: #000000; text-decoration:none; font-weight:Bold}
A:active { font-family: verdana; color: #FF7700; text-decoration:none; font-weight:Bold}

A.link1:link { font-family: verdana;  color: #000000; text-decoration:none; font-weight:normal}
A.link1:vlink { font-family: verdana; color: #FF7700; text-decoration:none; font-weight:normal}
A.link1:visited { font-family: verdana; color: #000000; text-decoration:none; font-weight:normal}
A.link1:hover { font-family: verdana; color: #F08800; text-decoration:none; font-weight:Bold}
A.link1:alink { font-family: verdana; color: #000000; text-decoration:none; font-weight:normal}
A.link1:active { font-family: verdana; color: #FF7700; text-decoration:none; font-weight:normal}

.kop1 {font-size: 24pt; font-family: Geometr231 BT,helvetica,tahoma,verdana,arial; color: withe}
.kop2 {font-size: 18pt; font-family: Geometr231 BT,helvetica,tahoma,verdana,arial; color: withe}
.kop3 {font-size: 14pt; font-family: Geometr231 BT,helvetica,tahoma,verdana,arial; color: withe}
.kop4 {font-size: 8pt; font-family: Geometr231 BT,helvetica,tahoma,verdana,arial; color: withe}
.kop6 {font-size: 24pt; font-family: Geometr231 BT,helvetica,tahoma,verdana,arial; color: withe}

BUTTON { outline: #FFAA00 double thin }

INPUT {background-color: #FFFFcc; color: black; font-family: Verdana; font-size: 8 pt; border-style: solid;
    border-width: 1; padding-left: 1; padding-right: 1; padding-top: 1; padding-bottom: 1;}

SELECT {background-color: #FFFFcc; color: black; font-family: Verdana; font-size: 8 pt; border-style: solid;
    border-width: 1; padding-left: 1; padding-right: 1; padding-top: 1; padding-bottom: 1;}


TEXTAREA {padding:1; background-color: #FFFFcc; color: black;border: 1px solid black;
     font-family: Verdana; font-size: 8 pt; border-top-style:solid; border-right-style:solid;
     border-bottom-style:solid; border-left-style:solid; border-top-width:1px;
     border-right-width:1px; border-bottom-width:1px; border-left-width:1px}

ul {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	background-color:#fff;
	border-bottom: 1px solid #8CDAFF;
	float: left;
	clear: left;
}

ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}

ul li a {
	text-decoration: none;
	float:left;
	color: #999;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

ul li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

/*GREEN*/

ul.green li a.current, ul.green li a:hover  {
 	color: #576d07;
	background: url(images/green.png) no-repeat top right;
}

ul.green li a.current span, ul.green li a:hover span {
	background: url(images/green.png) no-repeat top left;
}

/*BLUE*/
ul.blue li a.current, ul.blue li a:hover {
	background: url(images/blue.png) no-repeat top right;
 	color: #0d5f83;
}

ul.blue li a.current span, ul.blue li a:hover span {
	background: url(images/blue.png) no-repeat top left;
}

/*PINK*/
ul.pink li a:hover {
 	color: #860737;
	background: url(images/pink.png) no-repeat top right;
}

ul.pink li a:hover span {
	background: url(images/pink.png) no-repeat top left;
}

ul.pink li a.current {
	background: url(images/pink.png) no-repeat top right;
 	color: #860737;
}

ul.pink li a.current span {
	background: url(images/pink.png) no-repeat top left;
}

/*RED*/
ul.red li a:hover {
 	color: #fff;
	background: url(images/red.png) no-repeat top right;
}

ul.red li a:hover span {
	background: url(images/red.png) no-repeat top left;
}

ul.red li a.current {
	background: url(images/red.png) no-repeat top right;
 	color: #fff;
}

ul.red li a.current span {
	background: url(images/red.png) no-repeat top left;
}
