/* dnb-style */
/*046054 20B2AA*/
BODY { 
	background-color:#134855;
	color: #ffffff;
	margin: 2%;
}
BODY, P, TD, TH, PRE, UL, LI, BLOCKQUOTE, DIV, EM, STRONG {
	font-family: Times, "Times New Roman", serif; 
	font-size: 1em;
       color: white;
}




UL, LI  {
padding-right: 2em;
}
.center  {
 text-align: center;
 align: center;
vertical-align: baseline;
}
A:link {
 color: #111111;
	text-decoration: underline;
 background-color:#134855;
}
A:active {
 color: #eff1e0;
	text-decoration: underline;
 background-color:#134855;
}
A:hover {
 color:#becca0;
	text-decoration: underline;
 background-color:#134855;
}
A:visited {
 color: #222222;
	text-decoration: underline;
 background-color:#134855;
}
B, STRONG {
	font-weight: bolder; 
}
HR {
	background-color: #134855;
border-style: solid;
border-color: #000000;
	height: 1px;
}
UL {
	list-style-position: outside;
list-style-type: square;	
	}
.more  {
padding: 2em;
}
LI.end     {
	margin-top: 2em;
      padding-right: 2em;
}
 .short   {	
   margin-top: 0em;
   margin-bottom: 0em;
}
.larger  {
 font-size: larger;
}
.teeny   {	
font-size: smaller;
}
.tiny   {	
font-size: smaller;
margin: 2%;
}