body,table {
    font-family:verdana,arial,sans-serif;
    font-size:8pt;
    color:#000000
}

a {
    color:yellow;
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    color:gold;
    text-decoration:underline;
}

.linkputih {
	color:#FFFFFF;
}

.linkputih:hover{
	color:#00CCFF;
}

INPUT.button {
    BORDER-RIGHT: #4169e1 2px outset;
    BORDER-TOP: #4169e1 2px outset;
    BORDER-LEFT: #4169e1 2px outset;
    COLOR: #ffffff;
    BORDER-BOTTOM: #4169e1 2px outset;
    BACKGROUND-COLOR: #4169e1
}

INPUT.button_disabled {
    BORDER-RIGHT: #CCCCCC 2px outset;
    BORDER-TOP: #CCCCCC 2px outset;
    BORDER-LEFT: #CCCCCC 2px outset;
    COLOR: #ffffff;
    BORDER-BOTTOM: #CCCCCC 2px outset;
    BACKGROUND-COLOR: #CCCCCC
}

INPUT.text {
    BORDER-RIGHT: dodgerblue 1px ridge;
    BORDER-TOP: dodgerblue 1px ridge;
    BORDER-LEFT: dodgerblue 1px ridge;
    BORDER-BOTTOM: dodgerblue 1px ridge
}

INPUT.text_disabled {
    BORDER-RIGHT: dodgerblue 1px ridge;
    BORDER-TOP: dodgerblue 1px ridge;
    BORDER-LEFT: dodgerblue 1px ridge;
    BORDER-BOTTOM: dodgerblue 1px ridge;
    BACKGROUND-COLOR: #CCCCCC;
}

P{
  MARGIN-TOP:2px;  
  MARGIN-BOTTOM:6px;
}

UL {
  margin-left:15pt;margin-top:0px;margin-bottom:0px;
	LIST-STYLE: square; MARGIN-BOTTOM: 5px; MARGIN-TOP: 5px
}

.subTitle {
  FONT-FAMILY:Arial;
  FONT-SIZE:12pt;
  FONT_WEIGHT:bold;
  COLOR: #000099;
}

.dark {
  COLOR: #000099;
}  

.full {
  BORDER : #999999 1px dotted;
  PADDING : 5px;
  FONT-SIZE: 9pt;
  BACKGROUND-COLOR:#FEFEFF;
}
