/*No Text Decoration*/

#nav a {
	text-decoration: none;
	color: #666666;
}

#all a {
	text-decoration: none;
}

#all a:link {
	color: #666666
}
#all a:visited {
	color: #c0c0c0
}
#all a:hover {
	color: #000000
}
     
#bottom a {
	text-decoration: none;
	font-family: helvetica,arial;
	font-size: -1;
}

#bottom a:link, #bottom a:visited {
	color: #666666;
}

#noactive a:link, #noactive a:visited, #noactive a:hover {
	color: #666666
}

#marginup {
margin: -1.15em 0 0 0;
}