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

BODY
         { color: black; font-weight: normal; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-align: center; text-transform: none; word-spacing: normal; letter-spacing: normal }

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
  { color: black }
H1	   { font-style: normal; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-transform: none; word-spacing: normal; letter-spacing: normal }	
		
H2	   { font-style: normal; font-weight: 700; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-transform: none; word-spacing: normal; letter-spacing: normal }	
		
H3	   { font-style: normal; font-weight: 500; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-transform: none; word-spacing: normal; letter-spacing: normal }	
		
H4	   { font-weight: 500; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-transform: none; word-spacing: normal; letter-spacing: normal }	
		
H5, DT	  { font-style: normal; font-weight: 700; font-size: 1em; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-transform: none; word-spacing: normal; letter-spacing: normal }	
		
H6	  { font-style: normal; font-weight: 700; font-size: 0.8em; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-transform: none; word-spacing: normal; letter-spacing: normal }	
		
TFOOT, THEAD	     { font-size: 15pt; font-family: Arial, Helvetica, sans-serif; text-transform: none; word-spacing: normal; letter-spacing: normal }	
		
TH	  { font-weight: bold; font-size: 1em; font-family: Arial, Helvetica, sans-serif; text-transform: none; word-spacing: normal; letter-spacing: normal; vertical-align: baseline }	


A:link
                  { color: #7403a3; font-size: 14pt; text-decoration: none }	
		
A:visited	                  { color: #7403a3; font-size: 14pt; text-decoration: none }	
		
A:active	                  { color: #7403a3; font-size: 14pt; text-decoration: none }	
		
A:hover	                  { color: #68a371; font-size: 14pt }
	
SMALL	  { font-size: 0.7em }	

BIG	   { font-size: 10pt }	

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 }	

IMG
   { border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none  }
TABLE
     { margin: 0px; padding: 0px; border: 0px; border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none  }
TABLE.WRAP
   { margin: 0px; padding: 0px; border: solid black }
TABLE.NOWRAP
  { margin: 0px; padding: 0px }
TD.MENU
  { margin: 0px; padding: 0px; border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none  }
TD.TES
  { font-size: 14px; font-family: Arial; text-align: center }
