BODY 
{ 	
	margin-top:15px;
	margin-left: 15px;
	font-family:verdana; 
	font-size:70%; 
}

H1 
{ 	
	font-size:120%; 
}

TABLE 
{
}

TH 
{
	text-align:left;
	font-size: x-small
}
TD
{
	font-size: x-small;
}

UL 
{ 	
	margin-left:3px; 
	margin-bottom:5px; 
}

LI UL 
{	
	display:none; 
	margin-left:16px; 
}

LI 
{ 	
	font-weight:bold; 
	list-style-type:square; 
	cursor:default; 
}

LI.clsHasKids 
{
 	list-style-type:none; 
}

LI.clsHasKids SPAN 
{
 	cursor:hand; 
}

A:link, A:visited, A:active 
{ 
	text-decoration:none;
	font-weight:normal; 
	color: #808080; 
}

A:hover 
{ 
	text-decoration:none;
	color: #cccccc; 
}

BUTTON 
{ 	
	font-family:tahoma; 
	font-size:100%;
	color: maroon; 
}

INPUT
{
	font-size: x-small;
	font-family: Tahoma, Verdana;
}

SELECT
{
	font-size: x-small;
	font-family: Tahoma, Verdana;
	border-top-style: none; 
	border-right-style: none;
    border-left-style: none; 
    border-bottom-style: none
}
