BODY {
   margin:0px;
   padding:0px;
   text-align:center;
   background-color:#eeeeec;
   color:#000;
   font: normal 10pt Helvetica, Arial, Verdana, sans-serif;
}

FORM { margin:0; padding:0; }

a:link {
     color:#204a87;
     text-decoration:none;
     }

a:visited {
     color:#204a87;
     text-decoration:none;
     }

a:hover {
     color:#9fbe4c;
     text-decoration:underline;
     }

.BOKBlue {color:#75a3ed;}
.BOKGreen {color:#9fbe4c;}
.BOKOrange {color:#FB9D39;}

#doc {
	background-color:#ffffff;
   width:900px;
   margin:10 auto;
   padding:10px;
	border:1px solid #fff;
	border-color: #CCC #777 #777 #CCC;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
 }

#h {
   text-align:left;
   margin-bottom:5px;
   padding:10px 0px;
   border-bottom:3px solid #204a87;
}

#nav {
	text-align:left;
	margin:0px 0px 5px 0px;
	padding:0px;
}

#f {
   width:900px;
   text-align:left;
   margin-top:10px;
   border-top: 3px solid #3465a4;
   padding-top:10px;
}

#p {
   width:900px;
}

#l {
    width:525px;
    float:left;
    text-align:left;
    margin-right:10px;
}

#r {
	width:350px;
	float:right;
	text-align:left;
}

.pt {
     font: normal 8pt Helvetica, Arial, Verdana, sans-serif;
     }

.tweet
{
display: block;
background: #fff;
clear: both;
margin: 0px;
overflow: hidden;
padding:.5em 0;
}

.tweet img
{
float:left;
border: 1px solid #000;
background: #fff;
margin:3px 3px 3px 0px;
}

.tweet p.text
{
margin: 0px;
padding: 0px;
padding-left: 55px;
font: normal 10pt Helvetica, Arial, Verdana, sans-serif;
}

.tweet p.text b
{
font: bold 11pt Helvetica, Arial, Verdana, sans-serif;
}


.quotes {
	  margin:20px 0px 20px 0px;
	  padding-left:55px;
	  background: url(/Img/quote-open.png) no-repeat top left;
	  color:#666;
     text-align:right;
}

.quotes DIV {
	font: bold 13pt Times New Roman, Georgia, Times, serif;
   padding-right:50px;
   padding-top:5px;
   margin-bottom:15px;
   margin-right:50px;
	text-align:left;
	background: url(/Img/quote-close.png) no-repeat bottom right;
}