


h1           { font-family: Verdana; font-size: 26pt }
h3           { font-family: Verdana; font-size: 18pt; color: #000080 }
h4           { font-family: Verdana; font-size: 14pt; color: #000080 }
h5           { font-family: Verdana; font-size: 10pt; color: #000080; font-weight: bold }

.MenuTitle   { font-family: Verdana; font-size: 8pt; color: #1010F7; font-weight: bold }
.MenuList    { font-family: Verdana; font-size: 8pt }

.font1       { font-family: Verdana; font-size: 8pt }
.font2       { font-family: Verdana; font-size: 10pt}
.font3       { font-family: Verdana; font-size: 20pt}



link         { font-family: Verdana; font-size: 10pt }
basefont     { font-family: Verdana; font-size: 10pt }
p            { font-family: Verdana; font-size: 10pt }



a:link { 
         text-decoration:none; 
         color:#A00A0A
}
a:visited { 
         text-decoration:none; 
         color:#CE2425
}
a:hover { text-decoration:underline; }
a:active { text-decoration:none; font-weight: normal }


#line_left {
  border-left-width:1px;
  border-left-style:solid;
  border-color:red;
  padding-left:1cm;
  text-align:justify; }
#line_right {
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#99C4E4;
  padding-right:1cm;
  text-align:justify; }
#line_leftright {
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:red;
  padding-left:1cm;
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:green;
  padding-right:1cm;
  text-align:justify; }
#line_around {
  border-width:1px;
  border-style:solid;
  border-color:#C0C0C0;
  padding:1mm;
  text-align:left; }