html {
  height : 100%;
}

body {
   font-family : verdana, arial, sans-serif;
   font-size : 12px;
   margin : 0px auto;
   min-height : 100%;
   background-color: #eeeeee;
   background-image: url("/styles/v3/images/page.png");
   background-repeat: repeat-y;
}

a {
   color : #0fafdf;
   text-decoration : none;
   font-weight : bold;
}

p.note {
  color : #777;
  font-size : 10px;
}

a:hover {
   color : #0fbfef;
}

table {
   border-spacing : 0px;
   border-width : 0;
}

td.nopad {
  padding : 0px;
}

td {
  font-size : 14px;
  padding : 8px;
  text-align: left;
  vertical-align: top;
}

td.padtop {
  padding-top : 16px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

h1 {
  margin : 0px;
  font-size : 16px;
}

h2 {
  margin : 0px;
  font-size : 15px;
}

h3 {
  margin : 0px;
  font-size : 14px;
}

table.box {
   background-color:    #fff;
   border-top-color:    #ccc;
   border-left-color:   #ccc;
   border-bottom-color: #999;
   border-right-color:  #999;
   border-style:        solid;
   border-width:        2px;
   color:               #000;
   background-image:    url("/styles/v3/images/box.png");
   background-repeat:   repeat-x;

}

td.box {
  font-size : 14px;
}

td.full {
  width : 100%;
}

img {
  border-style :  none;
}

td.listing {
  font-family : monospace;
}

div.center {
  text-align : center;
}

div.download {
  text-align : center;
  font-size : 16px;
  font-weight : bold;
}

div.footer {
  text-align : center;
  font-size : 12px;
  color : #666;
  font-weight : bold;
}

div.caption {
  text-align : center;
  font-size : 12px;
  font-weight : bold;
}

div.keywords {
  text-align : center;
  font-size : 10px;
  color : #666;
}

table.center
{
  margin-left : auto; 
  margin-right : auto;
}

table.vcenter
{
  margin-top : auto;
  margin-bottom : auto;
}

td.vcenter
{
  vertical-align: middle;
}

table.banner
{
  margin-top : auto;
  margin-bottom : auto;
  margin-left : auto; 
  margin-right : auto;
}

td.banner
{
  padding : 8px; 
}

table.right
{
  margin-left : auto;
  margin-right : 0px;
}