body{
	margin-top: 20px;
}



.street-address { color: red; font-weight: bold; font-size: 1.5em;}
.new-address { color: red;}

.old-address { color:#333;
text-decoration:line-through;
}

div.top {height: 121px;}
div.top2 {height: 86px;}

.fleft {float: left;}
.rkmargin {margin-right: 10px;}

.rkspacetop{
	margin-top: 3em;
}
.rkspacetop2{
	margin-top: 6em;
}

/* links*/
a.nodeco{ text-decoration: none;}
a.nodeco:hover{ text-decoration: underline;}

/* search*/
form {margin:0; padding:0;}
input.rk_query {color: #000; margin-right: 5px; height:12px;}
strong.qbutton {cursor: pointer; position: relative;}
div.searchwrapper{overflow: hidden;}

/* dev */
pre{
	font: 9px monaco;
	font-size: 9px;
}

/* tags*/
div.tags a {
	font-weight: bold;
}

/* table*/
table.koch, table.koch td {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table.koch td {
    vertical-align: top;
}

.koch td.mb {
	padding-bottom: 10px;
} 

.koch td.mr {
	padding-right: 10px;
}

.koch td.st {
	font-weight: bold;
}

span.normal {
	font-weight: normal;
}

