body
{
  margin: 16px;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
  background-image: url('graphics/bg.gif');
}

.center
{
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}

#layout
{
  width: 720px;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background-color: white;
  color: black;
}

img
{
  border: 0;
}

img.center
{
  vertical-align: middle;
  border: 0;
}


h1
{
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  line-height: 120%;
  color: #000000;
  background-color: white;
}

h2
{
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  line-height: 100%;
  color: #000000;
  background-color: white;
}

h3
{
  margin-top: 8px;
  margin-bottom: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 100%;
  color: #000000;
  background-color: white;
}

p
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: black;
  background-color: white;
  line-height: 140%;
  margin-top: 8px;
  margin-bottom: 8px;
}

ul
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: black;
  background-color: white;
  line-height: 140%;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 16px;
  padding-left: 0;
}

li
{
  padding-left: 0;
}

address
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  font-style: italic;
  line-height: 120%;
}


/* Header */

#header
{
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
  margin: 8px;
  padding: 18px;
  border-top: 0;
  border-bottom: 1px dotted #778899;
  font-family : "Courier New", Courier, serif;
  font-size: 24pt;
  font-weight: bold;
  color: #778899;
  background-color: #e6e6fa;
}

/* End Header */


/* Footer */

#footer
{
  vertical-align: bottom;
  margin: 0;
  padding: 16px;
  border-bottom:0;
  border-top: 1px dotted #778899;
  color: black;
  background-color: #e6e6fa;
}

#copyright
{
  color: #778899;
  background-color: #e6e6fa;
  float: left;
}

#lastupdate
{
  color: #778899;
  background-color: #e6e6fa;
  float: right;
}

#footer address a:link,
#footer address a:visited,
#footer address a:active
{
  color: #778899;
  background-color: #e6e6fa;
  text-decoration: none;
}

#footer address a:hover
{
  color: #778899;
  background-color: #e6e6fa;
  text-decoration: underline;
}

/* End Footer */


/* Menu */

#menu
{
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border-left: 0;
  border-right: 1px dotted #ccc;
  color: black;
  background-color: white;
}

#menu ul
{
  margin: 0;
  padding: 16px;
  border-top: 0;
  border-bottom: 1px dotted #ccc;
}

#menu p
{
  text-align: center;
}

#menu li
{
  font-size : 11pt;
  font-family : "Courier New", Courier, serif;
  font-weight : bold;
  text-decoration : none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 100%;
  display: inline;
}

#menu a:link,
#menu a:visited,
#menu a:active
{
  font-size : 11pt;
  font-family : "Courier New", Courier, serif;
  margin: 1px;
  padding: 4px;
  color: #778899;
  background-color: white;
  text-decoration: none;
  display: block;
}

#menu a:hover
{
  font-size : 11pt;
  font-family : "Courier New", Courier, serif;
  margin: 1px;
  padding: 3px;
  border: 1px solid #778899;
  color: #778899;
  background-color: #e6e6fa;
  text-decoration: none;
  display: block;
}

/* Menu End */


/* Main Body */

#contentheader
{
  width: 100%;
  text-align: center;
}

#contents
{
  width: 100%;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 16px;
  border-right: 0;
  border-left: 1px dotted #ccc;
  color: black;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
}

a:link,
a:visited,
a:active
{
  color: #778899;
  background-color: white;
  text-decoration: none;
}

a:hover
{
  color: #778899;
  background-color: white;
  text-decoration: underline;
}

#belt
{
  font-size : 8pt;
  font-family: Verdana, Arial, sans-serif;
  vertical-align: top;
}

#ramme
{
  border: 1px dotted black;
  margin: 20px;
  padding: 20px;
  float: center;
  font-size : 8pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight : normal;
  text-decoration : none;
}
  
/* Main Body End*/



