	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.list	/* 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;
		}
		
	
		
.blueheadlines {
		font-weight: bold;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 11px;
		color: #336699;
		line-height: 15px;
}
.boldtext {
		font-weight: bold;
		font-family: Verdana, Geneva, Arial, sans-serif; 
		font-size: 11px;
		color: #666666;
		line-height: 15px;
}
.italictext {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	font-style: italic;
}
