body { 
  color: #000000;
  background: #FFFFFF;  	
  font-size: 11;    		
  font-family: Verdana, Arial, Sans Serif;
}

a:link, a:visited {
  color: #295BCD;
  text-decoration: underline;
}

a:active, a:hover {
  color: #86A3F6;
  cursor: hand; 
  text-decoration: underline;
}

h1 { 
  font-size: 125%; 
  margin-bottom: .5em;
  clear:both;
}

h2 { 
  font-size: 100%;
  margin-top: 12px; 
  margin-bottom: 6px; 
  clear:both;
}

p {
  margin-top: .0em;
  margin-bottom: .6em;
}
			
ul { 
  margin-top: .6em; 	
  margin-bottom: 0;
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 0em;
  margin-right: 1.5em;
}
		
ol { 
  margin-top: .6em; 	
  margin-bottom: 0;
  margin-left: 2.1em;
  margin-right: 2.5em;
  padding-left: 0em;
}
		
li {
  margin-bottom: .6em;
  clear: both;
}

table {
  font-size: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

table.dragdrop td {
  padding-right: 20px;
}

tr {
  vertical-align: top;
}

body.toc {
  background: #B4B1B8;
}

p.toc {
  margin-bottom: .3em;
}

