img { border: 0px; }
form { display: inline; }

body {
  background: #000000;
  font-family: verdana, sans-serif;
  font-size: 11px;
}

div.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

table.centered {
  margin-left: auto;
  margin-right: auto;
}

img.block { display: block; }

p { text-align: justify; }

td { text-align: left; font-size: 11px; }

input.text {
  border: 1px solid #000000;
  background-color: #e8e8e8;
  color: #000000;
}

textarea {
  border: 1px solid #000000;
  background-color: #e8e8e8;
  color: #000000;
}

td#navigation {
  width: 570px;
  text-align: right;
  font-size: 11px;
  font-family: verdana;
}

/*
 * rightmodules' styles
 */

td.bigmoduletop {
  background: #cbcbcb;
}
td.bigmoduletopcorner {
  width: 8px;
  background: #cbcbcb;
}
td.bigmoduletitle {
  font-size: 11px;
  font-weight: bold;
}
td.bigmodulemiddle {
  background: #e8e8e8;
}
td.bigmodulecontent {
  font-size: 11px;
}
td.bigmodulebottom { background: #e8e8e8; }
td.bigmodulebottomtext { font-size: 11px; }
td.bigmodulebottomcorner {
  width: 9px;
  background: #e8e8e8;
}



/*
 * leftmodules' styles
 */

td.smallmoduletop {
  background: #cbcbcb;
}
td.smallmoduletopcorner {
  width: 9px;
  background: #cbcbcb;
}
td.smallmoduletitle {
  font-size: 10px;
  font-weight: bold;
}
td.smallmodulemiddle {
  background: #cbcbcb;
}
td.smallmodulecontent {
  font-size: 10px;
}
td.smallmodulebottom { background: #cbcbcb; }
td.smallmodulebottomtext { font-size: 10px; }
td.smallmodulebottomcorner {
  width: 9px;
  background: #cbcbcb;
}

td#navleft { background: url('/img/left.gif'); }
td#navright { background: url('/img/right.gif'); }
td#navbg { background: #e7e7e7; }
td#leftborder { background: url('/img/left.gif'); }
td#rightborder { background: url('/img/right.gif'); }
td#middle { background: #ffffff; }
td#bottomleft {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  background: url('/img/bottom.gif');
}
td#leftcontentbg {
  width: 182px;
  background: url('/img/leftbg.gif');
}
td.leftmenuitem {
  width: 174px;
  height: 22px;
  font-weight: bold;
  background: url('/img/leftmenubg.gif');
}
td#rightcontentbg {
  width: 588px;
}
td#cornercell { 
  background: url('/img/line.gif');
  width: 29px;
  height: 29px;
}
td#pagetitle {
  background: url('/img/line.gif');
  width: 553px;
  height: 29px;
  font-size: 23px;
  font-weight: bold;
  color: #13425F;
}
td#titleright {
  width: 6px;
}

td#leftcontent { width: 178px; }
td#rightcontent { width: 580px; }
div#copyright {
  text-align: center;
  font-size: 9px;
}
a:link.navigation, a:visited.navigation, a:active.navigation {
  color: #1a5678;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}
a:hover.navigation {
  color: #1a5678;
  text-decoration: none;
  font-weight: bold;
  background: #e8e8e8;
  font-size: 11px;
}

a:link.leftmenulink, a:visited.leftmenulink, a:active.leftmenulink {
  color: #1a5678;
  text-decoration: none;
  font-weight: bold;
}
a:hover.navigation {
  color: #1a5678;
  text-decoration: none;
  font-weight: bold;
}

a:link, a:visited, a:visited {
  color: #1a33ff;
  text-decoration: none;
}
a:hover {
  color: #0099ff;
  text-decoration: underline;
}

.small { font-size: 10px; }
.vsmall { font-size: 9px; font-family: arial; }

h1 {
  font-family: verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
}

h2 {
  font-family: verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

select {
  font-size: 11px;
  font-family: verdana, sans-serif;
  background-color: #e8e8e8;
  color: #000000;
}
td.h1left { background: #e8e8e8; width: 8px; }
td.h1middle {
  background: #e8e8e8;
  font-size: 17px;
  font-weight: bold;
}
td.h1right { background: #e8e8e8; width: 8px; }
