BODY {
    background-color: white;
    font-family: arial;
    font-size: 10pt;
	margin-top: 6pt;
	margin-left: 12pt;
	background-image: url(/images/grey2.gif);
	background-repeat: repeat-y;
}

H1 {
    background-color: white;
    color: darkblue;
    padding-left: 0.2em;
		font-family: courier new;
	  border-bottom: 3pt solid teal;
	  margin-bottom: 0pt;	  margin-top: 0pt;
}

H2 {
    color: darkblue;
}    

H3 {
    color: darkgreen;
}    

H4 {
    color: darkblue;
}
  
HR {
    color: teal;
    height: 1pt;
}  

DIV.dszFooter {
    margin-top: -0.6em;
    font-size: 7pt;
    text-align: right;
}

TD {
    font-size: 8pt;
    background-color: oldlace;
}

TH {
    font-size: 8pt;
    background-color: moccasin;
    border-style: solid;
    border-width: 1pt;
    padding-left: 3pt;
    padding-right: 3pt;
    border-left-color: lightyellow;
    border-top-color: lightyellow;
    border-right-color: lightsalmon;
    border-bottom-color: lightsalmon;
}


.tar {
    text-align: right;
}

.car {
    text-align: center;
}

.tac {
    text-align: center;
}

TD.tb {
    padding-left: 10pt;
    padding-right: 10pt;
    background-color: cornflowerblue;
    border-style: solid;
    border-width: 1pt;
    border-left-color: lightblue;
    border-top-color: lightblue;
    border-right-color: darkblue;
    border-bottom-color: darkblue;
}

DIV.divh1 {
    background-color: white;
    color: darkblue;
    padding-left: 0.2em;
    filter: glow(Color=yellow,Strength=45); 
    width: 100%; 
    font-size: 24pt; 
}

A {
  text-decoration: none;
  color: blue;
}

A:visited {
  color: blue;
}

A:hover {
  color: red;
}

A.tb {
  font-family: verdana, arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: linen;
  
}

A.tb:visited {
  color: linen;
}

A.tb:hover {
  color: white;
}

P.rawData {
  font-family: courier;
  font-size: 8pt;
  margin-left: 2em;
}

INPUT.dszButton {
    background-color: cornflowerblue;
    border-style: solid;
    border-width: 1pt;
    border-left-color: lightblue;
    border-top-color: lightblue;
    border-right-color: darkblue;
    border-bottom-color: darkblue;
    font-family: verdana, arial;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: oldlace;
	cursor: hand;
}