p.mission
{
	font-size	: 8pt;
	font-family	: Tahoma, Verdana, Arial, Times New Roman;

	color		: #000000;

	text-align	: left;
	text-decoration	: none;

	border-left	: 0px;
	border-right	: 0px;
	border-top	: 0px;
	border-bottom	: 2px #0099cc solid;

	margin-top	: 0px;
	margin-bottom	: 2px;
	margin-left	: 0px;
	margin-right	: 0px;
}

p.menu
{
	border-left	: 0px;
	border-right	: 0px;
	border-top	: 0px;
	border-bottom	: 0px;

	padding-left	: 9px;
	padding-right	: 9px;
	padding-top	: 4px;
	padding-bottom	: 4px;

	margin-top	: 0px;
	margin-bottom	: 0px;
	margin-left	: 0px;
	margin-right	: 0px;

	text-align	: left;

	font-weight	: bold;
	font-family	: Tahoma, Verdana, Arial, Times New Roman;
	font-size	: 8pt;

	background	: #0099cc;
	color		: #ffffff;
}

a.menu:link,
a.menu:visited,
a.menu:active
{
	color		: #e6e7f0;
	text-decoration	: none;
}

a.menu:hover
{
	background	: #ffcc00;
	color		: #000000;
}