/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    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;
}

img.border {border: 1px solid #666666;} 

a:link {text-decoration: underline; color: #333399}
a:visited {text-decoration: underline; color: #333399}
a:hover {text-decoration: underline; color: #3366CC}

a.nav:link {text-decoration: none; color: #333399; font-size: 10pt; font-weight: bold}
a.nav:visited {text-decoration: none; color: #333399; font-size: 10pt; font-weight: bold}
a.nav:hover {text-decoration: none; color: #3366CC; font-size: 10pt; 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: #333399; font-size: 8pt; font-weight: normal}
a.foot:visited {text-decoration: underline; color: #333399; font-size: 8pt; font-weight: normal}
a.foot:hover {text-decoration: underline; color: #3366CC; 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:	Tahoma, Arial, Helvetica, sans-serif;}	

UL LI	{	
	list-style-type:	square ;
	color: 000000;
	font-size: 8.5pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal}
	}	

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: 9pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal}

P.TITLE{
	color: 000000;
	font-size: 12pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold}
	
P.SMALL{
	color: 000000;
	font-size: 8.5pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal}

P.SMALLER{
	color: 000000;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal}
	
.SMALLBOLD{
	color: 000000;
	font-size: 8.5pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold}

.button{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #000000}

.selectTeam{
	width: 150;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;}