/* Default CSS Stylesheet for a new Web Application project */BODY{    BACKGROUND-COLOR: white;    FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;    FONT-SIZE: 10pt;    FONT-WEIGHT: normal;    LETTER-SPACING: normal;    TEXT-TRANSFORM: none;    WORD-SPACING: normal}a:link	{text-decoration:	 underline; color: #0000cc; font-size: 8pt; font-weight: bold;}	a:visited {text-decoration:	underline; color:	 #0000cc; font-size: 8pt; font-weight: bold;}	a:hover {text-decoration: underline; color:	#0066ff; font-size: 8pt; font-weight: bold;}a.topnav:link {text-decoration: none; color: #ffffff; font-size: 8pt; font-weight: bold}a.topnav:visited {text-decoration: none; color: #ffffff; font-size: 8pt; font-weight: bold}a.topnav:hover {text-decoration: none; color: #ffcc99; font-size: 8pt; font-weight: bold}a.sidenav:link {text-decoration: none; color: #ffffff; font-size: 8pt; font-weight: bold}a.sidenav:visited {text-decoration: none; color: #ffffff; font-size: 8pt; font-weight: bold}a.sidenav:hover {text-decoration: none; color: #66ccff; font-size: 8pt; font-weight: bold}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;	}	P{	color: 000000;	font-size: 10pt;	font-family: tahoma, verdana, san-serif, helvetica, arial;	font-weight: normal}