/* CSS Document */

.nobold {font-weight:normal;}
.sup {font-size:70%;}

		
		/* specific colours for sections*/
		.seniorfeedingguidelines th {background:#f3c48e;}
		.seniorfeedingguidelines tr.odd {background:#fadfc3;}
		.seniorfeedingguidelines tr.even {background:#f3c48e;}

		.puppylargefeedingguidelines th {background:#f3c48e;}
		.puppylargefeedingguidelines tr.odd {background:#f3c48e;}
		.puppylargefeedingguidelines tr.even {background:#fadfc3;}

		.puppyfeedingguidelines th {background:#e0cb80;}
		.puppyfeedingguidelines tr.odd {background:#e0cb80;}
		.puppyfeedingguidelines tr.even {background:#e8d79d;}
		
		.catfeedingguidelines th {background:#fdd8a4;}
		.catfeedingguidelines tr.odd {background:#fdd8a4;}
		.catfeedingguidelines tr.even {background:#ffffff;}
		
		.adultfeedingguidelines th {background:#6dbec7;}
		.adultfeedingguidelines tr.odd {background:#6dbec7;}
		.adultfeedingguidelines tr.even {background:#a0cfd4;}
		
		/* specific colours for sections*/
		.senior th {background:#87A65E;}
		.senior tr {background:#C0CFA7;}
		.senior tr.odd {background:#87A65E;}
		.senior tr.even {background:#C0CFA7;}

		.puppylarge th {background:#9C8BB0;}
		.puppylarge tr {background:#B6ABCA;}
		.puppylarge tr.odd {background:#9C8BB0;}
		.puppylarge tr.even {background:#B6ABCA;}

		.puppy th {background:#e0cb80;}
		.puppy tr {background:#e8d79d;}
		.puppy tr.odd {background:#e0cb80;}
		.puppy tr.even {background:#e8d79d;}
		
		.cat th {background:#EF963D;}
		.cat tr {background:#F5C490;}
		.cat tr.odd {background:#EF963D;}
		.cat tr.even {background:#F5C490;}
		
		.adult th {background:#6dbec7;}
		.adult tr {background:#a0cfd4;}	
		.adult tr.odd {background:#6dbec7;}
		.adult tr.even {background:#a0cfd4;}
			