SELECT, RADIO, .teamList {
    font-family: VERDANA, ARIAL, HELVETICA, sans-serif;
    font-size: 13px;
    color: #006600;
    background-color: #FFFFFF;

}

INPUT, TEXTAREA {
    font-family: VERDANA, ARIAL, HELVETICA, sans-serif;
    padding: 2px;
    font-size: 13px;
    color: #006600;
    background-color: #FFFFFF;
}

body {
    background-color: #F0F0F0;
    scrollbar-face-color: #AAAAAA;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
}

TABLE {
	font: 11px Tahoma, 11px Arial, 10px Verdana, sans-serif
}

.secHead { font-size: 11pt; font-family: verdana, arial, helvetica, sans-serif; color: #000066; font-weight:bold; padding-top:5px }
.subHead { font-size: 10pt; font-family: verdana, arial, helvetica, sans-serif; color: #000066; font-weight:bold }
.subText { font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; color: #003399 }
.text { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #003399 }
.textBackGreen { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #FFFFFF; background-color:#339933; text-align:center }
.textB { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #003399; font-weight:bold }
.textR { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #003399; text-align:right }
.textC { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #003399; text-align:center }
.textCB { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #003399; font-weight:bold; text-align:center }
.textBR { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #003399; font-weight:bold; text-align:right }
.textBlack { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #000000 }
.textGrey { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #AAAAAA; text-align:center }
.textInv { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #DDDDDD }
.errorText { font-size: 9pt; font-family: verdana, arial, helvetica, sans-serif; color: #990000 }
.iLink { font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; color: #FFFFFF; font-weight: bold }
.Link { font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; color: #003399; font-weight: bold }

A.grid {
	COLOR: #003399
}
A.grid:visited {
	COLOR: #3366cc
}
A.grid:active {
	COLOR: #009900
}
A.grid:hover {
	COLOR: #009900
}


A:link { color:#DDDDDD;  TEXT-DECORATION: NONE; CURSOR: HAND; font-weight: bold }
.textBlack A:link { color:#0066FF; TEXT-DECORATION: NONE; CURSOR: HAND; font-weight: bold }
.text A:link { color:#009900; TEXT-DECORATION: NONE; background-color: #F0F0F0; CURSOR: HAND; font-weight: bold }


A:visited { color:#DDDDDD; TEXT-DECORATION: NONE; CURSOR: HAND; font-weight: bold }
.textBlack A:visited { color:#00CC00; TEXT-DECORATION: NONE; CURSOR: HAND; font-weight: bold }
.text A:visited { color:#006600; TEXT-DECORATION: NONE; background-color: #F0F0F0; CURSOR: HAND; font-weight: bold }


A:hover { background-color:#000000; font-weight: bold }
.textBlack A:hover { TEXT-DECORATION: underline; background-color: #FFFF33; CURSOR: HAND; font-weight: bold }
.text A:hover { TEXT-DECORATION: underline; background-color: #F0F0F0; CURSOR: HAND; font-weight: bold }


A:active { color:#FFFFFF;  TEXT-DECORATION: NONE; CURSOR: HAND; font-weight: bold }

.formButGrn, .formButGrn:focus {
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #009900;
    font-weight: bold;
}

.formButRed, .formButRed:focus {
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #990000;
    font-weight: bold;
}

input:focus, textarea:focus, select:focus {
 background-color: #f2fef5; border:2px solid black;
}

