﻿body, td, th {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #3f3f3f;
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #FFF url("Images/Backgrd.gif") no-repeat 180px 186px;
	padding: 10px;
}
img {
  padding: 0;
  margin: 0;
  border: none;
}
ul {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  list-style-position: outside;
}
span {
  margin: 0;
  padding: 0;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #3f3f3f;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a:hover {
	color: #3f3f3f;
	text-decoration: underline;
}

table tr td {
  vertical-align: top;
}

table.shadowed tr td.container table.dates tr td {
  padding-bottom: 5px;
  line-height: 1.3em;
}

table.main_container tr td.main {
  padding: 4px;
  vertical-align: top;
}

table.shadowed tr td {
  padding: 0;
}
table.shadowed tr td.container {
  padding: 20px 20px 12px 20px;
}
table.shadowed tr td.upper {
  width: 100%;
  height: 5px;
  background: url('Images/Box_Upper.gif') repeat-x;
}
table.shadowed tr td.right {
  width: 5px;
  height: 100%;
  background: url('Images/Box_Right.gif') repeat-y;
}
table.shadowed tr td.lower {
  width: 100%;
  height: 5px;
  background: url('Images/Box_Lower.gif') repeat-x;
}
table.shadowed tr td.left {
  width: 5px;
  height: 100%;
  background: url('Images/Box_Left.gif') repeat-y;
}

td.container {
  line-height: 1.6em;
}

#LeftLinks {
  position: absolute;
  left: 0px;
  top: 492px;
}
#LeftLinks td.left {
  vertical-align: top;
  padding: 13px 20px 0 0;
}
#LeftLinks td.right {
  vertical-align: top;
  padding: 17px 0 13px 0;
}

.textinput_dropshadow {
  background: #FFF url('Images/TextInput_Middle.gif') repeat-x;
  vertical-align: top;
}
.textinput_label label {
  float: left;
  padding-right: 10px;
}
.textinput_dropshadow input.text {
  float: left;
  border: solid 0 #FFF;
  margin-top: 3px;
  width: 100%;
}
.textarea_dropshadow textarea {
  border: solid 0 #FFF;
  width: 100%;
}

.textarea_top {
  background: #FFF url('Images/TextArea_Top.gif') repeat-x;
}
.textarea_right {
  background: #FFF url('Images/TextArea_Right.gif') repeat-y;
}
.textarea_bottom {
  background: #FFF url('Images/TextArea_Bottom.gif') repeat-x;
}
.textarea_left {
  background: #FFF url('Images/TextArea_Left.gif') repeat-y;
}

.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}

