body	{
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
	font-family: verdana, arial, helvetica , palatino, serif;
	color:	#20205B;
	}
	
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  verdana, arial, helvetica, palatino, serif;
    }

a	{
	text-decoration:	none;
	font-weight: normal;
	}
a:link	{
	color:	#0000CC;
	background-color: transparent;
	}
a:visited	{
	color:	#660099;
	background-color: transparent;
	}
a:active	{
	color:	#FF0000;
	background-color: transparent;
	}
a:hover	{
	color:	#3366CC;
	background-color: transparent;
	text-decoration:	underline;
	}

  dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	font-size:	12px;
	line-height: 1.5em;
	}
	
p {
	font-size:	12px;
	margin-top: 0px; 
	padding-top: 10px;
	line-height: 1.25em;
	}
	
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: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #20205B;
	background-color: transparent;
	margin:	2px 0px 0px 0px;
	text-align:center; 
	}
	
img	{
		/* turns off gaps around images */
	border:	0;
	}
	

