/* CSS Document */

nav.td {
	font-family: helvetica;
	font-size: 11.5px;
	line-height: 17px;
	color: #333333;
}

td {
	font-family: helvetica;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
td.trackedIn {
	font-family: helvetica;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
td.tools {
	font-family: helvetica;
	font-size: 10.5px;
	line-height: 15px;
	color: #333333;
}
td.copyright {
	font-family: arial;
	font-size: 10.5px;
	line-height: 15px;
	color: #333333;
}
p.name {
	font-family: helvetica;
	font-size: 11.5px;
	line-height: 1.2 em;
	margin-top: 0.55em;
	margin-bottom: 0.1em;
	color: #333333;
}
td.blueLinks {
	font-family: helvetica;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}

td.sitemap {
	font-family: helvetica;
	font-size: 11.5px;
	line-height: 17px;
	color: #333333;
}

.blueLinks A:LINK {font-family:Arial, sans-serif; font-size:10px; color: #333333; text-decoration:none;}
.blueLinks A:VISITED {font-family:Arial, sans-serif; font-size:10px; color: #333333; text-decoration:none;}
.blueLinks A:HOVER {font-family:Arial, sans-serif; font-size:10px; color: #003300; text-decoration:underline;}

.sitemap A:LINK {font-family:Arial, Helvetica, sans-serif; font-size:11.5px; color: #333333;}
.sitemap A:VISITED {font-family:Arial, Helvetica, sans-serif; font-size:11.5px; color: #333333;}
.sitemap A:HOVER {font-family:Arial, Helvetica, sans-serif; font-size:11.5px; color: #001E44;}
	
A:LINK {
	color: #333333;
}
	
A:VISITED {
	color: #333333;
}
	
A:HOVER {  
	color: #001E44; }

<!-- BELOW IS CSS USED TO CONTROL FOOTER DEFINES CONTENT AND FOOTER AND BY HEIGHT DETEMINES THE Y POSITION OF THE FOOTER -->
#content {
	padding: 0px;
	background-color: #ffffff;
	width: 98%;
	}
#footer {
	position: absolute;  /* Needed for Safari */
	padding: 0px;
	background-color: #ffffff;
	width: 98%;
	border:none;
	}
#footer h1 {
	padding-bottom: 0;
	}
h1, p {
	margin: 0;
	padding-bottom: 1em;
	}
h1 {
	font-size: 12px;
	line-height: 1.5em;
	color:#545353;
	text-decoration:none;
	}