body{
    background: url(/i/bg.jpg) #584324;
    font-size: 85%;
}
body, td{
    font-family: "Courier New", Times, serif;
    color: #28241E;
}
.bgLeft{
    background: url(/i/bg_left.gif) repeat-y top right;
}
.bgRight{
    background: url(/i/bg_right.gif) repeat-y top left;
}
.bgCenter{
    background: url(/i/bg_center.jpg) #ECC498 top left;
}
.bgLeft2{
    background: url(/i/bg_left2.jpg) top;
}
.bgRight2{
    background: url(/i/bg_right2.jpg) top;
}
h1{
    font-family: Times, serif;
    font-weight: normal;
    font-size: 250%;
    margin-top: 12px;
}
.content {
    padding-left: 4px;
    padding-right: 16px;
}
.content p {
    margin: 5px 0px 5px 0px;
}
.content a {
    color: #2B0800;
}
.content img.border{
    border: 2px solid #ffffff;
}

.navbar {
    font-family: Trebuchet MS, Arial, helvetica;
    font-size: 90%;
}
.navbar li {
    list-style: none;
}
.navbar li.selected {
    font-weight: bold;
}
.navbar ul {
    margin: 0px;
    padding: 0px;
}
.navbar h5 {
    margin: 0px;
    padding: 0px;    
}
.navbar a {
    color: #2B0800;
}
.navbar .selected {
    font-weight: bolder;
}
.menuBottom{
    font-family: Trebuchet MS, Arial, helvetica;
    font-size: 90%;
    margin-top: 6px;
    margin-bottom: 6px;
}
.menuBottom a{
    color: #2B0800;
}
.navbar {
    font-size: 14px;
    font-family: "Courier New", monospace;
}
.navbar li{
    border-bottom: 1px solid #444444;
}
.navbar a {
    text-decoration: none;
}
#dia {
    font-family: "Courier New", monospace;
}
.copyTable td{
	font-size: 11px;
	white-space: nowrap;
}
.copyTable a{
  color: #2B0800;
}