/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffde33;
	padding : 0;
	margin : 0;
}

A:link	{	
	text-decoration:	none;
	color:	Black;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: Black;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:underline;
	color:	#3333cc;
	}
	
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;
	}
.MenuItem
{
	font-weight : bold;
	font-size: 12px;
	color : Black;
	letter-spacing : 0.2;
}
.menu
{
   position:relative;
   background-color:gold;
   border:0;
   width:122;
   font-size:11px;
   font-family:verdana;
   font:bold;
   position:absolute;
   cursor: pointer;
}
.item_panel
{
    width:122;
    border : 0;
    clip:rect(0,122,0,0);
    position:absolute;
}
.item_panel a
{
   text-decoration:none;
   color:black;
   cursor:pointer;
}
.item
{
   background-color:lightyellow;
   width:120;
   font-size:10px;
   font-family:verdana;
}

