/* Default CSS Stylesheet for a new Web Application project */ 
body {background-color: #666666}
BODY 
{ 
    margin-left: 0px; 
    margin-top: 0px; 
    FONT-FAMILY: arial, Helvetica, sans-serif; 
    FONT-SIZE: 10pt; 
    FONT-WEIGHT: normal; 
    LETTER-SPACING: normal; 
    TEXT-TRANSFORM: none; 
    WORD-SPACING: normal 
} 

p {font-family: Arial, Helvetica, sans-serif;
	  font-size:	10pt;
	  color:	black;
	  font-weight:	normal;
	  font-style:	normal;
	  text-decoration:	none;
	  letter-spacing:	normal;
	  word-spacing:	normal;	 
	 }

p.normal  {font-family: Arial, Helvetica, sans-serif;
	  font-size:	10pt;
	  color:	black;
	  font-weight:	normal;
	  font-style:	italic;
	  text-decoration:	none;
	  letter-spacing:	normal;
	  word-spacing:	normal;	 
	 }

p.small {font-variant: small-caps
	  font-size:	8pt;
	  color:	black;
	  font-weight:	normal;
	  font-style:	normal;
	  text-decoration:	none;
	  letter-spacing:	normal;
	  word-spacing;	normal;	 
	 }

H1, H2, H3, H4, H5, TH, THEAD, TFOOT 
{ 
    COLOR: #003366; 
} 
H1      {       
        font-family: Arial, Helvetica, sans-serif; 
        font-size:      10pt; 
        color:  	black; 
        font-weight:    bold; 
        font-style:     normal; 
        text-decoration:        none; 
        word-spacing:   normal; 
        letter-spacing: normal; 
        text-transform: none; 
        }       
                
H2      {       
        font-family: Arial, Helvetica, sans-serif; 
        font-size:      10pt; 
        font-weight:    normal; 
        color:  	black;
        font-style:     italic; 
        text-decoration:        none; 
        word-spacing:   normal; 
        letter-spacing: normal; 
        text-transform: none; 
        }       
                
H3      {       
        font-family: Arial, Helvetica, sans-serif; 
        font-size:      10pt; 
        font-weight:    bold; 
        color:  	black; 
        font-style:     italic; 
        text-decoration:        none; 
        word-spacing:   normal; 
        letter-spacing: normal; 
        text-transform: none; 
        }       
                
H4      {       
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size:      10pt; 
        font-weight:    bold; 
        color:  	#000080; 
        font-style:     normal; 
        text-decoration:        none; 
        word-spacing:   normal; 
        letter-spacing: normal; 
        text-transform: none; 
        }       
                
H5, DT  {       
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size:      7pt; 
        font-weight:    normal; 
        color:  	black; 
        font-style:     italic; 
        text-decoration:        none; 
        word-spacing:   normal; 
        letter-spacing: normal; 
        text-transform: none; 
        }       

H6     {       
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size:      12pt; 
        font-weight:    bold; 
        color:  	#000080; 
        font-style:     italic; 
        text-decoration:        none; 
        word-spacing:   normal; 
        letter-spacing: normal; 
        text-transform: none; 
        } 
                      
                
TFOOT, THEAD    {       
        font-size:      1em; 
        word-spacing:   normal; 
        letter-spacing: normal; 
        text-transform: none; 
        font-family: Arial, Helvetica, sans-serif; 
        }       
                
TH      {       
        vertical-align: baseline; 
        font-size:      1em; 
        font-weight:    bold; 
        word-spacing:   normal; 
        letter-spacing: normal; 
        text-transform: none; 
        font-family: Arial, Helvetica, sans-serif; 
        }       



link="#ff0000" vlink="#000080" alink="#8888ff"

A:link  {       
        text-decoration:        none; 
        color:  #ff0000; 
        }       
                
A:visited       {       
        text-decoration:        none; 
        color:  #000080; 
        }       
                
A:active        {       
        text-decoration:        none; 
        color:  #8888ff; 
        }       
                
A:hover {       
        text-decoration:        underline; 
        color:  #8888ff; 
        } 
        
SMALL   {       
        font-size:      .7em; 
        }       

BIG     {       
        font-size:      1em; 
        }       

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; 
        }       


