P {
  list-style-type: disc;
  font-family: Verdana;
  color: black;
}

P.CenterPara {
  text-align: center;
  font-family: Verdana;
  color: black;
}

H1 {
  text-align: center;
  font-family: Verdana;
  color: #FFFF66;
  background-color: #0033CC;
  font-weight: bold;
}

H2 {
  font-variant: normal;
  text-align: center;
  font-family: Verdana;
  font-size: large;
  color: #0000a0;
  font-weight: bolder;
}

H3 {
  text-align: left;
  font-family: Verdana;
  color: #008040;
}

H4 {
  text-align: left;
  font-family: Verdana;
  color: #008040;
  font-weight: bold;
}

H5 {
  text-align: center;
  font-family: Verdana;
  font-size: medium;
  color: white;
}

H6 {
  text-align: center;
  font-family: Verdana;
  font-size: small;
  font-weight: normal;
}

OL {
  font-family: Verdana;
}

UL {
  list-style-type: disc;
  font-family: Verdana;
  color: black;
}

BODY {
  list-style-type: disc;
  font-family: Verdana;
  background:#D5EFFD;
}

:link {
  font-family: Verdana;
}

.Highlighter {
  color: white;
  background-color: black;
}

DIV.topic {
background:#f7e9bb;
padding:5px;
border-style: ridge;
border-color: #0000a0;
border-width: 4px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;	
}

DIV.body {
width:80%;
height:100%;
background:#D5EFFD;
}

DIV.SubTopic {
clear:both;
width:65%;
background:#FF9900;
border-style: ridge;
border-color: #00a000;
border-width: 4px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;	
}

DIV.floater {
width:40%;
float:right;
background:#ffffff;
margin:10px;
padding:5px;
border-style: ridge;
border-color: #00a000;
border-width: 4px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;	
}

DIV.hilight {
background:#ffffff;
margin:10px;
padding:5px;
border-style: ridge;
border-color: #00a000;
border-width: 4px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;	
}

DIV.scrolling {
width:40%;
height:200px;
background:#ffffff;
float:right;
overflow:auto;
margin:10px;
padding:5px;
border-style: ridge;
border-color: #00a000;
border-width: 4px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;	
}

TABLE.body {
width:100%;
border-spacing:0px;
padding-right:0px;
padding-left:0px;
vertical-align:top;
text-align:left
}

