body { margin-left: 8%; margin-right: 8%; }
body { font-family: Verdana, sans-serif, Arial; font-size: 11pt; color: black; }

p { font-family: Verdana, sans-serif, Arial; font-size: 11pt; color: black; }
p.center { text-align: center }
p.cs1 { text-align: center; font-size: 10pt; color: white; background: #0e69c4; margin-bottom: 1ex }
p.s1 { font-size: 8pt; }
p.tnews { font-size: 2pt; font-weight: bold; color: red;}
p.news { font-size: 2pt; color: black; }

a:link { color: maroon }       /* unvisited link */
a:visited { color: marron }   /* visited links */
a:active { color: red }    /* active links */
a:hover { color: black; background: yellow }
a:hover.bn1 { background: none; }
a.hidden { color: white; background: white }
a:visited.hidden { color: white; background: white }
a:hover.hidden { color: white; background: white }
a.external { font-style: italic }
a.cs1 { color: white; }

img { border: none; }
img.fl2 { float: right; margin-left: 5pt }

td { font-family: Verdana, sans-serif, Arial; font-size: 11pt; color: black; }

li { font-family: Verdana, sans-serif, Arial; font-size: 11pt; color: black; }

h1,h2 { font-family: Verdana, sans-serif, Arial; text-align: center; }
h3,h4 { font-family: Verdana, sans-serif, Arial; font-size: 14pt; color: green; }
h1 { color: yellow; background: #000080; font-size: 16pt; }
h1 { padding: 5px; }
h2 { color: #0369c4; font-size: 14pt; }
h3 { color: red; font-size: 12pt; }


.small { font-size: 10pt; }
.tiny { font-size: 9pt }
.verytiny { font-size: 8pt }
.bold { font-weight: bold; }
.left { text-align: left; }
.first { font-size: 160%; float: left; color: olive }
.t1 { color: green; font-weight: bold; font-style: italic }
.c1 { text-align: center; }
.r1 { text-align: right; }

.lb1 { font-weight: bold; }

/* ftop = simulation of top frame */
#ftop
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 1;
  background-color: #ccc;
  border: 2px solid #0000dd;
}
/* fleft = simulation of left frame */
#fleft
{
  position: fixed;
  left: 1%;
  top: 1%;
  width: 19%;
  border: 2px solid #dd0000;
  padding: 3px;
}
/* fright = simulation of right frame */
#fright
{
  position: absolute;
  left: 50%;
  top: 5%;
  width: 54%;
  margin-top: 0%;
  margin-left: 0%;
  border: 1px solid #dd0000;
  padding: 1%;
}
/* fmain = simulation of main content frame */
#fmain
{
  position: absolute;
  left: 21%;
  top: 1%;
  width: 75%;
  margin-top: 0%;
  margin-left: 0%;
  border: 1px solid #00dd33;
  padding: 2%;
}
