p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C6C6C;
	text-align: center;
	line-height: 150%;

}
.navbar {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
}
#nav {
	height: 30px;
	padding-top: 20px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#nav a:visited {
	color: #666666;
}
#nav a {
	color: #666666;
	text-decoration: none;
}
#nav a:hover {
	color: #333333;
	text-decoration: underline;
}
