#pic {
      float: right;
		width: 55%;
		margin-left:   2em;
		text-align: center;
		font-size: 80%;
		font-weight: bold;
		color: #36F;
}

#searchbox {
   float: left;
   margin-right: 1em;
}

td.searchheader {
    background-color: #0000b3;
    color: #ffffff;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

td.searchbody {
    background-color: #ebebeb;
    color: #000000;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

td.searchbodyborder {
    background-color: #ebebeb;
    border: 1px;
    border-color: #0000b3;
    border-style: solid;
    color: #000000;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

a.searchbody {
    background-color: transparent;
    color: #0000b3;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

a.searchbody:hover {
    background-color: transparent;
    color: #00b300;
    font-weight: bold;
    text-decoration: underline;
}