@charset "utf-8";
/* herdbook.css - rounded box */  

.box { 
  background: #e4dcab; 
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

.bold {
	font-weight: bold;
	}

.subhead2 {
	 font-family:"Verdana";
	 color: #b6ac71;
	 font-weight: bold;
	 font-size: 10pt;
}
.printsubhead2 {
	 font-family:"Verdana";
	 color: #b6ac71;
	 font-weight: bold;
	 font-size: 14pt;
}


/*Hyperlink Style*/
a {
	 font-family: "Verdana", Arial, Helvetica, sans-serif;
 	color: #000000;
	 text-decoration:underline;
} 
