
/* CSS Document */

/* default */

	a:link {
		color: #346799;
		text-decoration: none;
	}
	
	a:active {
		color: #346799;
		text-decoration: none;
	}
	
	a:visited {
		color: #346799;
		text-decoration: none;
	}
	
	a:hover {
		color: #346799;
		text-decoration: underline;
	}

/* main menu */

	#mainmenu a:link {
		color: #20407e;
		text-decoration: none;
	}
	
	#mainmenu a:active {
		color: #20407e;
		text-decoration: none;
	}
	
	#mainmenu a:visited {
		color: #20407e;
		text-decoration: none;
	}
	
	#mainmenu a:hover {
		color: #30b411;
		text-decoration: none;
	}

/* homepage products */

	#homepageTable UL a:link {
		color: #346799;
		text-decoration: none;
	}
	
	#homepageTable UL a:active {
		color: #346799;
		text-decoration: none;
	}
	
	#homepageTable UL a:visited {
		color: #346799;
		text-decoration: none;
	}
	
	#homepageTable UL a:hover {
		color: #346799;
		text-decoration: underline;
	}

/* news */

	P.news_title a:link {
		color: #20407e;
		text-decoration: none;
	}
	
	P.news_title a:active {
		color: #20407e;
		text-decoration: none;
	}
	
	P.news_title a:visited {
		color: #20407e;
		text-decoration: none;
	}
	
	P.news_title a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
/* arrowLink */

	a.arrowLink:link {
		color: #346799;
		text-decoration: none;
		background-image: url(../images/arrow_blue.gif);
		background-repeat: no-repeat;
		padding-left: 15px;
	}
	
	a.arrowLink:active {
		color: #346799;
		text-decoration: none;
	}
	
	a.arrowLink:visited {
		color: #346799;
		text-decoration: none;
	}
	
	a.arrowLink:hover {
		color: #346799;
		text-decoration: underline;
	}

/* productLink */

	a.productLink:link {
		color: #346799;
		text-decoration: none;
	}
	
	a.productLink:active {
		color: #346799;
		text-decoration: none;
	}
	
	a.productLink:visited {
		color: #346799;
		text-decoration: none;
	}
	
	a.productLink:hover {
		color: #346799;
		text-decoration: underline;
	}


