body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #485268;
        background-color: #999999;
	font-size: 12px;
}

ul {
   padding: 6px;
   margin: 10px;
}

td {
   background-color: #FFF;
   font-size: x-small;
   vertical-align: top;
}

td.header {
   width: 792px;
   height: 109px;
   background-image: url(images/header.jpg);
}

td.topright {
   background-image: url(images/rightTop.gif);
   background-repeat: repeat-y;
   width: 9px;
}

td.rightspacer {
   background-image: url(images/rightSpacer.gif);
   background-repeat: repeat-y;
   width: 34px;
}
td.bottomright {
   background-image: url(images/rightCorner.gif);
   background-repeat: repeat-x;
   width: 34px;
}
td.rightbottom {
   background-image: url(images/rightBottom.gif);
   background-repeat: repeat-x;
   width: 9px;
}
/* bottom row */
td.leftcorner {
   background-image: url(images/leftCorner.gif);
   width: 264px;
   height: 47px;
}

td.fillarea {
   background-image: url(images/leftSpacer.gif);
   background-repeat: repeat-y;
   width: 264px;
}

td.bottommiddle {
   background-image: url(images/bottomMiddle.gif);
   width: 495px;
   height: 47px;
}
td.rightcorner {
   background-image: url(images/rightCorner.gif);
   width: 34px;
   height: 47px;
}
/* footer */ 
td.footer {
   background-image: url(images/footer.gif);
   width: 792px;
   height: 27px;
}

/* text formatting */

span {
   font-family: Verdana;
   font-size: small;
   font-weight: bold;
}

#faq {
   font-weight: bold;
}

#req {
   color: red;
   vertical-align: super;
}

sup {
   font-size: x-small;
}   
