/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.lmtitle, .lmnu, .ctitle, td
{
	font-family: Arial, Helvetica, Sans-Serif;
}

.lmtitle
{
	font-size:	10pt;
	font-weight: bold;
	margin-right: 9px;
}

.lmnu 
{
	font-size:	8pt;
	font-weight: bold;
	margin-right: 9px;
}

.ctitle
{
	font-size:	11pt;
	font-weight: bold;
	color: #333399;
}

td
{
	font-size: 9pt;
}

A:link	{	
	text-decoration:	none;
	color:	#6c6cb0;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#6c6cb0;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#6c6cb0;
	}	
		
A:hover	{	
	text-decoration: none;
	color:	#333399;
	}
	
	

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;
	}