body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

body, td {
  color: #000000;
  font-size: 9pt;
  font-family: Arial, Verdana;
}

form {
  margin: 0px;
}

td label{
	color: #028bba;
	font-weight: bold;
}

td{
	padding-left: 2px;
	padding-right: 2px;
}

a {
  color: #028BBA;
}

a:hover {
  color: #028BBA;
  text-decoration: none;
}

h1 {
  font-family: Arial, Verdana;
  font-size: 14pt;
  color: #028BBA;
  font-weight: normal;
  text-align: left;
  margin-top: 14px;
}

h2 {
  font-family: Arial, Verdana;
  font-size: 10pt;
  color: #028BBA;
  font-weight: bold;
}

th {
  font-family: Arial, Verdana;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 1px;
  color: #028BBA;
  font-size: 10pt;
  font-weight: bold;
  border-bottom: 1px solid #028BBA;
}

hr {
  padding: 0px;
  border: none;
  border-top: 1px solid #028BBA;
  height: 0px;
}

.logo {
  width: 277px;
  height: 121px;
  text-align: center;
  vertical-align: bottom;
}

.head {
  width: 723px;
  height: 99px;
  text-align: right;
}

.content {
  width: 633px;
  padding: 10px 45px 0px 43px;
  vertical-align: top;
  border-left: 1px solid #5DA7CC;
  background-color: #FFFFFF;
}

.footer {
  width: 633px;
  height: 81px;
  padding: 0px 45px 0px 43px;
  vertical-align: bottom;
  border-left: 1px solid #5DA7CC;
  background-color: #FFFFFF;
}

.left_side {
  width: 237px;
  padding: 55px 20px 20px 20px;
  background-color: #EBEBEC;
  background-image: url('../../images/left_side_bg.gif');
  background-repeat: repeat-x;
  background-position: top;
  color: #4384B4;
  vertical-align: top;
}

td.main_menu {
  width: 633px;
  height: 22px;
  padding: 0px 5px;
  color: #E0F0F6;
  font-size: 10pt;
  font-weight: normal;
  background-image: url('../../images/menu_bg.gif');
}

tr.formcontrol_highlight {
}

td.formcontrol_highlight input{
	background-color: #fff000;
}

span.formcontrol_highlight {
  font-weight: bold;
	color: red;
}
