/* CSS Document */
html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
	  background: url(images/bg.jpg);
   }
   #wrapper {
      margin: 0 auto;
      vertical-align: middle;
      width: 100%;
   }
   
TD {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}

TD.main{padding:8px; line-height:1.5;}
TD.topspace{height:50px;}
.pagetitle {font-size:16px; font-weight:bold; color:#434118; line-height:1;}
.pagetitlesmall {font-size:12px; font-weight:bold; color:#434118; line-height:1;}