/*	W. Gillies Stylesheet, 1.0.0
	Controls all aspect of the look and feel of the page.
	Created: January 11, 2005 */
	
	/*	Basic HTML tag definitions. */
	b
	{
		font-weight: bold;
	}
	body
	{
		background-color: #ffffff;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		left: 0px;
		margin: 0px 0px 0px 0px;
		top: 0px;
	}
	em
	{
		font-style: italic;
	}
	input, textarea
	{
		border: 1px solid #000000;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	
	/*	Basic Link Properties. */
	a:link, a:active, a:visited
	{
		color: #000066;
		text-decoration: underline;
	}
	a:hover
	{
		color: #0069B3;
		text-decoration: underline;
	}
		
	
	/* Basic Text Styles & Classes. */	
	.theSmallText
	{
		color: #999999;
		font-size: 9px;
	}
	.theText
	{
		color: #000000;
		font-size: 12px;
	}
	.theLargeText
	{
		font-size: 16px;
	}
	.theLargeBoldText
	{
		color: #000000;
		font-size: 16px;
		font-weight: bold;
	}
	
/*	End W. Gillies Stylesheet, 1.0.0 */