/* vcontentstyle.css -last update 9/23/2005 - Joseph Ganahl*/
body
  {
    background-image: url(background.bmp);
    background-repeat: repeat;
    background-attachment: scroll;
    text-align:center;
    font-size:13pt;
    font-weight:bold
  }
table.banner
  {
    background-color: #dbf;
    width:100%
  }
td {text-align:center}
td.button
  {
    background-color: #ddd;
    width:145px
  }
td.title
  {
    background-color: #dbf;
    font-size:24pt;
    width:100%;
    height:70px
  }
td.blank
  {
    text-align:left;
    width:50%}
a:link {font-weight:bold; color: #000 }
a:visited {font-weight:bold; color: #444 }
a:hover {color: #a8c }
a.on {text-decoration:none }
a.on:visited {color: #000 }
a.on:hover {color: #a8c; text-decoration:underline }
p {text-align:left; text-indent:25px}
h2 {font-size:18pt }
h3 {font-size:14pt }
ul,dl {text-align:left}
dt {font-size:12pt; font-style:normal}
dd {font-size:12pt; font-weight:normal; font-style:normal}
