body, th, td, input, textarea {
	font-family: Tahoma;
	font-size: 11px;
}

a { color: #000000; text-decoration: none; }

body {
	padding: 0;
	margin: 0;
	background: url('../images/background.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

.flat { border-collapse: collapse }

#main {
	width: 758px;
	border-collapse: collapse;
	margin: auto;
    background-color: #ffffff;
}

.blue_border, .blue_border_bottom { background-color: #16396f; }
.blue_border { width: 4px; }
.blue_border_bottom { height: 4px; }

.orange_line { height: 3px; background-color: #fbbb04; }
.white_line { height: 2px; background-color: #ffffff; }
.gray_line { height: 5px; background-color: #d9e0ea; }

td.languages {
  vertical-align: top;
  padding-top: 6px;
  padding-left: 2px;
}
span.languages a {
  text-decoration: none;
  padding: 3px 3px 3px 3px;
  margin: 0 1px 0 1px;
  font-size: 12px;
  font-weight: bold;
  background-color: #d9e0e9;
  color: #7189ad;
  display: block;
  float: left;
}
span.languages a.selected { background-color: #ffffff; color: #81878f; }
.separator {
  background-color: #fcb505;
  width: 3px;
  height: 21px;
  display: block;
  float: left;
  margin: 0 3px 0 2px;
}

td.menu {
    vartical-align: top;
	width: 230px;
}

.menu a {
  padding: 0 4px 0 4px;
  text-align: left;
  vertical-align: bottom;
  display: block;
  width: 148px;
  height: 25px;
  margin: 0px 0 6px 0;
  background: url('../images/menu_inactive.jpg');
  text-decoration: none;
  color: #494f56;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background-repeat: no-repeat;
}

.menu a:hover {
  text-align: right;
  vertical-align: bottom;
  display: block;
  width: 148px;
  height: 25px;
  margin: 0px 0 6px 0;
  background: url('../images/menu_hover.jpg');
  text-decoration: none;
  color: #494f56;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background-repeat: no-repeat;
}

.menu a.selected {
  text-align: right;
  vertical-align: bottom;
  display: block;
  width: 148px;
  height: 25px;
  margin: 0px 0 6px 0;
  background: url('../images/menu_active.jpg');
  text-decoration: none;
  color: #494f56;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background-repeat: no-repeat;
}

.menu a.selected:hover {
  text-align: right;
  vertical-align: bottom;
  display: block;
  width: 148px;
  height: 25px;
  margin: 0px 0 6px 0;
  background: url('../images/menu_hover.jpg');
  text-decoration: none;
  color: #494f56;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background-repeat: no-repeat;
}

td.caption { padding-left: 230px; padding-top: 5px; }
span.caption {
  display: block;
  width: 520px;
  height: 23px;
  background: url('../images/long_arrow.jpg');
  color: #f9b005;
  padding-top: 8px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.faq_question {
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
}

.faq_answer {
    display: none;
}

.content { vertical-align: top; color: #333; }
.content div.h1 { color: #81878f; font-size: 12px; font-weight: bold; }

#footer { width: 100%; }
#footer td, #main td { text-align: left; }
.footer_top { height: 6px; background-color: #b6bdc5; }
.footer_left { background: url('../images/footer_background.jpg'); color: #00022d; background-repeat: repeat-x; }
.footer_right { background-color: #dae1eb; width: 195px; text-align: right; }
.footer_left, .footer_right { height: 70px; padding-left: 20px; }

