/*---------------------------------------------------------------------
 * basic.css: Basic styles for primitive browsers.
 *--------------------------------------------------------------------*/


body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505050;
	padding: 1em;
}


h1, h2, h3, h4, p
{
	margin: 0.5em 0;
	padding: 0;
}
 
h2
{
	font-weight: normal;
	font-size: 1.7em;
	
}

h3
{
	font-size: 1.3em;
	font-weight: normal;
}

h4, h5
{
	font-size: 1.0em;
}

h1 a
{
	text-decoration:none;
}

img
{
	border: none;
}

a
{
	text-decoration: underline;
}

#skip
{
	display: none;
}

/* BASIC STRUCTURE FORMATTING */
#nav_searchfield label
{
	display: none;
}

#topbar, #rightnav, #content
{
	
	padding: 10px;
	margin: 0;
}

th
{
	text-align:left;
}



