/* Set decoration for anchors */
	a:link 
	{text-decoration: none; color: #0000ff}
	a:visited 
	{text-decoration: none; color: #0000ff}
	a:hover 
	{text-decoration: underline; color: #0077ff}
	a:active 
	{text-decoration: none; color: #0000ff}
	
/* Set site look and feel */
	body
	{
	background: #eeeedd; 
	color: #000033;
	font-family: arial,sans-serif;
	font-size: 14px
	}
	
	h1{font-size: 24px}
	h2{font-size: 14px}
	font.bullet{font-size: 14px; font-weight: bold}
	font.path{font-size: 12px; margin-left: 12px}
	a.nav{margin-left: 12px; font-size: 14px}
	a.web{font-size: 16px; font-weight: bold}
	span.web{font-size: 16px; font-weight: bold}
	i.url{font-size: 11px; color: #008000}
	i{color: #008000}
	hr
	{
		color: #008000;
		height: 2px;
		border-style: solid
	}
	
/* Settings for main table */
	table.a{width: 1010px}
	
/* Settings 1st table within table */
	table.b
	{
		width: 1010px;
		border-bottom-width: 0px;
		border-bottom-color: #008000;
		border-bottom-style: solid 
	}
	/* Top table within table */
	td.logo{width: 230px}
	td.bul1{width: 150px}
	td.bul2{width: 180px}
	td.banner{width: 450px; padding: 5px}
	
/* Settings 2nd table within table */
	table.c
	{
		width: 1010px;
		border-bottom-width: 0px 
	}
	/* Bottom table within table */
	td.nav{width: 160px}
	td.web
	{
		width: 670px;
		background: #ffffdf;
		padding: 10px;
		border-top-width: 1px;
		border-top-color: #008000;
		border-top-style: solid
	}
	td.ads{width: 180px; padding: 5px}

/* Extras for Submission form */
	td.form_LH
	{
		width: 310px;
		padding: 3px;
		text-align: right
	}
	
	td.form_RH
	{
		width: 335px;
		padding: 3px;
		text-align: left
	}
	
	input.sssubmit{margin-right: 10px}		
