
/*color: #009476;/* c1*/
/*color: #666666;/* c2*/
/*color: #FFFFFF;/* c3*/

A:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666666;/* c2*/
	font-weight: bold;
}
A:visited {	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666666;/* c2*/
	font-weight: bold;
}
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #009476;/* c1*/
	font-weight: bold;
}
A:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666666;/* c2*/
	font-weight: bold;
}
.yel A:hover  {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #ff9900;
	font-weight: bold;
}
.t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;/* c2*/
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009476;/* c1*/
	font-weight: bold;
}
.t3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009476;/* c1*/
	font-weight: bold;
}
.t4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009476;/* c1*/
	font-weight: bold;
}
.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;/* c2*/
	font-weight: bolder;
}

.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009476;/* c2*/
	font-weight: bolder;
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
}
.nospecial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009476;/* c2*/
	font-weight: bolder;
	background-color: #ffffff;/* c1*/
	padding: 10px;
	text-align: center;
}
.norepeat {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/thefootspacewatermark.gif);
}