BODY {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
	background-color: #818181;
  color: #000000;
  list-style-type: circle;
}
H3 {
	font-size: 16px;
}
INPUT,TEXTAREA,SELECT {
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
A:link {
  text-decoration: none;
  font-size: 13px;
  color: #000000;
}
A:visited {
  text-decoration: none;
  font-size: 13px;
  color: #000000;
}
A:active {
  text-decoration: underline;
  font-size: 13px;
  color: #000000;
}
A:hover {
  text-decoration: underline;
  background-color: #bbbbbb;
  font-size: 13px;
}
#frame {
  width: 820px;
  margin-right:auto;
  margin-left:auto;
  margin-top:auto;
  text-align:left;
  float: inherit;
  }
#white_space {
  width:790px;
  height:10px;
  float: left;
}
#link_header {
  padding: 2px;
  border: 1px solid black;
  color: #000000;
  background-color: #fffee3;
}
#content_header {
	height: 40px;
  border: 1px solid black;
  color: #000000;
  background-color: #99c7ff;
  padding: 2px;
  float: inherit;
}
#content_header h1 {
  font-size:16px;
  padding-top:10px;
  padding-bottom:10px;
  margin:0px;
  float: inherit;
}
#content_left {
  width:200px;
  text-align: left;
  padding: 4px;
  border: 1px solid black;
  color: #000000;
  background-color:#fffee3;
}
#content_left strong {
  width: 200px;
  float: left;
  padding-bottom: 2px;
  color: #000000;
  background-color:#99c7ff;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#content_right {
  color: #000000;
  background-color: #fffee3;
	width: 580px;
  float: right;
	padding: 4px;
  text-align: left;
  border: 1px solid black;
}
#content_right strong {
  width: 580px;
  float: right;
  padding-bottom: 2px;
  color: #000000;
  background-color:#99c7ff;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}