@font-face 
{
  font-family: "Lucida Blackletter";
  src: url(./font/LUCIDAB0.eot);
}

@font-face 
{
  font-family: "Old English";
  src: url(./font/oldenglish.ttf) format("truetype");
}

BODY 
{
  background-repeat: repeat-x;
  background-attachment: fixed;
}



H1 
{ 
  font-family: "Lucida Blackletter", "Old English", "Old English Text MT", "Times New Roman";
  font-size: 24pt; 
  color: red; 
}

H2
{ 
  font-family: "Lucida Blackletter", "Old English", "Old English Text MT", "Times New Roman";
  font-size: 20pt; 
  color: red; 
}

H3
{ 
  font-family: "Lucida Blackletter", "Old English", "Old English Text MT", "Times New Roman";
  font-size: 16pt; 
  color: black; 
}

H4
{ 
  font-family: "Lucida Blackletter", "Old English", "Old English Text MT", "Times New Roman";
  font-size: 14pt; 
  color: black;
  text-align: center; 
}

H5
{ 
  font-family: "Lucida Blackletter", "Old English", "Old English Text MT", "Times New Roman";
  font-size: 12pt; 
  color: black;
  text-align: center; 
}

H6
{ 
  font-family: "Lucida Blackletter", "Old English", "Old English Text MT", "Times New Roman";
  font-size: 10pt; 
  color: black;
  text-align: center; 
}

table   
{ 
   border-collapse: collapse;
   margin: 2px;
   padding: 2;
}


TD
{    
  font-family:     "Century Gothic", Arial, Geneva;
  border: inset 0 outset 0;
  border-spacing: 0;
  padding: 2;
  color: black;
  font-size:       11pt;
  font-weight:     bold;
  text-align: justify;
}

TD.TIT1
{    
  font-weight: bold;  
  font-size: 9pt;
  color: black;
  background-color: #FF8080;
  text-align: left;
  border: inset 2pt;
}

TD.TIT2
{
  font-size: 9pt; 
  font-style:italic;   
  background-color: #FFFFFF;
  text-align: left;
  color: black;
  border: inset 2pt;
}

TD.BLUE
{
  font-size: 9pt;
  color: blue;
  text-align: left;
  border: inset 2pt;
}

TD.normal
{ 
  border: inset 2pt; 
  font-family:     "Century Gothic", Arial, Geneva;
  font-size: 9pt; 
  color: black; 
}

TD.BLUENUMB
{ 
  font-size: 9pt;
  color: blue;
  text-align: right;
}

LI
{ 
  font-family:     "Century Gothic", Arial, Geneva;
  font-size: 11pt; 
  font-weight:     bold;
  color: black; 
}


A:link, A:active 
{
  text-decoration: none;
  text-transform:  none;
  text-decoration: none;
  font-family:     "Century Gothic", Arial, Geneva;
  font-weight:     bold;
  font-size:       11pt;
  font-style:      normal;
  color:           #0788F1;
  margin:          0;
  padding:         0;
}

A:visited
{
  text-decoration: none;
  text-transform:  none;
  text-decoration: none;
  font-family:     "Century Gothic", Arial, Geneva;
  font-weight:     bold;
  font-size:       11pt;
  font-style:      normal;
  color:           blue;
  margin:          0;
  padding:         0;
}


A:hover
{
  color:           red;
}

A IMG 
{ 
  border:none; 
}

P
{
  color: black;
  font-family:     "Century Gothic", Arial, Geneva;
  font-size:       11pt;
  font-weight:     bold;
}

.dida
{
  text-align: 	   center;
  font-style:      italic;
}

.middleage
{ 
  font-family: "Lucida Blackletter", "Old English", "Old English Text MT", "Times New Roman";
}

.red
{ 
  color:           red;
}

.indenta
{
  TEXT-INDENT: 	   2em;
}

.BLACK
{        
  margin-left:auto; 
  margin-right:auto;
  text-align: center;
  font-size: 9pt;
  background: #000000;
  border: inset 0 outset 0;
  border-spacing: 0:
  padding: 0;
}

.WHITE
{        
  color: white;
  text-align: center;
  font-size: 12pt;
  background: #000000;
  border: inset 0 outset 0;
  border-spacing: 0:
  padding: 0;
}