/* CSS Document */
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}

a:link {
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

h1 {
	font-size:large;
	font-weight:bold;
	color:#8F0000;
}

h2 {
	font-size:medium;
	font-weight:bold;
}

.buttonBar {
	font-weight:bold;
}

/* for the button bar */
.buttonBarLink:link {
	text-decoration: none;
	color: #FFFFFF;
}

.buttonBarLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.buttonBarLink:hover {
	text-decoration: none;
	color: #000000;
}

.buttonBarLink:active {
	text-decoration: none;
	color: #000000;
}

.mainCell {
	padding:0px 8px 8px 8px;
}

.headerCell {
	padding:8px;
}

.copyright {
	color:#fff;
}

.ltsd {
	font-weight:bold;
}

.ltsd2 {
	font-weight:bold;
	color:#B1C9E1;
}