body {
	background: #ffffff url("../images/background_main.gif") repeat-x;
  color: #3a3a3a;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul li strong {
  display: block;
}

fieldset {
  margin: 0;
  border: 0px;
  border: 1px solid #cccccc;
  margin: 0px 0px 5px 0px;
	padding: .5em .5em 0 .5em;
	width: 620px;
}

fieldset legend {
  color: #00aab4;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
}

.container h1 {
  color: #0a7d87;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: -0.1em;
  margin: 0px 0px 0px 10px;
}

.container h1 a {
  color: #0a7d87;
}

.container h2 {
	color: #00aab4;
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 0px 5px 10px;
}

.container h2 a {
  color: #00aab4;
}

.container h3 {
  color: #00c8c8;
  font-size: 1.0em;
  font-weight: bold;
  margin: 15px 0px 5px 10px;
}

#header {
	background-color: #ffb400;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	height: 20px;
}

#header ul {
  list-style: none;
	margin-right: 23px;
	padding: 0;
}

#header li {
  display: inline;
  list-style-type: none;
	margin-left: 5px;
	padding-bottom: 5px;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#navigation {
	background: #ffffff url("../images/background_navigation.gif") repeat-x;
	padding-top: 5px;
}

#logo {
  margin: 30px;
}

#languages {
	list-style: none;
	margin: 10px 23px 10px 0px;
}

#languages li {
  display: inline;
  list-style-type: none;
	margin-left: 5px;
}

#logos ul {
  list-style: none;
  margin-top: 10px;
	padding: 0;
}

#logos li {
  display: inline;
  list-style-type: none;
	margin-left: 5px;
	padding-bottom: 5px;
}

#copyright {
	font-size: .9em;
	letter-spacing: 0px;
}

#support {
  font-size: .9em;
	padding-bottom: 10px;
}

.content p {
  padding: 0px 0px 0px 10px;
  text-indent: 0px;
  text-align: justify;
}

.circle {
  margin-left: 50px;
}

.none {
	margin: 0px 0px 0px 10px;
}

.none li {
  display: block;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.button {
  background: url("../images/form_button.png") no-repeat;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  margin: 5px 5px 10px 0px;
  padding: 0px 0px 1px 0px;
  vertical-align: middle;
  height: 24px;
  width: 65px;
}

.normal input.text {
	width: 100px;
}

.big input.text {
  width: 180px;
}

.orange_line {
	background: #ffffff url("../images/orange_line.png") 0px 4px repeat-x;
	height: 20px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}
