/* ---------- all without td, p, h ---- 20010528 BZ*/
html, head, th, address  {
	font-family : Arial, helv, Helvetica, sans-serif;
	color : Navy;
	background : #FFFFFF none;
}

/* ----------  all without background*/
p, div, ul, ol, li, td, h1, h2, h3, h4, h5, h6, blockquote  {
	font-family : Arial, helv, Helvetica, sans-serif;
	color : Navy;
}

/* ---------- font size for paragraphs and lists*/
p, ul, ol, li, div, td, th  {
	font-size : 14px;
}

/* ---------- body*/
body  {
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	background-color : White;
	font-family : Arial, helv, Helvetica, sans-serif;
	color : Navy;
}

/* ---------- a*/
a  {
	color : Navy;
	background : none;
	text-decoration : none;
}

a:link  {
	color : Navy;
	background : none;
	text-decoration : none;
}

a:visited  {
	color : Navy;
	background : none;
	text-decoration : none;
}

a:active  {
	color : Blue;
	background : none;
}

a:hover  {
	color : Blue;
	background : none;
	text-decoration : underline;
}

/* --- h used for titles 2001*/
h1  {
	font-family : Arial, helv, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 24px;
	color : black;
	width : 100%;
	border-style : none;
}

h2  {
	font-family : Arial, helv, Helvetica, sans-serif;
	font-size : 18px;
	color : Navy;
	width : 100%;
	border-style : none;
}

h3  {}

h4  {}

/* ---------- td*/
td  {}

/* doesn't work with Opera 3.61*/
div.center  {
	text-align : center;
}


