/* KIB publisher stylesheet for KI external web. */
/* Ulf Kronman. 2003-02-18 */
/*
   Edited 2005-12-11/UK
*/

/* Common HTML classes */

body {
    /* margin : 8px 8px 8px 8px; */
    padding : 0px 0px 0px 0px;
    background : #FFFFFF;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
}

p, ul, ol, dl, h1, h2, h3, h4, h5, h6 {
	margin-top : 0px;
	margin-bottom : 0px;
}

p {
	margin-top : 0px;
	margin-bottom : 6px;
	line-height : 16px;
}

td, th {
	font-size : 12px;
}

li {
	margin-top : 0px;
}

hr {
	color : #333333;
	height : 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin-top : 12px;
	margin-bottom : 0px;
	color : #333333;
}

h1 {
	margin-top : 14px;
	margin-bottom : 8px;
	font-size : 18px;
}

h2 {
	font-size : 14px;
}

h3 {
	margin-top : 0px;
	font-size : 14px;
}

h4 {
	font-size : 12px;
}

h5 {
	font-size : 10px;
}

/* Default links */

a {}

a:visited {}

a:active {}

a:hover {
    text-decoration: underline;
}

/* Original KI custom classes for body text */

.head {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-top : 4px;
  line-height : 22px;
}

.breadhead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight:bold;
}

.nowhead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight:bold;
  color: #993333;
  text-decoration: none;
}

.ingress {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.newssum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.newssum a {
	color: #000000;
	text-decoration: none;
}

.newssum a:active {}

.newssum a:visited {}

.newssum a:hover {
    color: #660000;
	text-decoration: underline;
}


/* Classes for news list */

.list {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.list a {
    color: #000000;
    text-decoration: none;
}
.list a:active {
    color: #000000;
    text-decoration: none;
}
.list a:visited	{
    color: #000000;
    text-decoration: none;
}
.list a:hover {
    color: #660000;
    text-decoration: underline;
}

.marginlink {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.marginlink a {
  color: #000000;
  text-decoration: none;
}

.marginlink a:active {}

.marginlink a:visited {}

.marginlink a:hover {
  color: #666666;
  text-decoration: none;
}

.boldmarginlink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #330000;
}

.boldmarginlink p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #330000;
}

.boldmarginlink a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #330000;
  text-decoration: none;
}

.boldmarginlink a:active {}

.boldmarginlink a:visited {
}

.boldmarginlink a:hover {
  color: #999999;
  text-decoration: none;
}

.boldlink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
  color: #333333;
}

.boldlink:hover {
  text-decoration: none;
}

.boldlink a {
  color: #333333;
  text-decoration: none;
}

.boldlink a:active {}

.boldlink a:visited {}

.boldlink a:hover {
  text-decoration: none;
}


/* KIB amendments Ulf Kronman, 2003-02-16 */

.boldlink p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
}

.boldlink p a {
  color: #333399;
  text-decoration: none;
}

.boldlink p a:visited {}

.righthead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #993333;
}

.boxhead {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
}

.boxhead a {
   color: #ffffff;
   text-decoration: none;
}

.boxhead a:active {}

.boxhead a:visited {}

.boxhead a:hover {
	color: #ffffff;
    text-decoration: underline;
}

.foot {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}

.foot a {
  color: #993333;
  text-decoration: none;
}

.foot a:active {}

.foot a:visited {}

.foot a:hover {
  text-decoration: underline;
}

