body {

background-color: white;
/*color: #333;*/
color: black;
font-size:80%;
font-family:sans-serif;
margin:0;
padding:0;
margin-bottom: 5em;
}


div#div_tabs,
div#div_tabs a
{
font-weight: bold;
color: white;
background-color:#06348C;
text-decoration: none;
padding: .5em 1.2em .5em 1.2em; /* trbl */
}

div#div_tabs a:hover
{
color: #06348C;
background-color:white;
}

div#div_tabs li,
ul#ul_tabs {
display: inline;
}

div.tabshadow{
background-image:url('img/dropshadow5.png');
width:100%;
height:5px;
/*margin-bottom: 4em;*/
}

div#body {
width: 600px;
margin-left: auto;
margin-right: auto;
}

img {
border:0;
}
