       body{
	      font-size: 11pt;
	      margin-left: 5%;
	      margin-right: 5%;
	      color: black;
	      font-family: Helvetica, sans-serif;
	      font-weight: bold;
	      line-height: 1.8;
       }

       a:link{
              color: #ff6600;
       }

       a:visited{
              color: gray;
       }

       a:active{
              color: fuchsia;
       }

       h1{
       	      font-family: "lucida sans", "lucida bright", "courier new", sans-serif;
	      font-weight: bold;
              color: gray;
       }

       h2{
       	      font-family: "lucida sans", "lucida bright", "courier new", sans-serif;
	      font-weight: bold;
              color: gray;
       }

       h3{
		font-size: 11pt;
       	      font-family: serif;
              color: gray;
       }

       div.address{
		font-size: small;
       		font-style: oblique;
	      font-weight: 100;
		text-align: right;
	      line-height: 1.4;
       }

       em.desc{
		font-style: normal;
		font-weight: normal;
		color: gray;
	}

	em.red{
	color: red;
	}

	.bold{
		font-weight: bold;
	}

	.normal{
	font-weight: normal;
	}

	.rightsmall{
	font-size: small;
	font-weight: normal;
	text-align: right;
	}

       .ralign{
		text-align: right;
	}

	.indent{
		text-indent: 1em;
	}

       .nomarker{
		list-style-type: none;
	}

	.scaps{
		font-variant: small-caps;
	}

	.tablespc{
	border-spacing: 15px 0px;
	}

	modify {
	    color: red;
	    text-decoration: line-through;
	}
	span {
	    color: black
	}
	
