/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: #ffffff;
    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

a.nav:link {text-decoration: none; color: #ffffff; font-size: 9pt; font-weight: bold; font-family: arial, tahoma, verdana, san-serif, helvetica;}
a.nav:visited {text-decoration: none; color: #ffffff; font-size: 9pt; font-weight: bold; font-family: arial, tahoma, verdana, san-serif, helvetica;}
a.nav:hover {text-decoration: none; color: #CCDDEE; font-size: 9pt; font-weight: bold; font-family: arial, tahoma, verdana, san-serif, helvetica;}

a.kidnav:link {text-decoration: none; color: #CC0000; font-size: 8pt; font-weight: bold; font-family: tahoma, verdana, san-serif, helvetica;}
a.kidnav:visited {text-decoration: none; color: #CC0000; font-size: 8pt; font-weight: bold; font-family: tahoma, verdana, san-serif, helvetica;}
a.kidnav:hover {text-decoration: none; color: #ff0000; font-size: 8pt; font-weight: bold; font-family: tahoma, verdana, san-serif, helvetica;}

a.bigred:link {text-decoration: underline; color: #CC0000; font-size: 12pt; font-weight: bold; font-family: arial, tahoma, verdana, san-serif, helvetica;}
a.bigred:visited {text-decoration: underline; color: #CC0000; font-size: 12pt; font-weight: bold; font-family: arial, tahoma, verdana, san-serif, helvetica;}
a.bigred:hover {text-decoration: underline; color: #ff0000; font-size: 12pt; font-weight: bold; font-family: arial, tahoma, verdana, san-serif, helvetica;}

a:link {text-decoration: underline; color: #cc0000; font-size: 9pt; font-weight: normal; font-family: tahoma, verdana, san-serif, helvetica;}
a:visited {text-decoration: underline; color: #cc0000; font-size: 9pt; font-weight: normal; font-family: tahoma, verdana, san-serif, helvetica;}
a:hover {text-decoration: underline; color: #ff0000; font-size: 9pt; font-weight: normal; font-family: tahoma, verdana, san-serif, helvetica;}

a.bold:link {text-decoration: underline; color: #cc0000; font-size: 9pt; font-weight: bold; font-family: tahoma, verdana, san-serif, helvetica;}
a.bold:visited {text-decoration: underline; color: #cc0000; font-size: 9pt; font-weight: bold; font-family: tahoma, verdana, san-serif, helvetica;}
a.bold:hover {text-decoration: underline; color: #ff0000; font-size: 9pt; font-weight: bold; font-family: tahoma, verdana, san-serif, helvetica;}

a.return:link {text-decoration: none; color: #6699FF; font-size: 8pt; font-weight: normal}
a.return:visited {text-decoration: none; color: #6699FF; font-size: 8pt; font-weight: normal}
a.return:hover {text-decoration: underline; color: #6699FF; font-size: 8pt; font-weight: normal}

a.sidenav:link {text-decoration: none; color: #0000cc; font-size: 9pt; font-weight: bold}
a.sidenav:visited {text-decoration: none; color: #0000cc; font-size: 9pt; font-weight: bold}
a.sidenav:hover {text-decoration: none; color: #0066ff; font-size: 9pt; 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: #336699; font-size: 8pt; font-weight: normal; font-family: tahoma, verdana, san-serif, helvetica;}
a.foot:visited {text-decoration: underline; color: #336699; font-size: 8pt; font-weight: normal; font-family: tahoma, verdana, san-serif, helvetica;}
a.foot:hover {text-decoration: underline; color: #336699; font-size: 8pt; font-weight: normal; font-family: tahoma, verdana, san-serif, helvetica;}

a.arch:link {text-decoration: none; color: #000088}
a.arch:visited {text-decoration: none; color: #000088}
a.arch:hover {text-decoration: underline; color: #0000FF}

BLOCKQUOTE, PRE	{	font-family:	Courier New, monospace;}	

UL LI	{	list-style-type:	square ;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	
UL LI LI	{	list-style-type:	disc;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	
UL LI LI LI	{	list-style-type:	circle;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	
OL LI	{	list-style-type:	decimal;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	
OL OL LI	{	list-style-type:	lower-alpha;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	
OL OL OL LI	{	list-style-type:	lower-roman;    font-family: arial, tahoma, verdana, san-serif, helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;}	

P {
color: 000000;
font-size: 9pt;
font-family: arial, tahoma, verdana, san-serif, helvetica;
font-weight: normal
}

P.small {
color: 000000;
font-size: 8pt;
font-family: arial, tahoma, verdana, san-serif, helvetica;
font-weight: normal
}

.Title {
color: 336699;
font-size: 11pt;
font-family: arial, tahoma, verdana, san-serif, helvetica;
font-weight: bold
}

.8pt {
color: 336699;
font-size: 8pt;
font-family: helvetica, verdana, tahoma, arial, san-serif;
font-weight: normal
}

.player {
color: 336699;
font-size: 10pt;
font-family: helvetica, verdana, tahoma, arial, san-serif;
font-weight: bold
}