﻿/* Default CSS Stylesheet for a new Web Application project */BODY{    BACKGROUND-COLOR: #f4f4f4;    FONT-FAMILY: Tahoma, Helvetica, Arial, sans-serif;    FONT-SIZE: 9pt;    FONT-WEIGHT: normal;    LETTER-SPACING: normal;    TEXT-TRANSFORM: none;    WORD-SPACING: normal    scrollbar-face-color: #666666;	scrollbar-highlight-color: #FFFFFF;	scrollbar-shadow-color: #666666;	scrollbar-3dlight-color: #666666;	scrollbar-arrow-color:  #990000;	scrollbar-track-color: #EFE9E9;	scrollbar-darkshadow-color: #000000;}A:link	{text-decoration:	 underline; color: #990000; font-weight: normal; font-size: 9pt; font-weight: normal}	A:visited {text-decoration: underline; color: #990000; font-weight: normal; font-size: 9pt; font-weight: normal}	A:active {text-decoration:	underline; color: #cc0000; font-weight: normal; font-size: 9pt; font-weight: normal}	A:hover {text-decoration: underline; color: #cc0000; font-weight: normal; font-size: 9pt; font-weight: normal}A.nav:link	{text-decoration:	 none; color: #990000; font-weight: normal; font-size: 11pt; font-weight: bold}	A.nav:visited {text-decoration: none; color: #990000; font-weight: normal; font-size: 11pt; font-weight: bold}	A.nav:active {text-decoration:	underline; color: #cc0000; font-weight: normal; font-size: 11pt; font-weight: bold}	A.nav:hover {text-decoration: underline; color: #cc0000; font-weight: normal; font-size: 11pt; font-weight: bold}A.foot:link	{text-decoration:	 none; color: #990000; font-weight: normal; font-size: 8pt; font-weight: normal}	A.foot:visited {text-decoration: none; color: #990000; font-weight: normal; font-size: 8pt; font-weight: normal}	A.foot:active {text-decoration: underline; color: #cc0000; font-weight: normal; font-size: 8pt; font-weight: normal}	A.foot:hover {text-decoration: underline; color: #cc0000; font-weight: normal; font-size: 8pt; font-weight: normal}p.red {color: FF6600; FONT-FAMILY: Tahoma, Helvetica, Arial, sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold}p.redbig {color: 990000; FONT-FAMILY: Tahoma, Helvetica, Arial, sans-serif; FONT-SIZE: 12pt; FONT-WEIGHT: bold}p.foot {FONT-FAMILY: Tahoma, Helvetica, Arial, sans-serif; FONT-SIZE: 8pt; FONT-WEIGHT: normal}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,TD{	color: 000000;	font-size: 9pt;	font-family: Tahoma, Helvetica, Arial, sans-serif;	font-weight: normal}P.tall
{
	color: 000000;
	font-size: 10pt;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold
}


h1{
    color: 990000; FONT-FAMILY: Tahoma, Helvetica, Arial, sans-serif; FONT-SIZE: 12pt; FONT-WEIGHT: bold}

.button
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Tahoma, helvetica, Arial;
    BACKGROUND-COLOR: #000000
    }
.error
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: Tahoma, helvetica, Arial;
    BACKGROUND-COLOR: white
    }
.tableBlack{	background-color: Black;}.tableTitle{	background-color:#ffffff;	font-size: 10pt;	color: #000000;	font-weight: bold;	font-family: Tahoma, helvetica, Arial;}.tableHeader{	background-color:#990000;	font-size: 10pt;	color: #ffffff;	font-weight: bold;	font-family: Tahoma, helvetica, Arial;}.tableData1{	font-size: 10pt;	color: #000000;	font-family: Tahoma, helvetica, Arial;	background-color: white;}.tableData2{	font-size: 10pt;	color: #000000;	font-family: Tahoma, helvetica, Arial;	background-color: #f5f5f5;}.tableButton{	font-size: 10pt;	color: #000000;	font-family: Tahoma, helvetica, Arial;	background-color: #ffffff;}.selectTeam{	width: 150;	font-size: 8pt;	font-family: Tahoma, helvetica, Arial;}