a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
a:link {
	color: #ffffff;
	text-decoration: none;

}
a:visited {

	color: #dddddd;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.menuTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	text-align: center;
	background-color: #000060;
}

.txtBody {
	font-family: Times;
	font-size: 12px;
	color: #000000;
}
.txtHead {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.tblhead {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #006699;
}

.tbltxt {
	font-family: Times;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
