

<style media="screen" type="text/css">

body
     { background: white;
       width:500px;
       height: 100%;
       text-align: justify;
     }

#myContent
    { position: relative;
      top: 0px;
      left: 80px;
      width: 500px;
      font-size: 14px;
	  font-weight: normal;
	  font-family: Tahoma;
      font-color: black;
      text-align: justify;
    }
#bodyText
     { font-size: 14px;
       font-weight: normal;
       font-family: Tahoma;
       font-color: black;
       text-align: justify;
     }
#bodyTitle
     { font-size: 20px;
       font-weight: normal;
       font-family: Tahoma;
       font-color: black;
     }

#green
    	{ color: green;
    	}
#red
    	{ color: red;
    	}
#white
    	{ color: white;
    	}

#bodySubtitle
     { font-size: 16px;
       font-weight: bold;
       font-family: Tahoma;
       font-color: black;
     }
    .greenLine
	    	{ border-style: inset;
	    	  border-color: green;
	    	  border-bottom-width: 2px;
	    	  border-top-width: 0px;
	    	  border-left-width: 0px;
	    	  border-right-width: 0px;
	    	  padding: 1px;
    	    }
    .redLine
	    	{ border-style: inset;
	    	  border-color: red;
	    	  border-bottom-width: 2px;
	    	  border-top-width: 0px;
	    	  border-left-width: 0px;
	    	  border-right-width: 0px;
	    	  padding: 1px;
    	    }
    .boldItalic
    		{ font-weight: italic;
    		}

#bodyNote
     { font-size: 17px;
       font-family: Tahoma;
       font-color: black;
       font-weight: bold;
       text-align: justify;
     }
i
     { font-weight: italic;
     }
b
     { font-weight: bold;
     }
    .myTd
     { text-align: justify;
       padding: 5px 5px 5px 5px;
       width: 500px;
     }

p, ul, ol, dl, li, dt, dd, blockquote
   { text-align: justify;
     padding: 0;
	 margin-top: 4px;
	 margin-bottom: 4px;
	 border: 0;
   }
imgLeft
     { float: left;
     }
imgRight
     { float: right;
     }
pxbedLeft
     { float: left;
     }
pxbedRight
     { float: right;
     }
 .myImageLeft
     { margin-top: 10px;
       margin-bottom: 10px;
       margin-left: 10px;
       margin-right: 10px;
       float: left;
       text-align: justify;

     }
 .myImageRight
     { margin-top: 10px;
       margin-bottom: 10px;
       margin-left: 10px;
       margin-right: 10px;
       float: right;
       text-align: justify;
     }

</style>