.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	list-style-type: none;
	text-decoration: none;
	background-color: #FFFFFF;
	text-transform: uppercase;
}
.border_bold {
	border-top-width: 10px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	padding: 10px;
}
