/*--  filename = mapsoc.css  --*/
  
body {
	font-family: Times;
	background: url(../ill/maphist.gif);
}

.h1_mapSoc {
	position: relative;
		top: 20px;
		width: 70%;
    		margin-left: 15%;
		margin-right: 15%;
		padding: 10px 0px 10px 0px;
		vertical-align: top;
	font-size: 25px;
  	font-family: "Times New Roman";
	font-size: 22px;
	color: blue;
	background-color: transparent;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	border: 4px double blue;
}

p {
	position: relative;
	top: 10px;
	color: blue;
	padding: 0px 40px 20px 30px;
}

TABLE.data {
	font-family: "Times New Roman";
	font-size: 12;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	width: 80%;
	border: 4px Blue;
	border-style: double;
}

div.container {
	display: block;
	/*--  border: 2px solid orange;  --*/
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	/*--  overflow-x:auto  --*/
}

.table-1 {
	position: relative;
	top: 25px;
	width: 70%;
    	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*--  border: 2px solid blue;  --*/
}

.table-1, td, th {
	width: 60%;
	text-align: center;
/*--	border: 2px solid blue;  --*/
	padding: 10px;
}

.table-2 {
	position: relative;
	top: 35px;
	width: 40%; 
	margin-left: 30%; 
	margin-right: 30%;
	text-align: center;
}    

.table-3 {
	position: relative;
	top: 25px;
	width: 70%;
    	margin-left: 15%;
	margin-right: 15%;
	text-align: left;
}

TD.kopje {   /*--  Sub-Headings  --*/
  	font-family: "Times New Roman";
	font-size: 22px;
	font-weight: 600;
	color: blue;
	background-color: transparent;
	padding: 10px;
	vertical-align: top;
	width: 180px;
}
TD.tekst {   /*--  Text  --*/
	vertical-align : top;
	padding: 10px;
	text-align: left;
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: 400;
	color: blue;
	background-color: transparent;
}
TD.titel {  /*--  Top Headline  --*/
	position: relative;
		top: 20px;
		width: 70%;
    		margin-left: 15%;
		margin-right: 15%;
		padding: 10px 0px 10px 0px;
		vertical-align: top;5px;
  	font-family: "Times New Roman";
	font-size: 22px;
	font-weight: 600;
	color: blue;
	background-color: transparent;
	line-height: 30px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	border: 4px double blue;

}

hr {
	position: relative;
	display: block;
	width: 90%;
	margin-top: 3.5em;
	margin-bottom: 0.5em;
	border-style: inset;
	border-width: 1px;
}

/*--
a:link    {
	font-size: 20px;
	color : #0000FF;
	text-decoration: none
}

a:visited {
	color : #0000FF;
	text-decoration: none
}

a:hover   {
	color : #FF0000;
	text-decoration: none
}

body {
	font-family: Times;
	background: url(../ill/maphist.gif);
}

--*/

hr {
	position: relative;
	display: block;
	width: 90%;
	margin-top: 3.5em;
	margin-bottom: 0.5em;
	border-style: inset;
	border-width: 1px;
}

/*----------------------------------------------------*/
/*--  Last Copyright & Modified Date  --*/
/*--  vietnam-pubs.html  --*/
/*--  Use HTML: <span class="JSHcopyright-vnPubs"> to invoke --*/

.JSHcopyright{
	color: black;
	position: fixed;
	bottom: 50px; /*--  larger # is higher from bottom of window. --*/
	left: -35px;  /*--  force to left  --*/
	width: 110px;
	height: 35px;
	border: 1px solid #6d0019;
	margin:  1px 0px 0px 3px;  /*-- Outside border top right bottom left --*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
		/*--  Color is defined on individual pages.
			vietnam-pubs.html = color: #009966??; /*-- green --*/
		   /*-- about_photos.html = color: #009966??;
			       index.html = color: white;  --*/
		color: black;
		background-color: transparent;
		font-size: 0.5625em;
		letter-spacing: 0px;
		line-height: 8px;
		font-weight: 100;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		padding: 3px 0px 0px 0px;  /*-- Inside Border top right bottom left --*/
	/*--  Rotate  --*/
	-ms-transform: rotate(-90deg);  /*--  IE 9  --*/
	-webkit-transform: rotate(-90deg);  /*--  Chrome, Safari, Opera  --*/
	transform: rotate(-90deg);
}
