/*  advanced CSS*/

body   {
font-family: verdana, helvetica, san-serif;
font-size: 12px;
line-height: 18px;
color: #800080;
	}
	
	
div, p, th, td, li, dd, dl, dt  blockquote  {
             /* redundant selectors to help NS4 not forget */
font-family: verdana, helvetica, san-serif;
font-size: 12px;
line-height: 18px;
color: #800080;
	}
	
a	{
	text-decoration:	underline;
	font-weight:	bold;
 
	}
a:link	{
	color:	#009;
	text-decoration:	none;
	background-color: transparent;
	}
a:visited	{
	color:	#060;
	text-decoration:	none;
	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: #800080;
	background-color: transparent;
	margin-bottom: 10px;
	}

p.nav {
	font-family: verdana, helvetica, san-serif;
	font-size: 12px;
	line-height: 22px;
	color: #800080;
	text-align: center;
	}
	
p.nav1 {
	font-family: verdana, helvetica, san-serif;
	font-size: 12px;
	line-height: 22px;
	color: #800080;
	text-align: left;
	}	
	
.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;
	}	
