/* CSS Document */

.secondarylinks {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11 px;
	font-style:normal;
	color: #58949f;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	}
.secondarylinks a{
	color: #58949f;
	text-decoration: none;
	}
.secondarylinks a:hover{
	font-size: 12px;
	color: #1a535e;
	text-decoration: none;
	}