body, form, fieldset 	{
	margin:		0;
	padding:	0;
	font-family: lucida-sans-unicode, lucida-grande, lucida-sans,
 lucida, Arial,
 bitstream-vera-sans, sans-serif; 

	color:	#000;
	background : #fff;

	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:   lucida-sans-unicode, lucida-grande, lucida-sans,
 lucida, Arial,
 bitstream-vera-sans, sans-serif; 
}
a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
a:link	{
	color:	#00529B;
	background-color: transparent;
	}
a:visited	{
	color:	#00529B;
	background-color: transparent;
	}
a:active	{
	color:	#066;
	background-color: transparent;
	}
a:hover	{
	color:	#066;
	background-color: transparent;
	text-decoration:	underline overline;
	}
dt 	{
	font-weight: bold;
	margin-left: 10px;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}

p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}
h1	{
	font-size:	24px;
	}

h2	{
	font-size:	22px;
	}

h3	{
	font-size:	20px;
	}

h4 {
	font-size:	18px;
	}

h5	{
	font-size:	14px;
	}

h6	{
	font-size:	12px;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: "Lucida Grande", "Lucida Sans",
 "Lucida Sans Unicode", "Lucida", Arial,
 "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	color: #00529B;
	background-color: transparent;
	margin:	10px 0 0 0px;
	line-height: 1.5em;
	}
img	{
		/* turns off gaps around images */
	border:	0;
	}

code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}
	
.skiplink {display:none}
