.foot-a{
	color:#000;
	text-decoration:none;

}

body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Arial, Sans-Serif;
}

.Content {
  font-size: 12px;
  font-family: Arial, Sans-Serif;
  padding-left: 5px;
  padding-right: 5px;
}

.BottomLine {
	border-top: 1px solid #ffffff;
	width: 1px;
	height: 6px;
 }

table {
  font-size: 12px;
  font-family: Arial, Sans-Serif;
  text-align: justify;
}

.BoxTitle {
  font-size: 12px;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  color: #ffffff;
  text-align: right;
}

.BoxBody {
  text-align: left;
  vertical-align: top;
  background-color: #e5e5e5;
  font-size: 12px;
  font-family: Arial, Sans-Serif;
  color: #000000;
}

.BoxMessage {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-style: italic;
}

a.BoxLink {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

a.MenuLink {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-family: Arial, Sans-Serif;
  text-decoration: none;
}

a.BoxTitleLink {
  font-size: 12px;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.Title {
  font-size: 18px;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.SubTitle {
  font-size: 12px;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  text-align: left;
}

.FieldTitle {
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}

.FieldNote {
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

.Field {
  font-size: 12px;
  font-family: Arial, Sans-Serif;
}

.Star {
  color: #ff0000;
  padding-left: 2px;
  padding-right: 2px;
}

a.Button {
  border: solid 1px #000000;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 10pt;
  color: #ffffff;
  font-family: Arial, Sans-Serif;
  text-decoration: none;
  font-weight: bold;
}

a:hover.Button {
  background-color: #ffffff;
}

a.Link {
  text-decoration: none;
}

table.List {
  color: #000000;
	border-collapse: collapse;
	border: 0px;
}

table.List td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

table.List th {
	border: solid 1px #ffffff;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	white-space: nowrap;
}

table.List .Header {
	font-weight: bold;
  color: #ffffff;
	text-align: center;
	white-space: nowrap;
}

table.List .ButtonColumn {
	text-align: center;
}

.Alert {
  color: #ff0000;
  font-weight: bold;
}
