/*  advanced CSS*/

body   {
	color: #000;
	font-family: Georgia, times, serif;
	font-size: 14px;
	line-height: 18px;

	}
	
	
div, p, th, td, li, dd, dl, dt  blockquote  {
             /* redundant selectors to help NS4 not forget */
	color: #000;
	font-family: Georgia, times, serif;
	font-size: 14px;
	line-height: 18px;

	}
	
a	{
	text-decoration:	underline;
	font-weight:	bold;
 
	}
a:link	{
	color:	#009;
	text-decoration:	none;
	background-color: transparent;
	}
a:visited	{
	color:	#660;
	background-color: transparent;
	}
a:active	{
	color:	#669;
	background-color: transparent;
	}
a:hover	{
	color:	#6594c9;
	text-decoration:	underline;
	}


h1	{
	font-size:	20px;
	line-height: 22px;
	}
	
h2	{
	font-size:	18px;
	line-height: 20px;
	}
	
h3	{
	font-size:	16px/;
	line-height: 28px;
	}
	
h4 {
	font-size:	14px;
	line-height: 26px;
	}
	
h4 {
	font-size:	12px;
	line-height: 14px;
	}		
	
h1, h2, h3, h4, h5, h6	{
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	background-color: transparent;
	margin-bottom: 10px;
	}

.footer {
	font: 14px trebuchet, verdana, arial, helvetica, sans-serif;
	line-height: 22px;
	text-align: center;
	font-style: italic;
	color: #fff;
	margin-top: 20px;
	padding-top: 20px;
	}	
