BODY {
	background-color: white;
}

HR {
	color: navy;
}

TD {
	font-family: Tahmoma, Verdana, Arial;
	font-size: 11px;
}

A {
	color: Blue;
	text-decoration: none;
}

A:Hover {
	color: red;
	text-decoration: underline;
}

A.menu {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

A.menu:hover {
	color: navy;
}

.TxtTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: Navy;
}

.TxtSubtitle {
	font-family: Verdana;
	font-size:13px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

.TxtBld {
	font-weight: bold;
}

.TxtSml {
	font-size: 10px;
}