	/* currently ms1 and ms2 style not in use */
	p.ms1 {
			/*		display: block;  */
			background-color: #0063AB;
			background-image:url(css/images/bullet-footer-col.png);
			/*	border-style: solid;
					border-width: 1px;
					list-style-type: none; */
			margin-top: 0;
			margin-bottom: 0 em;
			margin-left: 0;
			margin-right: 0;
		/*	width: 393px; */
			padding-left: 16px;
			padding-top: 2px;
			padding-bottom: 8px;
			color: white;
			font-size: 16px;
			letter-spacing: 0.5px;
			text-align: justify;
			color:#ffffff
		}
	p.ms2 {
		background-image:url(css/images/bullet-footer-col.png);
		padding-left: 16px;
		padding-top: 0px;
		padding-bottom: 0px;
		color: black;
		font-size: 16px;
		letter-spacing: 0.5px;
		text-align: center;
	}
	
	ul.mslist{
		list-style:none; list-style-position: inside; padding-top:0px;}
	ul li.mslist{
		padding-left:8px; background:url(css/images/bullet.png) no-repeat 0 9px; padding-bottom:5px;
	}
	/*
	#tul{
		list-style:square; list-style-position: inside; padding-top:0px; background-color:red;
	}
	*/
	
	/* style for table */
	table {
		width: 100%;
		border: 1px solid #DCDCDC; /*0.5px not working in chrome*/
		border-spacing: 0px 0px;
	}
	th {
		width: 268px;!important;
		border: 1px solid #DCDCDC; /*0.5px not working in chrome*/
		color: #FFFFFF;
		text-shadow: rgba(0,0,0,0.5) 0px 1px 2px;
		font-size: 15px;
		letter-spacing: 0.5px;
		text-align: center;
		background-color: #249EC6;
		padding: 6px 0px;
	}
	td {
		border: 1px solid #DCDCDC; /*0.5px not working in chrome*/
		font-size: 14px;
		font-weight: bold;	
		/*	line-height:16px;
		background-color: #F4F4F4;
		*/
	}
	mbold{font-weight:200;}
	
		
	/* own style for photo gallery */
	div.img{ margin-left: auto; margin-right: auto;}
	div.img img{
		border: 6px solid #249EC6;
			
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;

		margin-right: 4px;
	}
	div.img a:hover img {
		border: 6px solid #18607A;
	}
	/* end of own style for photo gallery */	
	
	tr.ex1 a{color: #ffffff; text-decoration: none; cursor: pointer; display:block}
	tr.ex1 th:hover, tr.ex1 th:active{background-color: #18607A}
	tr.ex1 th:visited{background-color:#FF6E00}	
/*	th.ex2:hover, th.ex2:active, th.ex2:visited{background-color: #18607A}*/
	tr.ex3 a{color:#828282; text-decoration: none; cursor: pointer; display:block; letter-spacing:2px; margin:4px auto;}
	tr.ex3:hover{background-color:#18607A}
	tr.ex3:hover a{color:#FFFFFF!important}
