body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDF5E6;
  }

/* html tags */  
	 a {  
		color: #663300;  }
		
	 a:visited {
		 color: #663300;  }
		
	 a:active { 
		 color: #EE0000; }
		
	 a:hover {
		 color: #CC3300; }
	
	 p { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 100%; 
		font-style: normal; 
		line-height: 1.3; 
		font-weight: normal; 
		font-variant: normal; 
		text-align: justify;
		text-transform: none; 
		color: #000000; 
		background-image: none;   }
		
	.pcenter {
	text-align: center;
}

	.pleft {
	text-align: left;
}
		
	ul { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 100%; 
		font-style: normal;  
		font-weight: normal; 
		font-variant: normal; 
		text-transform: none; 
		color: #000000; 
		padding-top: 0px; padding-right: 5px; padding-bottom: 0px; }
		
/* Note using percentage on padding-bottom in li caused tables with li commands to expand vertically indefinitely  */
	
 	li { list-style-position: outside; 
	text-align: left; 
	padding-bottom: 7px; }
		
		
/* html tags - Modified headers */

	 h1 { 
		 font-family: Verdana, Arial, Helvetica, sans-serif; 
		 font-size: 150%; 
		 font-style: normal; 
		 line-height: 1.3; 
		 font-weight: bold; 
		 font-variant: normal; 
		 color: #663300; 
		 letter-spacing: -0.025em; 
		 background-image: none; }		

	 h2 { 
		 font-family: Verdana, Arial, Helvetica, sans-serif; 
		 font-size: 120%; 
		 font-style: normal; 
		 line-height: 1.3; 
		 font-weight: bold; 
		 font-variant: normal; 
		 color: #663300; 
		 letter-spacing: -0.025em; 
		 background-image: none; }
 
	 h3 { 
		 font-family: Verdana, Arial, Helvetica, sans-serif; 
		 font-size: 100%; 
		 font-style: normal; 
		 line-height: 1.3; 
		 font-weight: bold; 
		 font-variant: normal; 
		 color: #663300; 
		 letter-spacing: -0.025em; 
		 background-image: none; }		 
		 
	h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-style: normal;
		line-height: 1.3;
		font-weight: bold;
		font-variant: normal;
		color: #663300;
		margin-left: 5%;
		text-align: left;
		letter-spacing: -0.025em;
		background-image: none;}		 
		 
	h5 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
		font-style: normal;
		line-height: 1.3;
		font-weight: bold;
		font-variant: normal;
		color: #663300;
		margin-left: 5%;
		text-align: left;
		letter-spacing: -0.025em;
		background-image: none;}		 

/*text options*/

	.txtVeryBg {font-size: 200% }
	.txtBg {font-size: 150%}
	.txtBodyLt {font-size:  100%; text-align: left;}
	.txtSm {font-size: 80%;}
	.txtVs {font-size: 65%}
	.txtItalic {font-style: italic;} 
	.txtArticleList {font-size: 90%; line-height: .8;}
	
  /* inner spans for special emphasis text color */
	.txtRed { color: #990000}
	.txtOrange { color: #FF6633}
	.txtGreen{ color: #336633}
	.txtGray {
	color: #666666;
}

	
/* Modified table cells - TD */

/* The tdpairtbar commands control the pairs pages */
	.tdpairbarleft {
	background-color:#FFFFFF;
	vertical-align: middle;
	padding: 15px 6px;
	border: thin solid #000000;
	text-align: center;
	margin: 0px;
}

/* The tdpairtbar commands control the pairs pages */
	.tdpairbarright {
	background-color:#FFFFFF;
	vertical-align: top;
	padding: 6px;
	border: thin solid #000000;
	text-align: left;
	margin: 0px;
}

/* The tdwhitebg commands makes a standard table white - 
it's used in the pedigree pages to enlarge the white box around pigeon photos */
	.tdwhitebg {
	background-color:#FFFFFF;
	vertical-align: top;
	padding: 6px;
	text-align: center;
	margin: 0px;
}

/* The tdbanner commands control only the banner and the behavior of links in the banner */
	.tdbanner {
	background-color:#F5DEB3;
	vertical-align: top;
}

	.tdbannerlinks {
	background-color:#D2B48C;
	padding-left: 15px;
	text-align: left;
}
  
	td.tdbannerlinks a {font-style: normal; font-weight: bold; font-variant: normal;
		font-size: 80%; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none; margin-left: 0; padding-left: 0; line-height: 140%;
	}
	
	td.tdbannerlinks a:visited { color: #000000; }
	td.tdbannerlinks a:active { color: #EE0000; }
	td.tdbannerlinks a:hover { color: #CC3300; text-decoration: underline; }  

/* mastertable was set up to control cells in the Master List of Pigeons */
	.mastertable { 
	font-family: Verdana, Arial, Helvetica, sans-serif; }
		
table.mastertable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 4px 4px 4px 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
}
	
/* The rightbar commands control the right bar on the title page (and similar cells) */
	.rightbar {
	background-color:#FFFCF5;
	vertical-align: top;
	border: medium solid #999999;
	text-align: left;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;

}

/* The lefttbar commands control the left bar on the title page (and similar cells) */
	.leftbar {
	background-color:#FDF5E6;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* specialty */

/* This controls inline images that float to the left side of a cell - padded everywhere but left side */
.img_inline1 {
	float: left;
	margin: 0px 10px 10px 0px;
}

/* This controls thumbnails on pair pages - no border */
.img_thumbs {
	margin: 0px;
	border: thin none #999999;
	padding: 0px;
}

/* This is not in use now, but was used to make a horizontal bar across an entire table cell */
.imagerpt {
	background-repeat: repeat-x;
	background-image: url(../images/rule2.gif);
	background-position: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
.articleNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FF6600;
}
