	body
		{
		background-image: url(images/sitewide/back.gif);
		}
	
	

	A	/* Set link properties. */
		{
		color: #5C85AD;

		}	
		
	A:visited	/* Set link properties. */
		{
		color: #666666;
		}

	A:hover		/* Set link properties. */
		{
		color: #666666;
		}

	A:active	/* Set link properties. */
		{
		color: #666666;
		}
		
	A.footer	/* Set link properties. */
		{
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 11px;
		color: #FFFFFF;
		line-height: 15px;

		}	
		
	A.footer:visited	/* Set link properties. */
		{
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 11px;
		color: #FFFFFF;
		line-height: 15px;
		}

	A.footer:hover		/* Set link properties. */
		{
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 11px;
		color: #CCCCCC;
		line-height: 15px;
		}

	A.footer:active	/* Set link properties. */
		{
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 11px;
		color: #CCCCCC;
		line-height: 15px;
		}
		
		
		
	span.homepagetext	/* This is used for home page body text. */
		{
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 11px;
		color: #666666;
		line-height: 15px;
		}
		
	span.footer	/* This is used for home page footer text. */
		{
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 11px;
		color: #FFFFFF;
		line-height: 15px;
		}
		
		
	p	/* This is used for inner page body text. */
		{
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 11px;
		color: #666666;
		line-height: 15px;
		}
		
	span.homepageform	/* This is used for home page form text. */
		{
		font-weight: bold;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 11px;
		color: #FFFFFF;
		line-height: 15px;
		}
		
	
		
