/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
/* generic links */
A:link {
	text-decoration: none;
	color: #CC00CC;
	font-weight: 700;
}
A:visited {
	text-decoration: none;
	color: #AA00AA;
	font-weight: 700;
}
A:active {
	text-decoration: none;
	color: #CC00CC;
	font-weight: 700;
}
A:hover {
	text-decoration: underline; 
	color: #CC00CC;
	font-weight: 700;
}


/* top horizontal nav buttons */
.topNav A:link {
	text-decoration: none;
	color: #CC00CC;
	padding-left: 15px;
	font-weight: 700;
}
.topNav A:visited {
	text-decoration: none;
	color: #AA00AA;
	padding-left: 15px;
	font-weight: 700;
}
.topNav A:active {
	text-decoration: none;
	color: #CC00CC;
	padding-left: 15px;
	font-weight: 700;
}
.topNav A:hover {
	text-decoration: underline; 
	color: #CC00CC;
	padding-left: 15px;
	font-weight: 700;
}

/* footer nav */
.ftrNav A:link {
	text-decoration: none;
	color: #ffffff;
	padding-left: 15px;
	font-weight: 700;
}
.ftrNav A:visited {
	text-decoration: none;
	color: #ffffff;
	padding-left: 15px;
	font-weight: 700;
}
.ftrNav A:active {
	text-decoration: none;
	color: #ffffff;
	padding-left: 15px;
	font-weight: 700;
}
.ftrNav A:hover {
	text-decoration: underline; 
	color: #ffffff;
	padding-left: 15px;
	font-weight: 700;
}

.ftrText{
	text-decoration: none;
	color: #ffffff;
	padding-left: 15px;
	font-weight: 700;
}

/* TEAM SPECIFIC */
.t1 { background-color: #FFCCCC;
	
}

.t2 { background-color: #CCFFCC;
	
}

.t3 { background-color: #CCCCFF;
	
}

.t4 { background-color: #CCFFFF;
	
}

.t5 { background-color: #FFCCFF;
	
}

.t6 { background-color: #FFFFCC;
	
}
