body  {
	margin-top : 10px;
	margin-bottom : 10px;
	background-image : url(bg.jpg);
}

p,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  {
	font-family : Arial,Arial;
	color : #000066;
}

p,ul,ol,li,div,td,th,small,address,nobr,b,i,hr  {
	font-size : 10pt;
	font-weight : bold;
}

small  {
	text-align : left;
	font-style : normal;
	font-weight : normal;
}

address  {
	text-align : center;
	font-style : normal;
	font-weight : normal;
}

h1  {
	font-size : 24pt;
	color : #000066;
	font-weight : bold;
	font-style : italic;
}

h2  {
	font-size : 16pt;
}

h3  {
	font-size : 12pt;
}

h4  {
	font-size : 10pt;
}

pre  {
	font-family : Courier New,Courier;
	font-size : 10pt;
}

hr  {
	color : #000066;
	line-height : 1;
}

a:link  {
	color : #000066;
	font-weight : bold;
	text-decoration : none;
	font-style : italic;
}

a:visited  {
	color : #000066;
	font-weight : bold;
	text-decoration : none;
	font-style : italic;
}
a:hover {
        text-decoration : underline;
	font-style : italic;
        }

