/* Default CSS Stylesheet for a new Web Application project */
body         	{background-color: #1F266E; font-family: 'Arial', 'serif'; 
			 font-size 10pt;font-weight: normal; dcolor="#FFFFFF"  }
h1           	{font-size: 20pt; margin-bottom: 6}
h2           	{font-size: 18pt; color: #DDDDDD}
h3           	{font-size: 13pt; color: #008000 }
h4           	{font-size: 11pt; color: #DDDDDD }
h5           	{font-size: 10pt; color: #000080 }
h6           	{font-size: 8pt; color: #000080 }
Caps 			(font-variant: small-caps}
NOTE 			{font-size: 7pt }

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 }	

IMG 		{margin-top: 7px; margin-bottom: 7px; margin-left: 7px; margin-right: 7px }
.darkblue   {background-color: #1F266E;}
.signblue   {background-color: #1F7EC3;}
.fontsignblue   {color: #1F7EC3;}
.navy		{background-color: #090E21;}
.button     {font-weight: normal;font-size: 14pt; color: #1F7EC3}
.fontwhite  {color="#FFFFFF";}