/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0,0,0,0;  
    
}

A:link	{	
	text-decoration:	none;
	color:	#8b4513;
	background-color: Transparent;  
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#8b4513;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#8b4513;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#8b4513;
	
	}
	

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

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 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

.CAT_ITEM
{
	
	FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	background-color: Transparent;  
	height: auto  
	 
}

.MENU_ITEM
{
	
	FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
	FONT-WEIGHT:  normal;
	background-color: Transparent;
	height: auto; 
	 
}

.PAGE_NO_ITEM
{
	
	FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
	FONT-WEIGHT:  normal;
	background-color: Transparent  
}

A.PAGE_NO_ITEM:hover
{
	text-decoration: underline;
	background-color: Transparent  
}
