.texttd
{
  padding-top: 30px;
  padding-bottom: 0px; /* margin of vertical grey line  */
  padding-left: 1px;
  padding-right: 1px;
}

.linediv
{
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  height: 100%;
}

.leftnavlinediv
{
  margin-top: 10px;
  padding-bottom: 5px;
  border-top: 1px solid #C0C0C0;
  width: 80%;
}

.textdiv
{
  padding-left: 26px;
  padding-right: 50px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  color: #68676c;
}

.textdiv A {color: #68676c; text-decoration: underline; }
.textdiv A:visited {color: #68676c; text-decoration: underline; }
.textdiv A:active {color: #68676c; text-decoration: underline;}
.textdiv A:hover {color: #0C0C0C; text-decoration: underline;}

.othertext
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  color: #68676c;
}

.othertext A {color: #68676c; text-decoration: underline; }
.othertext A:visited {color: #68676c; text-decoration: underline; }
.othertext A:active {color: #68676c; text-decoration: underline;}
.othertext A:hover {color: #0C0C0C; text-decoration: underline;}

.h1
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.h2
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.h3
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: 800;
}

.h4
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 13px;
  font-size: 10px;
  font-weight: 800;
}

.green
{
  color: #00A09F;
}

.greentintbg
{
  background-color: #b2e2e2;
}

.greentinttext
{
  color: #b2e2e2;
}

.greentinttext A {color: #b2e2e2; text-decoration: none; }
.greentinttext A:visited {color: #b2e2e2; text-decoration: none; }
.greentinttext A:active {color: #b2e2e2; text-decoration: none;}
.greentinttext A:hover {color: #FFFFFF; text-decoration: none;}

.bordeaux
{
  color: #960059;
}

.bordeauxtintbg
{
  background-color: #c08dae;
}

.bordeauxtinttext
{
  color: #c08dae;
}

.bordeauxtinttext A {color: #c08dae; text-decoration: none; }
.bordeauxtinttext A:visited {color: #c08dae; text-decoration: none; }
.bordeauxtinttext A:active {color: #c08dae; text-decoration: none;}
.bordeauxtinttext A:hover {color: #FFFFFF; text-decoration: none;}

.orange
{
  color: #D56700;
}

.orangetintbg
{
  background-color: #e3c49f;
}

.orangetinttext
{
  color: #e3c49f;
}

.orangetinttext A {color: #e3c49f; text-decoration: none; }
.orangetinttext A:visited {color: #e3c49f; text-decoration: none; }
.orangetinttext A:active {color: #e3c49f; text-decoration: none;}
.orangetinttext A:hover {color: #FFFFFF; text-decoration: none;}

.white
{
  color: #FFFFFF;
}

.whitetintbg
{
  background-color: #FFFFFF;
}

.whitetinttext
{
  color: #FFFFFF;
}

.whitetinttext A {color: #FFFFFF; text-decoration: none; }
.whitetinttext A:visited {color: #FFFFFF; text-decoration: none; }
.whitetinttext A:active {color: #FFFFFF; text-decoration: none;}
.whitetinttext A:hover {color: #FFFFFF; text-decoration: none;}

.black
{
  color: #000000;
}

.blacktintbg
{
  background-color: #000000;
}

.blacktinttext
{
  color: #000000;
}

.blacktinttext A {color: #000000; text-decoration: none; }
.blacktinttext A:visited {color: #000000; text-decoration: none; }
.blacktinttext A:active {color: #000000; text-decoration: none;}
.blacktinttext A:hover {color: #000000; text-decoration: none;}

.grey
{
  color: #68676c;
}

.greytintbg
{
  background-color: #68676c;
}

.greytinttext
{
  color: #68676c;
}

.greytinttext A {color: #68676c; text-decoration: none; }
.greytinttext A:visited {color: #68676c; text-decoration: none; }
.greytinttext A:active {color: #68676c; text-decoration: none;}
.greytinttext A:hover {color: #000000; text-decoration: none;}


.topleftnavdiv
{
  width: 205px;
  height: 96px;
  padding-top: 10px;
  background-color: #D56700
}

.topmiddlenavdiv
{
  width: 313px;
  height: 96px;
  padding-top: 10px;
  background-color: #960059
}

.toprightnavdiv
{
  width: 106px;
  height: 96px;
  padding-top: 10px;
  background-color: #00A09F
}


/* staro copies */
.stagg {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 16px; font-weight: 100}
.staggbold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 16px; font-weight: bold;}


/* for dragging */
.draggablediv
{
  position: relative;
  border: 1px solid #F0F0F0;
  background-image: url(img/updown.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding: 2px 0px 2px 0px;
  cursor: move;
  padding-right: 20px;
}
