body{
   background-image:url(_images/parch.jpg);
   font-size:  12pt;
   font-family: Verdana, Arial, Helvetica, sans;
}

Div.menu{
   background-image: url(_images/logo1.jpg);
   background-repeat: no-repeat;
   background-position: top center;
   padding: 6px;
   buzborder: 1px dotted green;
   width: 160px;
}
Div.menumain{
   buzbackground-image: url(_images/logo1.jpg);
   buzbackground-repeat: no-repeat;
   buzbackground-position: top center;
   padding: 6px;
   buzborder: 1px dotted green;
   width: 160px;
}

Div.explain{
   margin-top: 10px;
   buzborder: 1px solid darkgrey;
   margin-right: 6px;
   padding:  2px;
   buzbackground-color: #F8F8F8;
   background-image:url(_images/parchlight.jpg);
   border-right: 2px solid #D0D0D0;
   border-bottom: 2px solid #D0D0D0;
   border-top: 1px dashed #F3E7D1;
   border-left: 1px dashed #F3E7D1;   
}

table{
   buzbackground-color: lightgreen;
   buzmargin: 0px;
}

.explain table{
   buzwidth:100%;
}

.explain img{
   margin: 2px;
   buzborder: 1px dotted green;
}

table.bigdaddy{
   background-color: #FFFFFF; 
   border:1px solid black; 
   width:100%; 
   height: 100%;
}

th{
   border: 1px solid black;
}
td{
   vertical-align: top;
   text-align: left;
   font-size: 10pt;
}
td.logo{
   text-align: center;
   align: center;
   font-size: 12pt;
   height: 110px;
   cursor: hand;
}
/*
a.noname{
   width:150px;
   text-align:center;
   visibility: hidden;
   height: 110px;
}
a.noname:hover{
   width:150px;
   text-align:center;
   visibility: visible;
   height: 110px;
}
*/
td.menuentry{
   buzborder: 1px lightgrey solid;
   text-align:right;
   align:right;
   vertical-align: middle;
   font-size: 9pt;
   padding-bottom: 8px;
}
td.grid{
   border: 1px solid black;
   text-align:center;
   font-size: 18pt;
}
td.gridname{
   border: 1px solid black;
   text-align:right;
}

a{
   text-decoration: none;
}
a:hover{
   text-decoration: underline;
}

h1{
   text-align:center;
}

h2{
   text-align: center;
   border-top: 1px solid black;
   border-left: 1px solid black;
   border-bottom: 3px solid black;
   border-right: 3px solid black;
   margin-right: 20px;
   margin-left: 20px;
   margin-top: 0px;
   
}

img.menuicon{
   border: 0px;
   float:right;
   vertical-align:center;
}

span.check{
   font-family:Verdana, Arial Helvetica, sans;
   color: darkgreen;
   font-size:18;
}

th.conf{
   padding-top: 8px;
   border-bottom: 2px solid black;
   border-right: 0px;
   border-top: 0px;
   border-left: 0px;
}
td.conf{
   padding-top: 8px;
   border-bottom: 1px solid black;
   padding-right: 8px;
}
#indent {
	margin-left: 20px;
	
}