/* Styles used across all the sections of the page */

body {
padding:0;
height:100%;
background-color:rgb(240, 255, 240);
color:#000000; 
font-family: Tahoma,Arial,sans-serif;
font-size:0.9em;
}

/* Styles for lists */
ol {list-style-type: lower-alpha;}

ul {
margin:5px -20px 0px -20px;
text-indent: 0em;
list-style-type:disc;
}

li {
margin:0px 0px 0px 0px;
}

/* Bullet styles for level of list - not currently in use */
.listInfo{
list-style-type: circle;
}

.listChild{
list-style-type: square;
}

/* Text styles for level of highlight */
.infoheading {font-size: 1em;
						 font-weight: bold;}
						 
.infoheadinglight {font-weight: bold;}
					 									
.info {font-weight: bold;
			 font-size: 1.15em;}
				
.highlight {font-weight: bold;}

