/* CSS Document */
p{
font-family:"Arial Narrow";
font-size:18px;
color: #000000;
line-height: 20px;
padding:4px;
}
.bold {
	font-family: "Arial Narrow";
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #0000FF;
}
.navigation{
	font-family: "Arial Narrow";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	background: #CCCCCC;
	display: inline;
	padding: 4px;
	width: auto;
}
