/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: smaller;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #222b63;
}

TD
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: smaller;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #222b63;
}

H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #0019A8;
}
H1	{	
    COLOR: #0019A8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		


	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
FONT-SIZE: larger;	}	


UL  {
	margin-top: 10px
}

UL LI	{	
	list-style-type:	square ;
	color: #0019A8;
	}	

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;
	}	

.cntre 
{
	text-align:center;
}