body {background-color: #FFF6B7;}

p.normal
{
	font-family: serif;
	font-size: 12pt;
	color: black;
	text-align: justify;
}

p.important
{
	font-family: serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: maroon;
	text-align: justify;
}

td.menu_selected
{
	font-family: serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: navy;
	color: #FFF6B7;
	width: 100%;
	height: 15;
}
	
td.menu_general
{
	font-family: serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: black;
	background-color: white;
	width: 100%;
	height: 15;
}

a.menu:link {color:black; font-family: serif; font-size: 10pt; font-weight: bold; text-decoration: none}
a.menu:visited {color:black; font-family: serif; font-size: 10pt; font-weight: bold; text-decoration: none}
a.menu:active {color:blue; font-family: serif; font-size: 10pt; font-weight: bold; text-decoration: underline}
a.menu:hover {color:blue; font-family: serif; font-size: 10pt; font-weight: bold; text-decoration: underline}