body {
    background-color: white;
	background-attachment: fixed;
    color: black;
    font-family: arial, 'sans serif'
    }
	
div {}

h1,h2,h3,h4,h5 {}

img { 
    background-position: left top
	}

p {}
  
table {
    vertical-align: top;
	text-align: left; 
	border-style: none;
	padding: 0;
    color: black;
    font-family: arial, 'sans serif';
	font-size: 10pt	
    }

td {
    text-align: left; 
	vertical-align: top
	}
	
tr {
    text-align: left; 
	vertical-align: top
	}

a:link {
    COLOR: blue;
    TEXT-DECORATION: none
    }

a:visited {
    COLOR: blue;
    TEXT-DECORATION: none
    }

a:hover {
    COLOR: red; 
    TEXT-DECORATION: underline
    }
  
a:active {
    }

