body, input, select, textarea {
  font-family: Verdana, Arial, Tahoma, "Times New Roman", sans-serif;
  font-size: 9pt;
}

body {
	width: 760px;
	text-align: center;
	margin: 2px auto 2px auto;
	padding: 0px;
	background-color: #e9e9e9;
	color: #000000;
}

body, img, form {
	border: 0 none;
}

input {
	padding: 1px 2px 1px 2px;
}

input, fieldset {
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  font-weight: bold;
}

form {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: underline;
  color: #031d6a;
}

a:hover {
  text-decoration: none;
}

p {
	text-align: justify;
}

/* -------------------------------------------------------------------------- */

#discussion a {
	font-size: 7pt;
}

/* ---------------------------------- main ---------------------------------- */

#all {
	width: 760px;
	text-align: left;
}

.head {
	width: 760px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.left {
	width: 120px;
	float: left;
	padding-right: 10px;
}

.main {
	width: 440px;
	padding-left: 10px;
	padding-right: 10px;
  float: left;
}

.right {
	width: 160px;
	float: right;
	padding-left: 10px;
	text-align: center;
}

.foot {
	width: 760px;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* -------------------------------------------------------------------------- */

#link-index {
	padding: 2px 0 7px 0;
	border-top: 1px solid #031d6a;
}

#link-index ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	width: 100%;
	text-align: center;
}

#link-index li {
	float: left;
	padding: 0;
	width: 50%;
	display: inline;
	clear: none;
	margin: 0;
}

#link-index span {
	font-size: 9pt;
	display: block;
	width: 100%;
	padding: 3px;
	margin: 0;
	color: #000000;
}

/* -------------------------------------------------------------------------- */

.alert {
  color: #cc0000;
  font-weight: bold;
}

.checkbox {
  background-color: #e9e9e9;
}

.green {
  color: #0d7a0d;
  font-weight: bold;
}

.hint {
	border-bottom: 1px dashed #000000;
	cursor: help;
}

.img {
  border: 1px solid #031d6a;
}

.line {
	line-height: 1px;
	height: 1px;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.space {
	height: 10px;
}

.se {
	clear: left;
	float: left;
	width: 150px;
}

.submit {
  padding-bottom: 2px;
}

.title {
  text-align: center;
  height: 18px;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 5px;
  border: 1px solid #000000;
}
