body {
  margin: 0px;
  padding: 0px;
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  color: #000000;
}

table, tr, td {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  color: #000000;
}

form {
  margin: 0px
}

input, textarea, select {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  border: 1px solid #666666;
  margin: 0px
}

font {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
}

a:link, a:visited, a:active {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #515151;
  text-decoration: none;
}
a:hover {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #111111;
  text-decoration: underline;
}

.bar, .bar_text {
   font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7C8294;
}

.table_head {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7C8294;
}
.table_row {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.table_row_sm {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.table_row_empty {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.table_row1 {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.table_row2 {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EFEFEF;
}
.table_help {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}

.page_title, .left_title, .right_title {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  font-variant: normal;
  letter-spacing: 2px;
}
.page_title_line {
  height: 2px;
  background-color: #7C8294;
}
.page_text, .left_text, .right_text {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
.page_text_error {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #DC143C;
}

.login_page {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}
.login_form {
  /*border: 1px solid #000000;*/
  padding: 5px;
}
.login_form_text {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
.login_page_text_error {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #DC143C;
}
.login_help {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #0066FF;
}
input.login_button {
  font-family: "Century Gothic", Arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px;
  color: #FFFFFF;
  border: 1px solid #666666;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #0062CB;
}
.footer {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
