body {
	background-color: #E5E6E6;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 10px;
}

td.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DAEBC1;
}
.content {
	color: #542989;
	font-family: "Verdana";
	font-size: 18px;
	line-height: 24px;
}
.footer {
	font-family: "Verdana";
	text-align: center;
}

.ub_heading {
	font-weight: bold;
	text-decoration: underline;
}

h1.heading {
	font-family: "Verdana";
	color: #542989;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}
h2.heading {
	font-family: "Verdana";
	color: #542989;
	font-size: 18px;
	line-height: 24px;
}

a:link {
	text-decoration: none;
	color: #542989;
}
a:visited {
	text-decoration: none;
	color: #542989;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.footerlink {
	text-decoration: underline;
	color: #000000;
}

a.boldlink:link, a.boldlink:visited, a.boldlink:hover {
	text-decoration: underline;
	font-weight: bold;
}
