@charset "utf-8";
/* CSS Document */

.topLinks{
	background:url(../images/top-bullet.gif) no-repeat left;
	padding-right:20px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;	
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	}

.topLinks:hover{
	color:#e9cc8c;
	text-decoration:none;
	}
	
.topLinksVisit{
	background:url(../images/top-bullet.gif) no-repeat left;
	padding-right:20px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;	
	color:#e9cc8c;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	}
