.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	text-align: center;
	vertical-align: middle;

}
.line {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #FFCC00;
}
.linekr {
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;

}
.brd {
	border: 1px dotted #000000;

}
.frm {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #003366;
	border-bottom-color: #003366;

}
.grey {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.brd2 {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #666666;
}
