/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: .85em;
	FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ff3300;
	}
	
IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
TD		{
	FONT-SIZE: .75em;
	}

span.bigger  { 
	font-size: 1.5em 
	}

span.smaller { 
	font-size: .5em 
	}