/* common elements styles*/
body {
  padding: 0; margin: 0;	
}
tr.err {
	color: red;
}
td,td.small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
td.small {
	
	font-size : 8pt;
}
th {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 9pt;
  text-align: left
}
a {
  text-decoration : none;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight :bold; 
  color : #e1582f;
}
a:hover {
  color : #666666;
  text-decoration : underline;
}
div.smalltext {
  font-size : 8pt;
}
input {
  font-family : Verdana, Arial, Helvetica, sans-serif;
}
input.int {
  text-align: right; 
}
/* titlebar styles*/
table.titlebar {
  border-bottom: 1px solid #003399;
}
td.titlebar {
  color: #ffffff;
}
/* navbar styles*/
table.navbar {
  border-bottom: 1px solid #003399;
  background:#f2f2f2
}
tr.navbar a, 
.navbar,
.body a
{
  color: #006699;
  font-weight : bold;
}
tr.navbar a{font-size: 120%;}
 
/* statusbar styles*/
table.statusbar {
  border-top: 1px solid #003399;
}
td.statusbar {
  color: #999999;
}

ul{
  padding: 0px 15px;
  margin: 0px;
  text-align:left;
  list-style-image: url(\"../img/dot.gif\");
}
/* leftmenu styles*/
table.leftmenu {
  background:#f2f2f2
}

td.leftmenu{
  border-right: 1px solid #003399;
  background:#f2f2f2;
}
a.leftmenuitem {
  color : #e1582f;
  font-weight : bold;	
}
.nav_1 li {
  font-weight: bold;
  color : #003399;
  font-size : 9pt;
  text-decoration : none;
  margin-bottom: 10px;
}

ul.nav_1 {
  margin-left: 12px;
  list-style-image: url(\"../img/bullet.gif\");
}
ul.nav_2 {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}
.nav_2 li{
  color : #e1582f;
  list-style:none;
  margin-bottom: 7px;
}
.nav_1 li a{
  color : #003399;	
}
.nav_1 li a:HOVER {
	color : #666666;
	text-decoration : underline;
}
.nav_2 li a {
	font-size : 8pt;
	text-decoration : none;
	color : #df4835;
}
.nav_2 li a:HOVER {
	color : #666666;
	text-decoration : underline;
}
/* right menu styles*/
table.rightmenu {
	border: 1px solid #003399;
	background-color: #ffffff;
}
tr.rmenuhead {
	background-color: #ffcf31;
}
td.rmenuhead {
	border-bottom: 1px solid;
}
a.rightmenu {
	text-decoration : none;
	color : #003399;
}
a.rightmenu:HOVER {
	color : #666666;
	text-decoration : underline;
}
a.rsmallmenu {
	font-size : 8pt;
}
/* body between left and right styles*/
table.body,td.body {
	background-color: #ffffff;
}
tr.nav {
	background-color: #ffcf31;
}
a.nav {
	text-decoration : none;
	color : #003399;
}

a.item {
}
/* styles for news */
b.headline {
	font-family: Geneva;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003399;
}
/* styles for poll */
td.answer {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight :bold; 
}

.body ul li {
  margin-top: 3px;
}
.body ul {
  margin: 10px 20px;
}
.body .workerprp {
  line-height: 200%;
  font-weight: bold;
}