body {
background: white;
}

body, p, td, th, a {
  font-family: "Arial","Helvetica",sans-serif;
  font-size: 12px;
  color: #000000;
}

H1 {
  font-weight: bold;
  font-size: large;
  line-height: 1.5;
}

H2 {
  font-weight: bold;
  font-size: medium;
  line-height: 1.5;
}

H3 {
  font-weight: bold;
  font-size: small;
  line-height: 1.5;
}

A {
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
  color: #800000;
}

.B {
background: black;
color: black;
}

.kolom-subhead {
font-family: "Tahoma", sans-serif;
font-size: 14px;
font-weight: bold;
color: black;
}

.kolom {
border-left: solid 1px #CCCCCC;
}

.kolom P, .kolom LI {
padding-left: 4px;
margin-top: 4px;
font-family: "Century Schoolbook", "Times", serif;
font-size: 14px;
color: black;
}

P.kolom-comment {
padding-left: 4px;
font-family: "Tahoma", "Helvetica", sans-serif;
font-size: 12px;
font-style: italic;
color: #990000;
}

.kolom H1 {
padding-left: 4px;
font-family: "Century Schoolbook", "Times", serif;
font-size: 22px;
font-style: italic;
line-height: 1;
}

.kolom H3 {
padding-left: 4px;
margin: 10px 0px 5px 0px;
font-family: "Century Schoolbook", "Times", serif;
font-size: 16px;
line-height: 1;
}

.kolom A {
font-family: "Century Schoolbook", "Times", serif;
font-size: 14px;
font-weight: normal;
text-decoration: underline;
color: #800000;
}

.bbox, .bbox-fullwidth, .bbox-tight {
background: #F7F7E7;
border: solid 1px #808080;
}

.bbox, .bbox-fullwidth {
padding: 5px;
}

.bbox-fullwidth {
width: 100%;
padding: 5px;
}

.bbox-tight {
padding: 0px;
}

TD.grey {
color: black;
font-size: 8pt;
border-color: black;
background: #dddddd;
}

TD.white {
color: black;
font-size: 8pt;
border-color: black;
background: #FFFFFF;
}

TH.blue {
font-size: 8pt;
color: white;
border-color: black;
background: #193e90;
}

TABLE.data {
	border: ridge 1px black;
	padding: 0px;margin:0px;
}

.data TH {
	border-bottom: solid 1px black;
	padding: 0px;
	margin: 0px;
}

.data TD {
	border-bottom: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	margin: 0px;
}
