.MenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
}
.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #104989;
}
.Home_address {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #104989;
	line-height:13pt;
}
.Home_tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #104989;
	line-height:12pt;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.subText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #104989;
	padding:8px;
	 background-color:#FFFFCC;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: normal;
	color: #000000;
	padding-left:30px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:#000000 1px solid;
	
}	
.submenu:hover {
	background-color:#CEE0F4;
}	
ul	{
	padding-left:10px;
}

li	{
	padding-bottom:10px;
}

.submenu a{
	text-decoration:none;
	color:#000000;
}

#baseTable {
	border: 2px solid #B3CAEA;
}

/* BLACK MENU */
	#menuContainer {
		background-color:black;
		color:white;
		font-family: Arial, Helvetica, sans-serif;
		font-size:7.5pt;
		padding-left:25px;
		line-height:14px; /* ensure height */
		padding-top:1px; /* ensure text centralisation */
	}
	#menuContainer a {
		color:white;
		background-color:transparent;
		text-decoration:none;
	}
	#menuContainer a:hover {
		color:yellow;
	}	
	#menuBorder {
		border-top:1px solid black;
		border-bottom:1px solid black;
		background-color:white;
		padding-top:1px;
		padding-bottom:1px;
		margin-top:5px;
		margin-bottom:2px;
	}
	

/* SUBMENU */
	#subMenu {
		width:198px;
	}
	
	.mItem {
		margin:0px;
		padding-left:20px;
		padding-top:8px;
		padding-bottom:8px;
		padding-right:20px;
		line-height:12px;
		border:1px solid black;
		border-left:0px solid white;
		border-top:0px solid white;
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
		
	 }
	 .mSelected {
	 	background-color:#CEE0F4;
	 }
	.mItem:hover {
		background-color:#CEE0F4;
	 }
	 
	 .mItem a{
	 	text-decoration:none;
		color:black;
	 }
	 #subMenuCol {
		 background-image:url(images/submenu_col.gif);
		 background-repeat:repeat-y;
	 }