/* Elements */
body {
 margin: 21px;
}
body, div, table tr td, p {
 font-size: medium;
}
table {
 width: 100%;
}
table tr td {
 padding: 3px;
}
a {
 background-color: transparent;
 color: #c60;
}
address {
 font-family: Arial, sans-serif;
 font-size: smaller;
}
address a {
 background-color: transparent;
 color: #000;
}

/* Classes */
.tac {
 text-align: center;
}
.tar {
 text-align: right;
}
.fwb {
 font-weight: bold;
}
.a {
 background-color: transparent;
 color: #930;
 font-style: italic;
 font-weight: bold;
}
.fsi {
 font-style: italic;
}
.imgfl {
 float: left;
 margin-bottom: 3px;
 margin-right: 3px;
}
.imgfr {
 float: right;
 margin-bottom: 3px;
 margin-left: 3px;
}

/* IDs */
#html {
/* width: 630px;*/
 width: 930px; 
}
#html #head, #html #foot {
 background-color: #930;
 color: #fff;
 font-size: 24px;
 padding: 3px;
}
#html #head #title {
 font-family: Dauphin, serif;
}
#html #nvhd {
 font-family: Verdana, sans-serif;
 font-weight: bold;
}
#html #nvhd table tr td, #html #nvhd table tr td a {
 background-color: #000;
 color: #fff;
 font-size: 12px;
}
#html #nvhd table tr td a {
 display: block;
 text-decoration: none;
 width: 100%;
}
#html #nvhd table tr td a:hover {
 background-color: #fff;
 color: #000;
}
#html #body {
 margin-top: 9px;
 margin-bottom: 9px;
}
#html #body table tr td {
 vertical-align: top;
}
#html #body p.caption {
 font-size: smaller;
 font-style: italic;
 font-weight: bold;
}
#html #body table tr td.p p {
 line-height: 200%;
}
#html #nvft {
 margin-bottom: 9px;
 text-align: center;
}
