/* basic style */
body	{
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #640101;
  font-size: 10pt;
  font-weight: normal;
  z-index: 0;
}

.mainDiv	{
  width: 770px;
  margin: 0px auto;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
} 

.bodyDiv {
  width: 770px;
  margin: 0px auto;
  position: relative;
  background-color: #ffffff;
  background-image: url('../img/body.jpg');
  background-repeat: repeat;
  z-index: 2;
  text-align: left;
  
}

.bodyDivPresentation {
  height: 465px;
}

.bodyTextDiv {
  position: absolute;
  top: 20px;
  left: 205px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 10pt;
  font-weight: normal;
  z-index: 4;
  text-align: justify; 
  width: 373px;
  height: 445px;
  overflow: auto;
  padding-right: 30px;
}

.headerDiv	{
  width: 770px;
  height: 96px;
  margin: 0px auto;
  position: relative;
  color: #ffffff;
  background-color: #ffffff;
  background-image: url('../img/header.jpg');
  background-repeat: no-repeat;
  z-index: 2;
}

.leftDiv	{
  width: 93px;
  top: -33px;
  margin: 0px;
  position: absolute;
  background-color: #ffffff;
  background-image: url('../img/cross.jpg');
  background-repeat: repeat;
  z-index: 3;
}

.leftPresentationDiv {
  height: 505px;
}

.rightDiv	{
  width: 143px;
  top: 6px;
  right: 10px;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  background-color: #ffffff;
  background-image: url('../img/cross.jpg');
  background-repeat: repeat;
  z-index: 3;
}

.rightPresentationDiv {
  height: 465px;
}

.footerDiv	{
  width: 770px;
  height: 39px;
  margin: 0px auto;
  position: relative;
  background-color: #ffffff;
  background-image: url('../img/footer.jpg');
  background-repeat: repeat;
  z-index: 2;
}

.menuItemDiv{
  width: 162px;
  height: 25px;
  margin: 0px auto;
  left: 12px;
  position: absolute;
  background-color: #ffffff;
  background-image: url('../img/menuitem.jpg');
  background-repeat: no-repeat;
  z-index: 4;
}

.menuItemFirstDiv {
  top: 20px;
}

.menuItemSecondDiv {
  top: 60px;
}

.menuItemThirdDiv {
  top: 100px;
}

.menuItemFourthDiv {
  top: 140px;
}

.menuItemFifthDiv {
  top: 180px;
}

.menuItemSixthdDiv {
  top: 220px;
}

.menuItemTextDiv {
  height: 15px;
  width: 150px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 4px;
  z-index: 5;
  font-style: italic;
}

.underMenuDiv {
  width: 162px;
  height: 100px;
  margin: 0px auto;
  left: 12px;
  position: absolute;
  background-color: #ffffff;
  background-image: url('../img/undermenu.jpg');
  background-repeat: no-repeat;
  z-index: 4;
  bottom: 50px;
}

.underMenuImage {
  position: absolute;
  top: 4px;
  left: 4px;
}

.titleDiv {
  width: 300px;
  height: 28px;
  position: absolute;
  top: 64px;
  left: 250px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #640101;
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  z-index: 4;
}

.fotoDiv {
  width: 162px;
  height: 100px;
  margin: 0px auto;
  right: 0px;
  position: absolute;
  background-color: #ffffff;
  background-image: url('../img/foto.jpg');
  background-repeat: no-repeat;
  z-index: 4;
}

div.fotoDiv a, a img {
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

.fotoImage {
  position: absolute;
  top: 4px;
  left: 4px;
}

.fotoFirstDiv {
  top: 20px;
}

.fotoSecondDiv {
  top: 140px;
}

.fotoThirdDiv {
  bottom: 65px;
}

h1 {
  margin-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #640101;
  font-size: 10pt;
  font-weight: bold;
}

.copyrightDiv {
  position: absolute;
  width: 770px;
  top: 15px;
  left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #640101;
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
}

.languageDiv {
  position: absolute;
  top: 18px;
  right: 18px;
  font-weight: bold;
  font-style: italic; 
}

.logoDiv {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  position: absolute;
  top: 14px;
  left: 18px;
  font-weight: bold;
  font-style: italic; 
  z-index: 4;
}

a.languageA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}

a.languageA:link {
  text-decoration: none;
  color: #ffffff;
}

a.languageA:visited {
  text-decoration: none;
  color: #ffffff;
}

a.languageA:hover {
  text-decoration: none;
  color: #ff0000;
}

a.menuA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}

a.menuA:link {
  text-decoration: none;
  color: #ffffff;
}

a.menuA:visited {
  text-decoration: none;
  color: #ffffff;
}

a.menuA:hover {
  text-decoration: none;
  color: #ff0000;
}

.sampleImg {
  border: solid;
  color: #640101;
  margin: 5px;
  padding: 5px;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: #640101;
}

a:link {
  text-decoration: none;
  color: #640101;
}

a:visited {
  text-decoration: none;
  color: #640101;
}

a:hover {
  text-decoration: underline;
  color: #640101;
}

tr {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-align: left;
  margin: 0px;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #640101;
}

th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  background-color: #640101;
  text-align: center;
  padding: 2px;
  margin: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #640101;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-top: 1px;
  margin: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #640101;
}

table {
  border-style: solid;
  border-width: 1px;
  border-color: #640101;
  padding: 0px;
  margin: 0px;
}

tr.dark {
  background-color: #cccccc; 
}

tr.light {
  background-color: #eeeeee; 
}

table.formTable {
  border-width: 1px;
  border-style: solid;
  margin-bottom: 5px;
}

table.formTable th {
  text-align: right;
  background-color: #cccccc;
  color: #000000; 
  border-width: 0px;
  border-style: none;
  padding-right: 5px;
  font-weight: normal;
  width: 80px;
}

table.formTable tr {
  border-width: 0px;
  border-style: none;	
}

table.formTable td {
  border-width: 0px;
  border-style: none;	
  background-color: #eeeeee;
}

.centerDiv {
  text-align: center;
}

.button {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  border-width: 1px;
  border-color: #640101;
  border-style: outset;
  width: 100px;
  height: 18px;
}

form {
  margin: 0px;
  padding: 0px;
}

.input250 {
  width: 270px;
}

.input100 {
  width: 120px;
}

.input50 {
  width: 70px;
}

input, select {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  border-width: 1px;
  border-color: #aaaaaa;
  border-style: inset;
  padding-left: 2px;
  /*height: 18px;*/
}

.thform {
  width: 80px;
}

.error {
  color: #ff0000;
}

p {
  margin-top: 0px;
  margin-bottom: 8px;
}
