/* Cascading Style Sheet */
h1 {
  font-size: 22pt;
  text-align: center; 
  color: rgb(51, 51, 255);
  font-family: Times New Roman; 
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
  }
h2 {
  font-size: 16pt;
  text-align: center; 
  color: rgb(51, 51, 255);
  font-family: Times New Roman; 
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
  }
h3 {
  font-size: 14pt;
  text-align: center; 
  color: rgb(51, 51, 255);
  font-family: Times New Roman; 
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  }
h4 {
  text-align: center;
  font-size: 10px;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  }
h5 {
  text-align: left;
  font-size: 14px;
  font-family: Times New Roman;
  font-weight: bold;
  color: black;
  letter-spacing: 1px;
  }
h6 {
  text-align: center;
  font-size: 16px;
  font-family: Times New Roman;
  font-weight: bold;
  color: #CC0033;
  letter-spacing: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
}
div.start {
  text-align: left;
  font-family: Times New Roman;
  font-size: 14px;
  font-weight: bold;
  color: black;
}
div.contact {
  text-align: left;
  font-family: Times New Roman;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-left: 45px;
}
div.end {
  font-family: Times New Roman;
  font-size: 11pt;
  text-align: center;
}
div.head {
  text-align: center;
  font-family: Times New Roman;
  font-size: 18pt;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
}
div.Intro {
  text-align: left;
  font-family: Times New Roman;
  font-size: 17px;
  font-weight: bold;
  color: Red;
}
div.introhead {
  text-align: center;
  font-family: Times New Roman;
  font-size: 16pt;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;
  color: black;
}
span.start {
  text-align: left;
  font-family: Times New Roman;
  font-size: 14px;
  font-weight: bold;
  color: Black;
  letter-spacing: 1px;
}
span.start2 {
  text-align: left;
  font-family: Times New Roman;
  font-size: 11pt;
  color: Black;
}
span.greek {
  font-family: SPIonic;
  font-size: 11pt;
  text-align: left;
}

p.home {
  margin-left: 45%;
}
p.home a{display:block; width: 61px; height: 25px; background:url(home.jpg) 0 0 no-repeat; }
p.home a:hover{display:block; width:61px; height:25px; background:url(home2.jpg) 0 0 no-repeat;
}
p.contents {
 font-family: Times New Roman;
 font-size: 12pt;
 font-weight: normal;
 text-align: justify;
 text-indent: 0%;
}
span.footnotes {
  text-align: justify;
  font-family: Times New Roman;
  font-size: 8pt;
  font-weight: normal;
}
a:link{ 
  text-decoration: none;
  font-weight: bold;
  font-family: Times New Roman;
  color: red;
}
a:visited{ 
  text-decoration: none;
  font-weight: bold;
  font-family: Times New Roman;
  color: red;
}
a:hover{ 
  text-decoration: none;
  color: blue;
  font-family: Times New Roman;
  font-weight: bolder;
  letter-spacing: 2px;
}
a.foots:link{
  text-decoration: none;
  color: red;
  font-weight: normal;
  font-family: Arial;
  font-size: 8pt;
}
a.foots:visited{
  text-decoration: none;
  color: red;
  font-weight: normal;
  font-family: Arial;
  font-size: 8pt;
}
a.foots:hover{
  text-decoration: none;
  color: blue;
  font-weight: normal;
  font-family: Arial;
  font-size: 8pt;
}
p {
  text-indent: 40px;
  text-align: justify;
  font-family: Times New Roman; 
  font-weight: normal;
  font-size: 11pt;
}
p.greeksh {
  font-family: SPIonic;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  font-variant: normal;
}

p.greek {
  text-indent: 40px;
  font-family: SPIonic;
  font-weight: normal;
  font-size: 11pt;
}

p.copyright {
  text-indent: 40px;
  text-align: justify;
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
  margin-left: 20%;
}
td.ridge {
  border-style: none;
  border-width: 0px;
}
table.ridge {
  border-style: ridge;
  border-width: 2px;
}
img.floatleft {
    float: left;
    margin: 4px;
}
img.floatright {
    float: right;
    margin: 4px;
}

