/* CSS Document */
body {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	line-height: 20px;
	text-align: left;
}


a:link {
	text-decoration:none;
	color: #006600;
}
a:visited {
	text-decoration:none;
	color: #006600;
}

a:hover {
	text-decoration:underline;
}

a:active {text-decoration:underline;}

a.comment:link {
	color: #0099FF;
}

#discussion {
	background-color: #D6DC63;
	border: 2px solid #A6AC26;
}

h1 {
	
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #040873;
	letter-spacing: .3em;
	font-size: 28px;
	font-weight: 600;
	
	z-index: 0;
	
}

h2 {
	position:relative;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #040873;
	letter-spacing: .3em;
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
	z-index: 0;
	
}


h2:first-letter {

	font-size: 42px;

}


h3 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
}

.boxborder {
	border: thin solid #000;
}
.blue {
	color: #040873;
	font-size: 12px;
}



.blueletters {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #245386;
}

.letterskef {
	font-family: "Palatino Linotype", Times New Roman, Times, serif;
	font-size: 42px;
	line-height: 50px;
	color: #245386;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: bold;
}
.notes {
	font-family: "Palatino Linotype", Times New Roman, Times, serif;
	font-size:10px;
	color:#000000;
	line-height: 20px;
	text-align: justify;
}

.images {
	font-family: "Palatino Linotype", Times New Roman, Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 600;
	
}
.justifident {
	font-family: "Palatino Linotype", Times New Roman, Times, serif;
	font-size: 14px;
	text-align: justify;
	text-indent: 20pt;
}
.blackcolour {
	color: #000;
}


	div.pub_info {
	border:1px solid #000;
	text-align:center;
	padding:16px;
	font-size:15px;
	line-height:120%;
	margin-bottom:30px;
}

div.pub_info > span {
	background:#fff;
	padding:16px;
	text-transform:uppercase;
	position:relative;
	top:-27px;
	font-size:18px;
	font-weight:bold;
}

.contributors {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	text-align: left;
	color: #000000;
	margin-bottom:100px;
}


.contributors td, .contributors th {
	padding:16px;
	font-size:13px;
	vertical-align:top;
}

.contributors th {
	width:33%;
	text-align:right;
	padding-right:40px;
	color:#000;
	border-right:#000000 1px solid;;
}
.contributors  td {
	width:65%;
	text-align:left;
	padding-left:20px;
}

p.repub_info {
	text-align:justify;
	border-bottom:1px solid #000;
	padding:3px;
	font-size:14px;
	}
.repub_info img {
    padding-left: 20px;
}