body { background:#FFFFFF;
       color:#000000; 
       font-family:"Times New Roman", serif;
       margin-left:2%; 
       margin-right:0;
       margin-top:0%;
}

H1 {
	font-size : 160%;
	margin-bottom : .5em;
}

H1.list {
	font-size : 160%;
	margin-bottom : -.5em;
}

H2 {
	font-size : 120%;
	margin-bottom : 0;
}

a:link { background:transparent; 
         color:#993399;
         text-decoration:underline;
}

a:visited { background:transparent; 
            color:#666677; 
            text-decoration:underline;
}

a:hover { background:#FFCC99; 
          color:#993399;
}

a:active { background:transparent; 
           color:#FF9900; 
           text-decoration:underline;
}

img.bar { vertical-align:top;
}

img.bottom { vertical-align:bottom;
}

div.nav-box { width:160px; 
			  border:2px solid #339966; 
			  background:#FFFFFF; 
			  text-align:left;
}

span.nav-title { font-family : "Arial", "Verdana", "Helvetica", sans-serif; 
				 font-weight : bold;
                 background:#FFFFFF; 
                 color:#009966; //green
}

span.nav-text { font-size:80%;
}

span.nav-bar { font-size:90%;
}

/* next 2 styles are for lists with labels */
div.list { border-left : thin solid #BBDDCC;
		   border-bottom : thin solid #BBDDCC; 
		   float : left;
}

span.label { font-weight : bold; 
			color : #000000; 
			background : #BBDDCC; // lite green
}

span.note { background:#BBDDCC; color:#000000; font-size:.8em; font-weight:bold; font-family:Verdana,Arial,Helvetica; padding-left:3px; padding-right:4px; }

span.nobr { 
	white-space : nowrap;
}

hr { color:#000000;
	background:#FFFFFF;
}

ul li { list-style:square;
}