A.menu_link {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Maroon;
	background-color: #E0D5AE;
	text-decoration: none;
}

A.menu_link:hover {
	color: Black;
	font-style: italic;
}

BODY {
	background-color: White;
	font-family: sans-serif;
   font-size : 8pt;
	color: Maroon;
}

table.menu {
	background-color: #E0D5AE;
	border: medium double Maroon;
}

td.inc_footer {
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
}
td.inc_footer_bold {
	font-family : sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
a.footer_link {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Maroon;
	background-color: #E0D5AE;
	text-decoration: none;
}

td.inc_pu_footer {
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #E0D5AE;
}
td.main_text {
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #E0D5AE;
}

A.main_text {
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #E0D5AE;
	color: Maroon;
	text-decoration: none;
	font-weight: bold;
}

A.main_text:hover {
	color: Black;
	font-style: italic;
}


