/* Vintage Diesel Miscellany Page Style */
html
   {
   overflow-y: scroll;
   }
body
   {
   width: 100%;
   margin: 0px;
   background-color: #ffffff;
   text-align: center;
   }
div.body
   {
   width: 780px;
   background-color: #ffffff;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   }
div.text
   {
   width: 750px;
   margin-top: 4px;
   margin-bottom: 6px;
   margin-left: 15px;
   margin-right: 15px;
   padding-top: 0px;
   padding-bottom: 0px; 
   background-color: #eeecf0;
   border: 1px solid #9422fc;  
   }
p
   { 
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
   color: #000000;
   text-align: justify;
   margin-top: 6px;
   margin-bottom: 8px;
   padding-left: 8px;
   padding-right: 8px; 
   }
table.body
   {
   width: 780px;
   margin: 0px;
   adding: 0px;
   border-collapse: collapse;
   }
tr.top
   {
   vertical-align: top;
   }
tr.middle
   {
   vertical-align: middle;
   }
td.image
   {
   width: 100%;
   text-align: center;
   }
td.top-band
   { 
   background-image: url(images/vd-top_band.jpg);
   background-repeat: repeat;
   height: 52px;
   }
td.bottom-band
   { 
   background-image: url(images/vd-bottom_band.jpg);
   background-repeat: repeat;
   height: 52px;
   }
form.top
   {
   position: relative;
   top: 10px;
   text-align: center;
   }
form.bottom
   {
   position: relative;
   top: 20px;
   text-align: center;
   }
input[type=button]
   {
   background-color: #6015b5;
   font-family: arial, helvetica;
   font-size: 9pt;
   font-weight: bold;
   color: #ffff00;
   margin-left: 4px;
   margin-right: 4px;
   padding-bottom: 2px;
   }
img
   {
   margin: 4px;
   border-color: #000000;
   border-style: solid;
   border-width: 1px;
   }
a:link
   {
   text-decoration: none;
   color: #8400fb;
   font-weight: bold;
   }
a:visited
   {
   text-decoration: none;
   color: #9122ff;
   font-weight: bold;
   }
a:hover
   {
   text-decoration: none;
   color: #C00000;
   font-weight: bold;
   }
span.nowrap
   {
   white-space: nowrap;
   }