body {
	margin: 0;
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-size: 15px;
	text-align: justify;
	line-height: 20px;
	padding-right: 15px;
}
p.small {
	font-size: 10px;
}
table#setup-table {
	width: 100%;
	height : 100%;
}
table#setup-table td#navigation {
	font-family: Arial Narrow, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #eebe3d url(images/hands.gif) bottom left no-repeat;
	padding-top: 12px;
}
table#setup-table td#navigation a {
	display: block;
}
table#setup-table td#navigation a:link, table#setup-table td#navigation a:visited, table#setup-table td#navigation a:active {
	text-decoration: none;
	color: #000000;
	margin-left: 8px;
	margin-bottom: 4px;
}
table#setup-table td#navigation a.heading:link, table#setup-table td#navigation a.heading:visited, table#setup-table td#navigation a.heading:active {
	margin-left: 0;
	margin-top: 6px;
}
table#setup-table td#navigation a:hover, table#setup-table td#navigation a:visited:hover {
	text-decoration: none;
	color: #ffffff;
	background: none;
}
table#setup-table td#body-content {
	padding: 10px 20px 10px 10px;
}
ul {
	font-size: 14px;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #6600cc;
	background: #efefef;
}
a.ad:hover, a.ad:visited:hover {
	text-decoration: none;
}

  .menu
  {
   position:relative;
   background-color: #EEBE3D;
   border:1px solid #EEBE3D;
   width:150;
   font-size:13px;
   font-family:verdana;
   font:bold;
   position:absolute;
   cursor:hand;
   color: #244F91;
  }
  .item_panel
  {
    background-color: #EEBE3D;
    width:150;
    border-left:1px solid #EEBE3D;
    border-right:1px solid #EEBE3D;
    clip:rect(0,150,0,0);
    position:absolute;

  }
  .item_panel a
  {
   background-color: #EEBE3D;
   text-decoration:none;
   color:black;
   cursor:hand;
  }
  .item
  {
   background-color: #EEBE3D;
   width:148;
   font-size:10px;
   font-family:verdana;
   
  }

div .menuitem {
  width: 150px;
  font-size: 10px;
  font-family: verdana;
}

div .selected {
  font-style: italic;
}

div .menuitem a {
  color: black;
}

div .menuitem a:hover {
  color: white;
  background-color: #eebe3d;
}

/* form stuff */
div.row, div.row2 {
  clear: both;
  padding-top: 2px;
}
div.row2 {
  background-color: lightgrey;
}

div.row label, div.row2 label {
  float: left;
  width: 100px;
  padding-right: 5px;
  text-align: right;
}

div.row label.label2, div.row2 label.label2, div.row label.label3, div.row2 label.label3 {
  float: none;
  width: auto;
  text-align: left;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}

div.row label, div.row2 label, div.row label.label2, div.row2 label.label2 {
  font-weight: bold;
  color: black;
}

div.row label.label3, div.row2 label.label3 {
  font-weight: normal;
  color: black;
}

div.row label a, div.row2 label a {
  color: darkgray;
}

div.row label a:hover, div.row2 label a:hover {
  color: black;
}

a.special, a.special:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  border: none;
}