/* CSS Document */
body{
	line-height: 1.5em;
	font-size: 16px;
	color: #1F3585;
	margin-bottom: 10px;
}

td,th {padding-top:8px;
padding-bottom: 5px;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
a:link {
	color: #800000;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FF0000;
}
.page-header {
	background-color: #800000;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
}
.line-border {
    border-bottom: 1.9px solid #800000;
	
}
.select-bold {
	font-weight: bold;
}
submit {
  width: auto;
  overflow: visible;
}
.btn_submit {
  color: #FFFFFF;
  background: #800000;
  font-weight: bold;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  border-radius: 4px;
  padding: 5px;
}
 
.btn_submit:hover {
  color: #000000;
  background: #CCCCCC;
  border-left: 2px solid #999999;
  border-top: 2px solid #999999;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-radius: 4px;
  padding: 5px;
}