 
  dw1, h1, h2, h3, h4, h5, h6, body, pre, a, p, n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}

body {
	background-color: #CBEDB6;
}
	  
  H1 {font-size: 20pt;
      font-weight: bold;
      line-height: 10pt;
      color: #ED3366}
  
  H2 {
	font-size: 20pt;
	font-weight: bold;
	line-height: normal;
	margin-top: 10pt;
	color: #485E49
}
	  
  H3 {
	font-size: 14pt;
	font-weight: bold;
	line-height: normal;
	margin-top: 12pt;
	color: #cc6600;
	text-decoration: underline;
	margin-bottom: 3pt;
}  

dw2 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 12pt;
	text-decoration: underline;
	margin-bottom: 3pt;
}	  
 
  H7 {font-size: 12pt;
      font-weight: bold;
      font-style: italic;
	  line-height: 8pt;
      margin-top: 6pt;
      color: #000099} 	

dw1  {
	font-size: 12px;
}
  
  p	 {
	line-height: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
       
  A  {
	font-size: 9pt;
	line-height: 12pt;
	margin-top: 0pt;
        }
  
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF
}
a:hover {
	color: #00FF00;
	font-weight: bold;
}
a:active {
	color: #FF6633
}


ul#list-nav {
	list-style:none;
	margin:10px;
	padding:0;
	width:600px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:100px;
background:#485e49;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav li a:hover {
background:#a2b3a1;
color:#000
}

/* left hand menu - used in template to apply to all pages */

ul#list-menu {
list-style:none;
margin:20px;
padding:0;
border:solid #668265;
border-width:1px 2px 2px 2px;
width:160px
}

ul#list-menu li a {
	text-decoration:none;
	display:block;
	border-top:1px solid #77a487;
	padding:5px;
	background:#485e49;
	color:#eee
}

ul#list-menu li a:hover {
background:#a2b3a1;
color:#000
}
