/* Default CSS Stylesheet for a new Web Application project */BODY{    BACKGROUND-COLOR: white;    FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif;    FONT-SIZE: 10pt;    FONT-WEIGHT: normal;    LETTER-SPACING: normal;    TEXT-TRANSFORM: none;    WORD-SPACING: normal    scrollbar-face-color: #DEE3E7;	scrollbar-highlight-color: #FFFFFF;	scrollbar-shadow-color: #DEE3E7;	scrollbar-3dlight-color: #D1D7DC;	scrollbar-arrow-color:  #006699;	scrollbar-track-color: #EFEFEF;	scrollbar-darkshadow-color: #98AAB1;}a:link {text-decoration: underline; color: #3366CC}a:visited {text-decoration: underline; color: #3366CC}a:hover {text-decoration: underline; color: #6699CC}a.nav:link {text-decoration: none; color: #6699CC; font-size: 11pt; font-weight: bold}a.nav:visited {text-decoration: none; color: #6699CC; font-size: 11pt; font-weight: bold}a.nav:hover {text-decoration: none; color: #3366CC; font-size: 11pt; font-weight: bold}a.nav2:link {text-decoration: none; color: #cccc99}a.nav2:visited {text-decoration: none; color: #cccc99}a.nav2:hover {text-decoration: underline; color: #cccc99}a.foot:link {text-decoration: underline; color: #0000cc; font-family: verdana, tahoma; font-size: 8pt; font-weight: normal}a.foot:visited {text-decoration: underline; color: #0000cc; font-family: verdana, tahoma; font-size: 8pt; font-weight: normal}a.foot:hover {text-decoration: underline; color: #0066ff; font-family: verdana, tahoma; font-size: 8pt; font-weight: normal}a.white:link {text-decoration: none; color: #ffffff; font-weight: bold}a.white:visited {text-decoration: none; color: #ffffff; font-weight: bold}a.white:hover {text-decoration: none; color: #ccffff; font-weight: bold}a.yellow:link {text-decoration: none; color: #ffcc00}a.yellow:visited {text-decoration: none; color: #ffcc00}a.yellow:hover {text-decoration: none; color: #ffcc00}a.red:link {text-decoration: none; color: #cc0000}a.red:visited {text-decoration: none; color: #cc0000}a.red:hover {text-decoration: underline; color: #ff0000}a.black:link {text-decoration: none; color: #000000}a.black:visited {text-decoration: none; color: #000000}a.black:hover {text-decoration: underline; color: #000000}	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;}P{	color: 000000;	font-size: 10pt;	font-family: arial, tahoma, helvetica, sans-serif;	font-weight: normal}P.TITLE{	color: 000000;	font-size: 12pt;	font-family: arial, tahoma, helvetica, sans-serif;	font-weight: bold}	P.SMALL{	color: 000000;	font-size: 9pt;	font-family: arial, tahoma, helvetica, sans-serif;	font-weight: normal}P.SMALLER{	color: 000000;	font-size: 8.5pt;	font-family: arial, tahoma, helvetica, sans-serif;	font-weight: normal}	.SMALLBOLD{	color: 000000;	font-size: 9pt;	font-family: arial, tahoma, helvetica, sans-serif;	font-weight: bold}.button{    FONT-WEIGHT: bold;    FONT-SIZE: 8pt;    COLOR: white;    FONT-FAMILY: Tahoma, helvetica, Arial;    BACKGROUND-COLOR: #000000}.selectTeam{	width: 150;	font-size: 8pt;	font-family: Tahoma, helvetica, Arial;}