* { margin: 0;}
html, body {height: 100%;}

#header { text-align:center; background:#fff url(../images/bg_header.png) repeat-x 100% 100%; height:170px;}

a:link {color:#0000FF;}      /* unvisited link */
a:visited {color:#0000FF;}  /* visited link */
a:hover {color:#800000;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */ 



 a:link.team { color: #666666; font-size:13; text-decoration: none; font-weight: bold; font-family:arial }
 a:visited.team { color: #666666; font-size:13; text-decoration: none; font-weight: bold; font-family:arial }
 a:hover.team { color: #000000;  font-size:14; text-decoration: none; font-weight: bold; font-family:arial}
 a:active.team { color: #000000;  font-size:14; text-decoration: none; font-weight: bold; font-family:arial}
 
 input
{
color: #000000;
background: #DEE7F5;
border: 1px solid #0000ff;
}
textarea
{
background: #DEE7F5;
SCROLLBAR-3DLIGHT- COLOR: #0000ff;
SCROLLBAR-ARROW- COLOR: #0000ff;
  SCROLLBAR-BASE-COLOR: #0000ff;
  SCROLLBAR-TRACK-COLOR: #0000ff;
  SCROLLBAR-DARKSHADOW-COLOR: #0000ff;
  SCROLLBAR-FACE-COLOR: #DEE7F5;
  SCROLLBAR-HIGHTLIGHT-COLOR: #DEE7F5;
  SCROLLBAR-SHADOW-COLOR: #0000ff;
border: 1px solid #90000ff
}
select { 
 background-color: #DEE7F5; 
 color: #0000ff; 
}


.reset
{
color: #F3EFE0;
background: #9A3334;
border: 2px outset #F3EFE0;
margin-left: 10pt
} 
.submit
{
color: #F3EFE0;
background: #9A3334;
border: 2px outset #F3EFE0;
margin-left: 10pt
} 

.radio
{
color: #F3EFE0;
background: #F3EFE0;
border: 1px solid #F3EFE0;
margin-left: 10pt
} 

fieldset {
		border: 1px solid #9A3334;
		width: 20em;
		}

fieldset.calc {
		border: 1px solid #9A3334;
		width: 25em;
		}
		
legend {
		color: #F3EFE0;
		background: #9A3334;
		border: 1px solid #781351;
		padding: 2px 6px;
		font-weight: bold
		}
