body {
	margin-top: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
}
a:active {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
#Container {
  position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Header {
  position: relative;
	height: 215px;
	width: 760px;
}
#Body {
	position: relative;
}
#Footer {
	text-align: center;
}
.HeaderHome a {
  background: url('/images/header-home.jpg');
	position: absolute;
	width: 22px;
	height: 22px;
	top: 5px;
	right: 5px;
}
.HeaderHome a:hover {
  background: url('/images/header-home-over.jpg');
}
.SubmitBar {
	text-align: center;
	height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.Title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Heading {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.Table-Line .Table-Col-Right {
	float: right;
	width: 150px;
	height: 18px;
	margin-top: 5px;
	margin-left: 10px;
	font-style: italic;
	font-size: 10px;
}
.Table-Line {
	margin-top: 3px;
	margin-bottom: 3px;
	height: 22px;
}
.Table-Line .Table-Col-Middle {
	float: right;
	width: 270px;
}
.Table-Line .Table-Col-Left {
	width: 150px;
	text-align: right;
	height: 22px;
	line-height: 22px;
}
.Red-Bold {
	color: #FF0000;
	font-weight: bold;
}
.CapsOnly {
	text-transform: uppercase;
}