body
{	text-align: center;
	background-color:#000000;
	font-family:  arial, helvetica, sans-serif;
	color: #ffffff;
	line-height: 1.5;
}
div.all
{	margin: 0 auto;
	text-align: left;
	font-size: 1em;	/* CHANGE THIS VALUE TO SCALE THE ENTIRE SITE BECAUSE FONT SIZES ARE INHERITED BY ALL CHILDREN */
}
div.all div.inAll
{	
	
}
/* start links */	
	a
	{	text-decoration: none;
		color: #ffffff;
		padding-left: 16px;
		background: url(../images/symbols/link_arrow_1.gif) no-repeat 0 0.17em;
		text-decoration: underline;	
	}
	a:hover	
	{	text-decoration: none;		
	}
	h2 a, h3 a, h4 a, h5 a, h6 a
	{	padding-left: 0;
		background: none;
		text-decoration: none;	
	}
	h2 a:hover, h3 a:hover, h4 a a:hover, h5 a a:hover, h6 a a:hover
	{	text-decoration: none;	
	}
	.nav.site a
	{	text-decoration: none;	
	}
/* end links */	
/* start headings */	
	/* for h1, see components */
	h2, h3, h4, h5, h6 
	{	font-size: 1em;
		font-weight: normal;
		margin: 0;
		line-height: 1.25;
	}
	h2
	{	font-size: 1.5em;
	}
	h3
	{	font-size: 1.5em;
	}
/* end headings */
/* start forms */
	input 
	{	font-size: 100%;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		outline: 0;
		padding: 2px;
		margin: 0;
		border: 0;
		vertical-align: center;
	}
	input.submit,
	input.reset
	{	background: none;
		font-family: arial, helvetica, sans-serif;
	}
/* end forms */
/* start forms */
	caption
	{	padding: 10px 0;
		font-style: italic;
	}
	th
	{	font-weight: bold;
		padding: 2px;
	}
	td
	{	fomt-weight: bold;
		padding: 5px;
	}

/* end forms */

