html
{
	width:100%;
	height:100%;
}
body
{
	text-align: left;
	background-color:#FFFFFF;
	color: #000000;
	/*font-family:  Georgia, "Times New Roman", Times, serif;*/
	/*font-family:  Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;*/
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.33;
	font-weight:bold;
	
	width:100%;
	height:100%;
}
body.standard
{
	background-color:#FFFFFF;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	
	background-image: none;
}
body.loading
{
	background-color:#FFFFFF;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	/*
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	*/
}
body.newtalent
{
	background-color:#FFFFFF;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
}
div#all
{	width: 820px; /* includes borders */
	margin: 10px;
	
	margin-left:auto;
	margin-right:auto;
	
	text-align: left;
}
div#all div#in-all
{	
}
/* start links */	
	a,
	a:link, 
	a:active, 
	a:visited
	{	text-decoration: none;
		color: #000000;
	}
	a:hover	
	{	text-decoration: none;	
	} 
	body.newtalent a,
	body.newtalent a:link, 
	body.newtalent a:active, 
	body.newtalent a:visited
	{	text-decoration: none;
		color: #000000;
	}
	body.newtalent a:hover	
	{	text-decoration: none;
		color: #333333;		
	} 	
/* end links */	
/* start headings */	
	/* for h1, see components */
	h1, h2, h3, h4, h5, h6 
	{	font-size: 1em;
		font-weight: normal;
		margin: 0;
	}
	h1
	{	font-size: 1.75em;
	}
	h2
	{	font-size: 1.5em;
	}
	h3
	{	font-size: 1.4em;
	}
	h3
	{	font-size: 1.3em;
	}
	h4
	{	font-size: 1.2em;
	}
	h5
	{	font-size: 1.1em;
	}
/* end headings */
/* start forms */
	input 
	{	font-size: 100%;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		color: inherit;
		outline: 0;
		padding: 0;
		margin: 0;
		border: 0;
		vertical-align: middle;
		cursor: pointer;
	}
	input.submit,
	input.reset
	{	background: none;
	}
	input.text,
	input.password
	{	border: 1px solid #cccccc;
	}
	textarea
	{	border: 1px solid #cccccc;
	}
	p.error {
		color: #cc0000;
		font-weight: bold;
		margin-bottom: 3px;
	}

/* end forms */
/* START other elements */
	
/* END all components */
	

