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

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

body {
	font-size: 80%;
	line-height: 150%;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

.tc {
	text-align: center;
}
.tb {
	font-weight: bold;
}
.ti {
	font-style: italic;
}
