body{
 font-family: sans-serif;
 font-size: 11px;
 color: black;
 background-color: white;
}

td,font,pre{
 font-family: sans-serif;
 font-size: 12px;
 color: black;
 background-color: transparent;
 /*border: 0px solid white;*/
}

table.site{
 background-image: url("./gfx/frame.jpg");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 border-top: 1px solid silver;
 border-left: 1px solid silver;
 border-bottom: 1px solid silver;
 border-right: 1px solid silver;
 background-color: white;
}

table.search{
 padding: 10px;
}

td.search{
 border-bottom: 1px solid silver;
 padding: 5px;
}

table.inline{
 width: 500px;
 background-color: transparent;
 color: black;
}

tr.inline{
 background-color: transparent;
 color: black;
}

td.inline{
 background-color: transparent;
 color: black;
}

td.topline{
 height: 175px;
/* border-bottom: 1px solid #f0f000;*/
}

td.bottomline{
 height: 10px;
 /*border-bottom: 1px solid #fafa00;*/
}

td.left{
 padding-left: 3px;
 /*border-right: 1px solid #fafa00;*/
}

td.main{
 padding: 30px;
 text-align: justify;
}

td.right{
 border-left: 1px solid transparent;
}

td.box{
 border-bottom: 1px solid silver;
 padding: 5px;
 text-align: left;
}

td.columnsl{
 background-color: transparent;
 color: black;
 border-right: 0px;
 padding: 10px;
}

td.columnsr{
 background-color: transparent;
 color: black;
 padding: 10px;
}

textarea.edit{
 width: 500px;
 height: 300px;
 font-family: courier,sans-serif;
 font-size: 12px;
 color: black;
 background-color: white;
 border: 1px solid silver;
}

input.text{
 width: 80px;
 font-family: sans-serif;
 font-size: 9px;
 color: black;
 background-color: #f8f8ff;
 border: 1px solid #D8D8D8;
}

input.button{
 font-family: sans-serif;
 font-size: 10px;
 color: white;
 background-color: #333355;
 border: 0px solid silver;
}


font.headline{
 font-size: 16px;
 font-weight: bold;
}

font.red{
 font-family: sans-serif;
 font-size: 9px;
 color: red;
 background-color: #ffff00;
}

font.hl0{
 font-family: sans-serif;
 font-size: 11px;
 color: black;
 background-color: #ff5050;
}

font.hl1{
 font-family: sans-serif;
 font-size: 11px;
 color: black;
 background-color: #ffFF00;
}

font.hl2{
 font-family: sans-serif;
 font-size: 11px;
 color: black;
 background-color: #ff00FF;
}

font.hl3{
 font-family: sans-serif;
 font-size: 11px;
 color: black;
 background-color: #ff9090;
}

font.hl4{
 font-family: sans-serif;
 font-size: 11px;
 color: black;
 background-color: #50ff50;
}

font.hl0{
 font-family: sans-serif;
 font-size: 11px;
 color: black;
 background-color: #5050ff;
}

font.subline{
 font-size: 14px;
 font-weight: bold;
}

font.slim{
 font-size: 11px;
 font-weight: bold;
 color: #FFA500;
 background-color: transparent;
}

font.blue{
 font-size: 11px;
 font-weight: bold;
 color: #000066;
 background-color: transparent;
}

font.tred{
 font-size: 11px;
 font-weight: bold;
 color: red;
 background-color: transparent;
}

font.fred {
 font-size: 15px;
 font-weight: bold;
 color: #ff0000;
 background-color: transparent;
}

font.fgreen {
 font-size: 20px;
 font-weight: bold;
 color: #66aa22;
 background-color: transparent;
}

a.nav{
 background-color: none;
 color: black;
 font-family: sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 padding-left: 5px;
 padding-right: 5px;
 border: 0px solid black;
}

a.nav:hover{
 background-color: none;
 color: black;
 font-family: sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: underline;
 padding-left: 5px;
 padding-right: 5px;
 border: 0px solid black;
}

a.navi{
 background-color: transparent;
 color: #000000;
 font-family: sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
}

a.navi:hover{
 background-color: transparent;
 color: #000000;
 font-family: sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: underline;
}