/* default body settings, and variants */

body				{ font: 12pt Times,TimesRoman,serif } 

/* table for top and bottom menu bars */
table.menubar		{  width: 100%; margin: 6px 0px 0px 0px; border: 1px solid; border-color: #999999; background-color: #ffcc66 }
table.menubar td	{ font: bold 8pt/120% Verdana, Geneva, sans-serif; padding: 0px 0px 0px 0px; border: 0px; text-align: center }

/* table for top and bottom menu bars */
table.titlebar		{  width: 100%; margin: 6px 0px 0px 0px; border: 1px solid; border-color: #999999; background-color: #6699FF }
table.titlebar td	{ font: bold 12pt/120% Arial, Helvetica, sans-serif; color: white; padding: 0px 0px 0px 0px; border: 0px; }

/* displays copyright */
.copyright			{ font-size: 80%; font-weight: bold; margin: 12px 0px 30px 0px; text-align: center; }


/* hyperlink styles */ 

a:link 				{ color: blue; text-decoration: none }
a:visited 			{ color: purple; text-decoration: none }
a:hover 			{ color: red; font-weight: bold }
a:active 			{ color: red; font-weight: bold }


