body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h2 {
	font-size: 18px;
	color: #003368;
	font-weight: bolder;
}
table.bord {
	border: thin groove #999999;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
td.top {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
td.bluebord {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-bottom-color: #0B4199;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
td.footer{
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
}
a.footer {
	font-weight: bold;
	color: #FFFFFF;
}
a.footer:hover {
	color: #FFFF99;
}
td.menuact {
	font-size: small;
	font-weight: bolder;
	color: #013366;
}
a.menuact {
	color: #013366;
}
td.menuinact {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
a.menuinact {
	color: #ffffff;
}
a.menuinact:hover {
	color: #FFFF99;
}