/* Use the following textstyles in <p> tags and in <span> tags */

/* automatically applied to all text anywhere in the page body or in a table cell that is otherwise not defined */
body td {
	font-family : Verdana;
	color : rgb(102,51,0);
	font-size : 11px;
	font-weight : plain;
}

/* use this style on text that is default (when not covered by body & td as above) */
.default  {
}

/* automatically applied to all anchor (link) text */
a  {
	font-size : 11px;
	color : rgb(153,153,102);
	font-weight : bold;
}

/* use this style on first-level text heads, (eg: paragraph heads)  */
.parahead  {
	font-size : 13px;
	font-weight : bold;
}

/* use this style on second-level text heads, (eg: section heads within a page)  */
.sectionhead  {
	font-size : 15px;
	font-weight : bold;
}

/* use this style on third-level text heads, (eg: heading of a page)  */
.pagehead  {
	font-size : 17px;
	font-weight : bold;
}

/* use this style on text that should be tiny (eg: bottom nav links merchandise colour listings) */
.tiny  {
	font-size : 9px;
}

/* use this style on quoted content (eg: Whooping Crane page) */
.quote  {
	font-size : 13px;	
	font-weight : bold;
	color : rgb(153,153,102);
	font-style : italic;
}