body {background-image:url("../images/canvas.jpg")}

div.container {
    position:absolute;
    top:25px;left:25px;width:800px;
    background-color: #FFFFFF;
  }
div.uedge {
    width: 100%;
    background-color: #F9CC72;
    background-image: none;
  }
div.redge {
    background-image: url("../images/redge.gif");
    background-position: top right;
    background-repeat: repeat-y;
  }
div.bedge {
    background-image: url("../images/bedge.gif");
    background-position: bottom left;
    background-repeat: repeat-x;
  }
div.ledge {
    background-image: none;
  }
div.ulcorner {
    background-image: url("../images/tlcorner.gif");
    background-position: top left;
    background-repeat: no-repeat;
  }
div.urcorner {
    background-image: url("../images/trcorner.gif");
    background-position: top right;
    background-repeat: no-repeat;
  }
div.blcorner {
    background-image: url("../images/blcorner.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
  }
div.brcorner {
    background-image: url("../images/brcorner.gif");
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 15px 30px 30px 15px;
  }
div.innercontent {
    width: 100%;
  }
  div.middle {
    width: 272px;
    background-image: url("../images/middle.gif");
    background-repeat: repeat-y;
  }
  
h {font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:medium}
p {font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12}
p.alert {color:#ff0000}
li {font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12}
td {font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12}
tr.res {font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12;background-color:#FEE4B8}
input {font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12}
select {font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12}
textarea {font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12}

.button {width:100;font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12}
.butbig {width:150;font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12}
.butmed {width:100;font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12}
.butsml {width:75;font-family:"Verdana","Georgia","Trebuchet MS","Arial";font-size:12}

a {font-family:Arial;font-size:12;text-decoration:none;color:#0000FF}
a:visited {color:#0000FF}
a:hover {color:#FF0000}

table.rsltbl {border-style:groove;border-color:#0066FF;background-color:#FFCC99}
table.rsltbl thead {background-color:#0066FF;color:#FFFFFF;font-size:12;
               font-family:Verdana,Arial;font-weight:bold}
table.rsltbl tbody {background-color:#FCE0B0;color:#000000;font-family:Verdana,Arial;font-size:12}
table.rsltbl a {font-size:12}

table.mytable {border-style:groove;border-color:#C0C0C0;background-color:#0066FF;
			color:#FFFFFF;font-size:12;font-family:Verdana,Arial;font-weight:bold}
table.mytable a {font-size:12;color:#FFFFFF}

table.rsltnav {font-size:10;color:#0000CC;font-weight:bold}