a {
	color : #333333;
	font-family : Tahoma, "MS Sans Serif", "Comic Sans MS", sans-serif;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
}

a:link    { color : #333333 }
a:visited { color : #333333 }
a:hover   { color : #FF0000 }
a:active  { color : #FF0000 }

body {

	
	font-size : 10pt;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
	margin-right: 0px;
	margin-left: 0px;
	margin-top : 0px;
    margin-bottom : 0px;


    background-image:  url(images/back16.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    background-color : #F4F4F4;
}
    background-attachment: fixed;
#bodyText {
/*	width: 100%;*/
	color : #333333;
	position: absolute;
	height: auto;
	top: auto;
	right: 30px;
	bottom: auto;
	left: 155px;
	text-align : justify;
}

h1 {
    /* gee, netscape is stupid, gotta set fonts again */
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
	color : #333333;
	font-size : 12pt;
	font-weight : bold;
	line-height : 2em;
	text-align : left;
}

h2 {
	/* and again */
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
	color : #333333;
	font-size : 10pt;
	line-height : 2em;
	/*text-align : left;*/
	font-weight : bold;

}

h3 {
    /* and you guesed it again */
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
	color : #333333;
	font-size : 10pt;
	line-height : 1em;
	text-align : left;
	font-weight: bold;
}

p {
	color : #333333;
	font-size : 10pt;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
}

table {
	color : #333333;
	font-size : 10pt;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
}



