/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FBE2A2;
	margin-top: 10px;
	margin-left: 60px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	background-color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #CC3300;
}
.style1 {
	font-size: 14px
}
.style2 {font-size: 12px}
.style3 {
	text-align: center;
}
.style4 {
	text-align: center;
	font-size: medium;
}
.tbl_teamheader {
	font-weight: bold;
	background-color: #CC0033;
	padding: 5px;
	margin-left: 8px;
	color: #FFFFFF;
	font-variant: small-caps;
}
.tbl_teamrow {
	background-color: #FFFFCC;
}
.tbl_teamrowshade {
	background-color: #FFFFFF;
	padding: 5px;
}
#Layer1 {
	position:absolute;
	left:80px;
	top:322px;
	width:475px;
	height:394px;
	z-index:1;
}

