body {
  background-color:#F8F2ED;
  color:#168AB5;
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size:10pt;
	text-align:left;
}

img
{
  border:0;
}

a
{
  color:#168AB5
}
a:hover 
{
  color : #F18E36;
}

h1
{
  text-align: center;
  margin:0;
}

.note
{
  text-align: center;
  font-size:8pt;
  font-style:italic;
}

.system
{
	font-family: monospace;
}

.menuBar {
  margin-top:1em;
  margin-bottom:1em;
  text-align:center;
  display:block;
}

.menu
{
	font-size:10pt;
	font-weight:bold;
	padding : 0 2em 0 0 ;
  line-height:30px;
}

.menu a
{
  text-decoration : none;
  background-color:#168AB5;
  color:#F8F2ED;
	padding : 5px;
}

.menu a:hover
{
  text-decoration : none;
  border-top: 1px solid #168AB5;
  border-bottom: 1px solid #168AB5;
  background-color:#F8F2ED;
  color:#168AB5;
}

.download
{
  color : #F18A36;
}

.technical
{
  float:left;
  font-size:8pt;
  font-style:italic;
}

.contact
{
  text-align:right;
  float:right;
}

fieldset
{
  border: 1px solid #C6D3EF;
  padding: 1em;
	margin:2em;
}

fieldset legend {
  color:#57ABCA;
  font-size:14pt;
}

ul {
  list-style-type: square;
}
