.noUnderline{
	text-decoration: none;
}
.BlueNavHead {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #003399;
	letter-spacing: 1px;
}
.BlueNavDetail {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Tahoma;
	font-size: 12px;
	border: 1px solid #6699FF;
	padding: 5px;
	text-decoration: none;

}
.BlueNavFooter {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
	background-color: #0066cc;
	font-weight: bold;

}
.Detail {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Tahoma;
	text-decoration: none;
	text-indent: 10pt;
	display: table-header-group;
	padding: 5px;
	font-size: 14px;

}
.LMEDetail {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Tahoma;
	text-decoration: none;
	display: table-header-group;
	font-size: 12px;
}
.navBarBorderDot {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: none;
}

