body {
	font-family: sans-serif;
	font-size: 12px;
}

td {
	font-family: sans-serif;
	font-size: 12px;
}

.navBar {
	font-weight: bold;
}

a.navLink:link {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

a.navLink:visited {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

a.navLink:hover {
	color: white;
	text-decoration: underline;
	font-size: 12px;
}

a.tsmLink:link {
	color: white;
	text-decoration: none;
}

a.tsmLink:visited {
	color: white;
	text-decoration: none;
}

a.tsmLink:hover {
	color: white;
	text-decoration: underline;
}

.title {
	font-weight: bold;
	font-size: 18px;
	color: white;
}

.subtitle {
	font-weight: bold;
	font-size: 13px;
	color: white;
}

.sectionTitle {
	font-weight: bold;
	font-size: 13px;
}

.legal {
	font-size: 10px;
	color: white;
}

a.legalLink:link {
	color: white;
	text-decoration: none;
	font-size: 10px;
}

a.legalLink:visited {
	color: white;
	text-decoration: none;
	font-size: 10px;
}

a.legalLink:hover {
	color: white;
	text-decoration: underline;
	font-size: 10px;
}

