/* Default CSS Stylesheet for a new Web Application project */

body			{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-color: #FFFFFF}
td 				{font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
th				{font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
p.header		{font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
p.content		{font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
p.footer		{font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
.textblock		{font-family: Arial, Helvetica, sans-serif; font-size: 10pt}

a:link			{text-decoration: none; color: #3333cc;}
a:visited		{text-decoration: none; color: #333399;}
a:active		{text-decoration: none;	color: #333399;}
a:hover			{text-decoration: underline; color: #3333cc;}
	
small			{font-size:	.7em;}
big				{font-size:	1.17em;}
BLOCKQUOTE, PRE	{font-family: Courier New, monospace;}	
	
UL LI			{list-style-type: square;}
UL LI LI		{list-style-type: disc;}
UL LI LI LI		{list-style-type: circle;}	
	
OL LI			{list-style-type: decimal;}
OL OL LI		{list-style-type: lower-alpha;}
OL OL OL LI		{list-style-type: lower-roman;}

td.title		{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #006699;}
td.highlight		{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;}
td.hours		{font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #CC8855;}
th.serving		{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color:#0000AA;}
