/* 
  -----------------------------------
  Square Circle Cascading Style Sheet
  Chris Sees
  chris@sqcircle.com
  Last updated: 16-May-06
  -----------------------------------
*/

/* hide from ie on mac \*/
	html 
	{
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent 
	{
		height: 100%;
		
	}
	/* end hide */

	body 
	{
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;		
	}
	
	h3
	{
		font-family: arial, helvetica, sans-serif;
		font-size:medium;
		color: #444;
	}
	
	p
	{
		font-family: arial, helvetica, sans-serif;
		font-size: small;
		color: #444;
	}
	
	h4, h5, a
	{
		font-family: arial, helvetica, sans-serif;
		font-size: small;
		color: #444;
		font-weight:bold;
	}

