body {
font-family: 'Times New Roman', sans-serif;

font-size: 9pt;
color: black;
}

p {
font-family: Arial, sans-serif;
font-size: 9pt;
color: black;
text-align: justify;
margin-left: 15px; margin-right: 15px;
}

p.v {
font-family: Verdana, sans-serif;
font-size: 8pt;
color: #666666;
text-align: justify;
margin-left: 15px; margin-right: 15px;
}

p.i {
font-family: Arial, sans-serif;
font-size: 9pt;
color: black;
text-align: justify;
margin-left: 15px; margin-right: 15px;
text-indent: 30px;
}

p.r { 
font-family: Arial, sans-serif;
font-size: 9pt;
color: black;
text-align: right;
margin-left: 15px; margin-right: 15px; margin-bottom: 10px;
}

p.cb { 
font-family: Verdana, sans-serif;
font-size: 8pt;
color: #666666;
text-align: center;
margin-left: 15px; margin-right: 15px; margin-bottom: 10px;
}

pre { 
font-size: 10pt;
color: black;
}

h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 18pt;
color: red;
font-weight: bold;
font-style: normal;
text-align: center;
margin-left: 15px; margin-right: 15px; margin-top: 15px;
}

h3 {
font-family: 'Times New Roman', sans-serif;
font-size: 14pt;
color: red;
font-weight: bold;
font-style: normal;
text-align: center;
margin-left: 15px; margin-right: 15px; margin-top: 15px;
}

h4 {
font-family: 'Times New Roman', sans-serif;
font-size: 12pt;
color: red;
font-weight: bold;
font-style: normal;
text-align: center;
margin-left: 15px; margin-right: 15px;
}

a:link      {font-family:Verdana, sans-serif; font-size:8pt;  font-weight: normal; text-decoration: none;      color: #666666}
a:visited   {font-family:Verdana, sans-serif; font-size:8pt;  font-weight: normal; text-decoration: none;      color: #666666}
a:active    {font-family:Verdana, sans-serif; font-size:8pt;  font-weight: normal; text-decoration: none;      color: #666666}
a:hover     {font-family:Verdana, sans-serif; font-size:8pt;  font-weight: normal; text-decoration: underline; color: #cc6633}

a.A:link    {font-family:Verdana, sans-serif; font-size:9pt; font-weight: normal; text-decoration: underline; color: blue  }
a.A:visited {font-family:Verdana, sans-serif; font-size:9pt; font-weight: normal; text-decoration: underline; color: blue  }
a.A:active  {font-family:Verdana, sans-serif; font-size:9pt; font-weight: normal; text-decoration: underline; color: blue  }
a.A:hover   {font-family:Verdana, sans-serif; font-size:9pt; font-weight: normal; text-decoration: underline; color: #cc6600}

a.B:link    {font-family:Arial, sans-serif; font-size:9pt; font-weight: normal; text-decoration: none;      color: #800000}
a.B:visited {font-family:Arial, sans-serif; font-size:9pt; font-weight: normal; text-decoration: none;      color: #800000}
a.B:active  {font-family:Arial, sans-serif; font-size:9pt; font-weight: normal; text-decoration: none;      color: #800000}
a.B:hover   {font-family:Arial, sans-serif; font-size:9pt; font-weight: normal; text-decoration: underline; color: red}

a.C:link    {font-family:'Times New Roman', sans-serif; font-size:15pt; font-weight:bold; text-decoration:none;     color: blue  }
a.C:visited {font-family:'Times New Roman', sans-serif; font-size:15pt; font-weight:bold; text-decoration:none;     color: blue  }
a.C:active  {font-family:'Times New Roman', sans-serif; font-size:15pt; font-weight:bold; text-decoration:none;     color: blue  }
a.C:hover   {font-family:'Times New Roman', sans-serif; font-size:15pt; font-weight:bold; text-decoration:underline;color: #cc6600}


ol {
font-family: Arial, sans-serif;
font-size: 8pt;
color: black; 
margin-left: 50px; margin-right: 15px; padding-left: 0;
}

ul {
margin-left: 15px; margin-right: 10px; padding-left: 0;  list-style-type: square;
color: #B5B5B5
}


tt { 
font-family: Arial, sans-serif;
font-size: 8pt;
color: black;
text-align: center;
}
