.banner-repeat{
	background-image:url(/images/banner_repeat.gif);
	background-repeat:repeat-x;
}

.nav-repeat{
	background-image:url(/images/nav_repeat.gif);
	background-repeat:repeat-y;
}

.text {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.link-nav {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

.link-nav:hover {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}

.link-text {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #333366;
	text-decoration: none;
}

.link-text:hover {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #9999CC;
	text-decoration: none;
}

