/* Style Sheet for Henry Swinkels Architect website */

/* Henry Swinkels Architect
Niagara-on-the-Lake, Ontario, Canada */

/*	Created by Derek Ryzebol
|	Last date modified: May 28, 2004	*/

/* Style sheet classes I made I grouped like colors together to make it easy to
change the whole color scheme quickly and allow the style sheet page to be
downloaded quickly.*/


/* This tag eleminates the spacing problem in netscape with images 
   embedded in tables. Place in the <tr> tag*/
	tr.netscapeline img {
	  display: block;
	}
	
	/*This tag is setup for the main presentation of the body.*/
	.tblmainbody {
	  background: #ffffff;
	  color: #000000;
	  border-collapse: collapse;
	  border: 0;
	  font-family: Helvetica, Arial, Verdana, Times New Roman, Geneva, sans-serif;
	  font-style: normal;
	  font-size: 8pt;
	}

	.tblsidebar {
	  background: #1e05a0;
	  color: #ffffff;
	  border-collapse: collapse;
	  border: 0;
	  font-family: Helvetica, Arial, Verdana, Times New Roman, Geneva, sans-serif;
	  font-style: normal;
	  font-size: 8pt;
	}

	.tbloutergallery {
	  background: #ffffff;
	  color: #000000;
	  border-collapse: collapse;
	  border: 0;
	  font-family: Helvetica, Arial, Verdana, Times New Roman, Geneva, sans-serif;
	  font-style: normal;
	  font-size: 8pt;
	}

	.tblrightside {
	  background: #ececca;
	  color: #000000;
	  border-collapse: collapse;
	  border: 0;
	  font-family: Helvetica, Arial, Verdana, Times New Roman, Geneva, sans-serif;
	  font-style: normal;
	  font-size: 8pt;
	}

	.ppbig{
	  color: #1e05a0;
	  font-size: 12pt;
	  font-weight: bold; 
	  font-family: Helvetica, Arial, Verdana, Times New Roman, Geneva, sans-serif;
	}

	.ppmed{
	  color: #1e05a0;
	  font-size: 10pt;
	  font-weight: bold; 
	  font-family: Helvetica, Arial, Verdana, Times New Roman, Geneva, sans-serif;
	}

	.ppsmall{
	  color: #1e05a0;
	  font-size: 8pt;
	  font-weight: bold; 
	  font-family: Helvetica, Arial, Verdana, Times New Roman, Geneva, sans-serif;
	}

	.spacer{
	  font-size: 3px;
	}

	.spacer2{
	  font-size: 8px;
	}

	.trigger{
	  color: #1e05a0;
	  cursor: pointer;
	  cursor: hand;
	  font-size: 10pt;
	  font-weight: bold; 
	  text-decoration:underline;
	  font-family: Helvetica, Arial, Verdana, Times New Roman, Geneva, sans-serif;
	}
	
	.collapsable{
	  display: none;
	}


	/* Normal style sheet classes. */
	
	/* This is to make the letters between the lines look pretty.*/
	BODY {
	  font-weight: bold;
	  color: #ffffff;
	  background: #ffffff;
	}

	a.main:link { 
	  color: #1e05a0;
	  text-decoration:underline;
	}

	a.main:active { 
	  color: #1e05ff;
	  text-decoration:underline;
	}

	a.main:visited { 
	  color: #9d7c27;
	  text-decoration:underline;
	}

	a.main:hover { 
	  color: #1e05ff;
	  text-decoration:none;
	}

	a:link { 
	  color: #ffffff;
	  text-decoration:underline;
	}

	a:active { 
	  color: #9d7c27;
	  text-decoration:underline;
	}

	a:visited { 
	  color: #9d7c27;
	  text-decoration:underline;
	}

	a:hover { 
	  color: #ffffff;
	  text-decoration:none;
	}



	/* End of Style Sheet */
