@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #FFFFFF;
}
.copyright {
	color: #FFFFFF;
	background-color: #1F6668;
}
a:visited {
	color: #000000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:16px;
}
h2 {
	font-size: 14px;
}
.menu {
	font-size: 13px;
	font-weight: bold;
	color: #1F6668;
}
.menu a {
	font-weight: bold;
	color: #1F6668;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.btmmenu {
	color: #000000;
}
.links {
	color: #000000;
	background-color: #D2E0E1;
}
.pointerhand {
	cursor: pointer;
	cursor: hand;
}
.bold {
	font-weight:bold;
}
.tableheading {
	color: #FFFFFF;
}
