
a:link {color: blue;
       font-family: verdana;
       font-size: 10pt;
       font-weight: bold;}

a:visited {color: blue;
          font-family: verdana;
          font-size: 10pt;
          font-weight: bold;}

a:active {color: blue;
         font-family: verdana;
         font-size: 10pt;
         font-weight: bold;}

a:hover {color: blue;
        font-family: verdana;
        font-size: 10pt;
        font-weight: bold;}


hr {color: black;
    height: 1px;
    }


body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px
  }


textarea {                        /* all border textarea */
         border-style: solid;
         border-bottom-width: 1px;
         border-left-width: 1px;
         border-right-width: 1px;
         border-top-width: 1px;
         border-color: black;
         background-color: #ffffff;
         font-family: verdana;
         font-size: 10pt;
         font-weight: normal;
         color: black
         }

.bbt {                        /* bottom border only table */
      border-style: solid;
      border-bottom-width: 1px;
      border-left-width: 0px;
      border-right-width: 0px;
      border-top-width: 0px;
      border-color: black;
      }

.tbt {                        /* top border only table */
      border-style: solid;
      border-bottom-width: 0px;
      border-left-width: 0px;
      border-right-width: 0px;
      border-top-width: 1px;
      border-color: black;
      }

.abt {                        /* all border table */
      border-collapse: separate;
      border-style: solid;
      border-bottom-width: 1px;
      border-left-width: 1px;
      border-right-width: 1px;
      border-top-width: 1px;
      border-color: black;
      }

.bst {                        /* bottom and sides */
      border-style: solid;
      border-bottom-width: 1px;
      border-left-width: 1px;
      border-right-width: 1px;
      border-top-width: 0px;
      border-color: black;
      }

.tst {                        /* top and sides */
      border-style: solid;
      border-bottom-width: 0px;
      border-left-width: 1px;
      border-right-width: 1px;
      border-top-width: 1px;
      border-color: black;
      }

.sst {                        /* top and sides */
      border-style: solid;
      border-bottom-width: 0px;
      border-left-width: 1px;
      border-right-width: 1px;
      border-top-width: 0px;
      border-color: black;
      }

.indent {margin-left: 2cm;
         text-align: left;
        }

.textmedblue {font-family: verdana;
      font-size: 12pt;
      font-weight: normal;
      color: blue}


.textblack {font-family: verdana;
      font-size: 10pt;
      font-weight: normal;
      color: black}

.textblue {font-family: verdana;
	  font-size: 10pt;
	  font-weight: normal;
	  color: blue}

.textred {font-family: verdana;
	 font-size: 10pt;
	 font-weight: normal;
	 color: red}

.textgreen {font-family: verdana;
	   font-size: 10pt;
	   font-weight: normal;
	   color: green}

.textyellow {font-family: verdana;
	    font-size: 10pt;
	    font-weight: normal;
	    color: yellow}

.highlight {font-family: verdana;
	   font-size: 10pt;
	   font-weight: normal;
	   color: black;
           background-color: #eeeeee}

.highlightblue {font-family: verdana;
	       font-size: 10pt;
	       font-weight: normal;
	       color: blue;
               background-color: #eeeeee}

