	A.menua	{	text-decoration: none;	color: #FFFFFF;	display: block;	height: 100%;	width: 100%;	}	A.submenua	{	text-decoration: none;	color: #FFFFFF;	}	BODY	{	background: #FFFFFF;	margin: 10px 10% 10px 10%;	cursor: default;	}	TABLE.main	{	border: 2px solid #000000;	height: 100%;	width: 100%;	}	TABLE.menu	{	border: 0px;	height: 100%;	width: 100%;	font-size: 9pt;	background: #00B000;	}	TABLE.submenu	{	height: 100%;	width: 100%;	font-size: 9pt;	padding: 0px 2px 0px 2px;	background: #809FD0;	}	TD	{	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000000;	font-size: 13px;	}	P	{	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000000;	font-size: 13px;	}	.content	{	background: #D0E0F0;	border: 0px;	height: 100%;	width: 100%;	font-size: 9pt;	color: #000000;	}	TD.counter	{	background: #D0E0F0;	border: 0px;	height: 40;	width: 100%;	font-size: 8pt;	color: #000000;	}	TD.endmenu	{	border-bottom: 1px solid #000000;	}	TD.notselected	{	border-bottom: 1px solid #000000;	background: #00B000;	color: #FFFFFF;	text-align: center;	}	TD.selectedwithoutsub	{	border-left: 1px solid #000000;	border-right: 1px solid #000000;	background: #D0E0F0;	color: #000000;	text-align: center;	}	TD.selectedwithsub	{	border-left: 1px solid #000000;	border-right: 1px solid #000000;	background: #809FD0;	color: #000000;	text-align: center;	}	TD.subnotselected	{	border-bottom: 1px solid #000000;	background: #809FD0;	text-align: center;	}	TD.subselected	{	border-bottom: 1px solid #000000;	background: #809FD0;	text-align: center;	}		#test	{	border: 1px solid red;	}		IMG.flag {		border: 1px solid black;	}

.pageTitle {
	display: block;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.heading {
	margin-top: 25px;
	display: block;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.subHeading {
	margin-top: 25px;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.small {
	font-size: 8pt;
}
.large {
	font-size: 14pt;
}