/* ================================================ */
/* Nationaal Archief: Emigratiekaarten Australië    */
/* Website content styles                           */
/* Media: screen                        	      	    */
/* Februari 2006, v1.0                      	  	    */
/* ------------------------------------------------ */
/* Copyright Hic et Nunc            						          */
/* www.hicetnunc.nl - info@hicetnunc.nl             */
/* ================================================ */


/* ******************** */
/* HTML tag styles      */
/* ******************** */

body {
	padding-top: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000;
	background-color: #fff;
}

/* headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	margin-bottom: 1.2em;
	padding: 0;
	font-weight: bold;
	color: #2d6c93;
}
h1 {
	margin-bottom: 1.3em;
	font-size: 1.4em;
}
h2, h3, h4, h5 { font-size: 1.2em; }

/********* TABLE and related tag styles *********/
.title {
	font: bold 9pt Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.text {
	font: 9pt Arial, Helvetica, sans-serif;
}

#footer {
	margin-top: 2em;
	padding: 10px;
	text-align: center;
}

.buttonBorder {
	padding: 2px 10px 2px 10px;
	border: 1px solid #001d68;
	font: bold 11px Arial, sans-serif;
	color: #001d68;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #b2c6eb;
	cursor: pointer;
}
a.buttonBorder:link, a.buttonBorder:visited {	
	margin-right: 5px;
	padding: 1px 3px 3px 3px;
	color: #001d68;
	text-decoration: none;
}
html>body a.buttonBorder:link, a.buttonBorder:visited {
	padding: 3px 5px 3px 5px; /* IE/Win hack */
}
a.buttonBorder:hover {	
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	background: #d8e2f5;
}

