	td{
	font-family: arial;
	font-size: 10pt;
	line-height: 14pt;
	color: #333333;}
	
	img {border:none;}
	
	div.sub-nav{
	font-family: arial;
	font-size: 11pt;
	line-height: 11pt;
	}
	
	.indent {
	font-size: 9pt;
	line-height: 10pt;
	margin-top: 5pt;
	margin-bottom: 2pt;
	padding-left: 8pt;
	padding-right: 5pt;
	color: #000000;}
	
	.indent-footer {
	font-size: 8pt;
	line-height: 8pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	padding-left: 15pt;
	padding-right: 15pt;
	color: #630;}
	
	h1 {
		font-family: arial;
		font-size: 14pt;
		line-height: 14pt;
		margin-top: 0pt;
		margin-bottom: 3pt;
		color: #006600;}
	
	h2 {
		font-family: arial;
		background-image: url(images/header-bknd.jpg);
		font-size: 11pt;
		padding: 5pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
		color: #ffffff;}
		
	.menu{
		font-family:"Times New Roman", Times, serif;
		font-size: 24pt;
		font-weight:lighter;
		font-style: italic;
		margin-top: 20pt;
		margin-bottom: 8pt;}
		
	h3 {
		font-family: arial;
		font-size: 12pt;
		margin-bottom: 5pt;
		color: #006600;}
		
		
	.nav-bknd {
		background-image: url(images/nav-bknd2.jpg);
		background-repeat: no-repeat;
		line-height: 13px;
		}
		
	.brown {
		background-image: url(images/brown.gif);
		}
		
	.grey1 {
		background-image: url(images/grey1.gif);
		}
		
	.grey2 {
		background-image: url(images/grey2.gif);
		}
		
	a.highlight1:link {color: #ffffff;}
	*:link {text-decoration: none;}
	a.highlight1:visited {color: #ffffff;}
	*:visited {text-decoration: none;}
	a.highlight1:hover {color: #ffffff;
			 background-color: #0099cc}
	*:hover{text-decoration: none;}
	a.highlight1:active {color: #ffffff;} 
	*:active {text-decoration: none;}
	
	
	a:link {color: #006600;}
	a:visited {color: #006600;}
	a:hover {color: #cc9900;}
	a:active {color: #0f6b9e;} 
	
		
	a.highlight2:link {color: #ffffff;}
	a.highlight2:visited {color: #ffffff;}
	a.highlight2:hover {color: #ffcc66;}
	a.highlight2:active {color: #ffffff;} 
	
.wireframemenu{
  width: 140px;
  }
  
  * html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
  width: 140px;
  }
  
  .wireframemenu ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
  
  .wireframemenu a{
  padding: 4px 3px;
  display: block;
  width: 100%; /*Define width for IE6's sake*/
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #696;
  }
  
  .wireframemenu a:visited{
  color: #fff;
  }
  
  html>body .wireframemenu a{ /*Non IE rule*/
  width: auto;
  }
  
  .wireframemenu a:hover{
  background-color: #F8FBBD;
  color: black;
  }
