body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #124dab;
}

a:hover {
	text-decoration: underline;
}

a.menu:hover {
	text-decoration: none;
}

a.menu_selected {
	font-weight: bold;
}

.blue a {
	color: #fff;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight: normal;
}

table {
	font-size: 12px;
}

table.main {
	width: 100%;
	height: 100%;
}

table.menu {
	width: 685px;
	font-size: 16px;
	color: #124dab;
}

td {
	vertical-align: top;
}

td.top {
	height: 84px;
	vertical-align: bottom;
	background-image: url('graphics/gradient.jpg');
	background-repeat: repeat-x;
}

td.menu {
	height: 45px;
	padding-left: 260px;
	vertical-align: middle;
}

td.footer {
	height: 33px;
	padding-left: 260px;
	vertical-align: middle;
	background-color: #00529e;
	color: #ffffff;
}

td.green {
	padding: 10px;
	background-color: #657433;
	color: #ffffff;
}

td.blue {
	padding: 10px;
	background-color: #00529e;
	color: #ffffff;
}

