/*Basque Styles */

html, body	{
  margin: 0;
  padding: 0;
  background: url(images/bkgd.gif) center top repeat-x #d1d1c8;
  font-family: Georgia, serif;
}

.bigcopy {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	font-family: arial, helvetica, sans-serif;
	color: #666666;
}

.maincopy {
  	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

.datehdr {
  	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

.datehdr-red {
  	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #990000;
}

.datesub {
  	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
}

.introcopy {
  	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #999966;
}

.smallcopy {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}

.smallhdr {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
  	font-family: Georgia, serif;
	color: #000000;
}


.link1 {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.navhdr  {
 	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #999966;
}	

#navlist
 {
 	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #999966;
	text-decoration: none;
 }
 
 #navlist li {
	display: inline;
	list-style-type: none;
}

 #navlist li a { 
	color: #999966;
	text-decoration: none;
	padding: 0px 10px;
 }
 
  #navlist li a:hover { 
	color: #000000;
  }
  
  .navdown	{
	color: #000000;
	padding: 0px 10px;
 }
  
  #navlist2 {
	display: inline;
	list-style-type: none;
 	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
 }
 
  #navlist2 li {
	display: inline;
	list-style-type: none;
}

 #navlist2 li a { 
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
 }
 
  #navlist2 li a:hover { 
	color: #999966;
  }

